Sample 2.0 Script that will set the Revenue Rec Start Date and Revenue Rec End Dates within Item Members based from the Item Group

Scenario User would like a script that sets the Revenue Start Date and Revenue End Date of the Item Members based on the Item Group Solution Sample Script var itemName; var itemType; var isGroup = “F”; //will serve as a flag      var revrecstartdate; var revrecenddate; var objRecord = scriptContext.newRecord; var itemCount = objRecord.getLineCount({‌ sublistId: “item”… Continue reading Sample 2.0 Script that will set the Revenue Rec Start Date and Revenue Rec End Dates within Item Members based from the Item Group

Revenue in KPI

In NetSuite, the “Revenue” KPI (Key Performance Indicator) typically calculates the total revenue generated by your business over a specified period. The specific transactions and accounts included in this calculation can vary based on your company’s setup and the specific configurations within NetSuite, but generally, it includes:    Sales Orders: Revenue from sales orders that… Continue reading Revenue in KPI

Revenue for Kit item

A kit sale posts revenue for the kit only, it does not post revenue for each component. Therefore, sales revenue appears on inventory reports for the kit, not the components. Kit sales revenue can be evaluated using the Inventory Activity Detail report or the Sales by Item Summary or Detail reports. 

Saved search to get the Revenue and COGS from Item Fulfillment and Invoices Created from Sales Orders

Saved search steps, Navigate to Reports > Saved Searches > All Saved Searches > New Choose Transaction Modify the Search title On the Criteria tab > Standard subtab > set the following Filters: -Account Type is any of Cost of Goods Sold, Income -Posting is True -Created From fields…Date = set the date -Created From… Continue reading Saved search to get the Revenue and COGS from Item Fulfillment and Invoices Created from Sales Orders