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.
Suite script error "You cannot edit the end of group line" for line item scripting on tran
So I have written a workflow action script which is attached to two workflows - one for Opps and one for Estimates and SOs. The workflows are identical, and they share the script. The relevant part of the script for this conversation is:
var type = nlapiGetCurrentLineItemValue('item','itemtype');
if (type == 'EndGroup') continue;
So here's the weirdness - when creating transactions with item groups, I get the dreaded "You cannot edit the end of group line" error on opportunities, which repeats two or three times (for each api I'm assuming), per group, then the record saves anyway. I don't get the error on estimates or opportunities, either created from the opp or standalone, with item groups.