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.
getLineItemValue fails under certain circumstances
We have a scheduled script that loops through line items on a sales order and retrieves the values of custom item options. Turns out that if the first item on the sales order does not have a particular custom item option, all calls to getLineItemValue(...) for subsequent items fail to retrieve the value of that particular custom item option.
So, for example, if the first item on a sales order has only one custom item option 'color' and the second item on the sales order has two item options 'color' and 'size,' the call to getLineItemValue(...) to retrieve the value of 'size' on the second item returns 'null' even though that item option field for the second item in the sales order list is definitely populated with a value other than 'null.'