To enable feature, Go to Setup > Company > Enable Features. On the Analytics subtab, check the KPI Scorecards box, and click Save. KPI Score card is a portlet which displays performance scorecard. It provides complex comparisons among multiple KPIs over multiple date ranges or accounting periods. Scorecards also can include Excel-like formulas with KPIs… Continue reading KPI Score card
Month: March 2024
You Only Look Once (YOLO) Algorithm
“You Only Look Once” (YOLO) is a state-of-the-art object detection algorithm used in computer vision and image processing tasks. It’s known for its speed and accuracy, making it popular in various applications, including real-time object detection and tracking. Here’s how the YOLO algorithm works: Single Forward Pass: Unlike traditional object detection algorithms that require multiple… Continue reading You Only Look Once (YOLO) Algorithm
How to use ns_concat function saved search formula
The ns_concat() function loops through each instance of a summarized field, and returns an array of values that are comma-delimited. The result is then casted into a string. Navigate to Lists > Search > Saved Searches > New Click Results Select Formula(Text) Select summary type Formula ns_concat({company}) For Example: NS_CONCAT(CASE WHEN {type} = ‘Invoice’ THEN… Continue reading How to use ns_concat function saved search formula
Sample map-reduce script to list all custom records with file attachments in NS account
The requirement was to find all the custom record types in the NetSuite accounts that have file attachments. The custom record type names were taken from the record types page. Here is a basic map-reduce script for listing all the custom records with file attachment count. I have also added code to save the result… Continue reading Sample map-reduce script to list all custom records with file attachments in NS account
Metaverse Technology
The term “metaverse” refers to a collective virtual shared space, created by the convergence of virtually enhanced physical reality and physically persistent virtual reality. It’s a concept that has gained significant traction in recent years, particularly with advancements in virtual reality (VR), augmented reality (AR), and related technologies. Metaverse technology encompasses a wide range of… Continue reading Metaverse Technology
NetSuite Analytics Warehouse
With NetSuite Analytics Warehouse, we can broaden the analyses of our NetSuite data beyond what is currently available in Suite Analytics Workbook. The Analytics Warehouse enables businesses to analyze historical data from multiple sources and determine how to improve the business. When this feature is enabled, we can initiate the transfer of our data to… Continue reading NetSuite Analytics Warehouse
Employee Commissions
The most effective incentive for motivating your sales team is commission. With NetSuite, you can design complex, multi-tiered commission plans that complement your company’s sales strategy. The NetSuite sales compensation feature seamlessly integrates with accounting and payroll features. When you enter deals, NetSuite automatically calculates commission. You do not have to work with complicated spreadsheets… Continue reading Employee Commissions
Intercompany accounting
The objective of intercompany accounting is to strip away the financial impact of internal transactions (financial interactions between related entities within the same parent company) to yield financial statements that only reflect activity with independent third parties. Intercompany accounting eliminates financial activity that takes place between two subsidiaries or between the parent and a subsidiary. … Continue reading Intercompany accounting
Computer Vision for Self-Driving Cars
Computer vision plays a crucial role in self-driving cars, enabling them to perceive and interpret their surroundings to make decisions and navigate safely. Here’s how computer vision is used in self-driving cars: Object Detection and Recognition: Computer vision algorithms are employed to detect and recognize various objects in the car’s environment, including vehicles, pedestrians, cyclists,… Continue reading Computer Vision for Self-Driving Cars
Tax Components
• Tax nexus – each nexus in which you collect and pay taxes. • Tax schedule – Tax schedules permit different calculations of taxes on items, for different nexuses. When the Advanced Taxes feature is enabled, the system creates tax schedules for each tax code. • Tax codes – represents a tax collected from customers… Continue reading Tax Components