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.
Dynamically adding items to a sales order
I'm trying to use the SuiteScript API to dynamically add items to an opportunity. To do so, I've added a custom field (list) that contains the names of 'templates' . When a value is selected in this list, I'd like the current items on the opportunity to be removed and the a new series of items added.
To do so, I used the FieldChanged(type,name) event and am successfully calling code to clear the list of items. However, despite many attempts I cannot seem to get the adding of new items to work properly. Specifically, the nlapiCommitLineItem call does not seem to work and the result is I'm left with only the last item on my list added and it remains in selected/editable mode in the UI. Here's the example code: