Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Creating an Inventory Worksheet with SuiteScript
I need to create an Inventory Worksheet with SuiteScript for 14,300 items. The account has a total of 252,290 items.
The only way I know to do it is to create an inventoryworksheet record, set the Subsidiary, Account, and Location, then use findSublistLineWithValue using the item's internal id as the value.
Because only 10,000 lines are "visible" to the script, most of the items are not found because they fall outside that range of lines.
In the UI I can add a filter using a custom item field to reduce the number of lines.
Question: Is there is any way to add that filter when creating the record with SuiteScript?