Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.
----------------------------------------------------------------

