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: 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
----------------------------------------------------------------