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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Searching for Item Group members results in wrong order
We have several item groups with "Reference Start/End Lines on Picking Tickets" set to false and "Display Components on Transactions" set to true.
I'm trying to write a set of user event scripts to validate our sales orders and fulfillments, and these scripts need to detect whether a set of line items represents an item group. Changing the properties of the item group is not an option.
My approach is to run a search on items of type 'Group' to get a list of member items, and then match them against the sales order line items. However, searching through the UI or the api returns the member items in a different order from the order specified in the item group. When entering an item group on a sales order, the member items get added in the order specified by the item group. This discrepancy is preventing me from writing my matching algorithm.