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.
afterSubmit event on "Transfer Order"
Hello everyone.
For the past two days, I've been trying to figure out WHY Transfer Order record is the ONLY one that doesn't return nlapiRecordId() on create.
I created user event script against Transfer Order and fired afterSubmit function to grab internal id of the newly created record.
problem is, it returns null. It's ONLY on create. I'm wondering if there is a delay between the database commit and afterSubmit function firing specifically for this record type.
i've tried nlapiGetRecordId() and also stepped through to see what values are available in debugger mode by looking at nlapiGetNewRecord().
Internal ID as well as tranid are both empty. Well... tranid says "to be generated". It's as if afterSubmit function fires before it goes to database.