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.
NSC | SuiteFlow (Workflow Manager) Reference: After Record Submit Trigger
The After Record Submit trigger is a Server Trigger that fires after saving the record and committing the submitted data to the NetSuite Database. If any actions that alter data are processed under this trigger, the alterations will be applied and committed subsequently after the submitted data.
Use this trigger in cases where the record needs to be saved successfully first before performing further actions.
If an error occurs during this trigger, the submitted data will still be committed to the database. But some data alterations made by actions under this trigger before the error might be rolled back. Then, an error page will be displayed. Subsequent actions under this trigger after the error occurred will not be processed.
----------------------------------------------------------------