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!
NSC | SuiteFlow (Workflow Manager) Reference: Before Field Edit Trigger
The Before Field Edit trigger is a Client Trigger that fires before changes to the selected Triggering Client Fields are committed, and before the focus switches to another form object. For example, say the Memo field is set as a triggering client field, when the user changes its value and then tries to click the Save button, the trigger fires before the button is clicked.
Use this trigger to validate field values and properties such as text length, format, etc.
If an error occurs during this trigger, a pop-up message will show up that describes the error. The focus will stay on the current field until the error is fixed. This behavior can be exploited by the workflow designer using the
----------------------------------------------------------------