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.
RCRD_HAS_BEEN_CHANGED error when submitting multiple records on user event
I have a requirement as follows:
When a Quote is saved, on the afterSubmit event, I do the following:
1) Ensure (type == create, context == userinterface)
2) Load another Quote record that is referenced in this new quote, make a change to a field, and submit that Quote record.
3) Create a new Opportunity record
4) Load the current new Quote record (using nlapiGetRecordId and nlapiLoadRecord), change the Opportunity field to point to the newly created opportunity (in step 3), and submit the Quote record.
At that points after step 4, I will get the error "RCRD_HAS_BEEN_CHANGED". I noticed then, that if I remove either of the nlapiSubmitRecord calls for the quote records (step 2 and step 4), then there are no errors. Is there any issue with submitting 2 records of the same type on a single user event?