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.
nlapiGetContext().setSessionObject() launching exception in client script
Hello,
I have two custom records, customrecXXX and customrecYYY.
One of the fields of customrecYYY, let's call it custrecY_X, contains the internal id of a customrecXXX record (i.e. custrecY_X is a "List/Record" field pointing to customrecXXX).
On the "save record" event of the form managing the customrecXXX, I also have to generate a new customrecYYY record entry, containing, in its custrecY_X field, the newly generated id of customrecXXX.
I must generate this customrecYYY on the "save record" event, because I need some informations that I cannot collect on the "after submit" event.
The problem is that, on the "save record" event, I don't have the newly generated id of customrecXXX yet, so I tried to divide the generation of customrecYYY in two different events.