Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
SuiteScript: Using dialog.confirm in Client Script saveRecord Entry Point Fails
So, using dialog.confirm in the saveRecord Client Script entry point does not seem to work. For some reason, dialog.confirm was built as promise object, even though by definition it should work as a modal window and halt execution of the script until the user clicks the OK or Cancel button. Instead, the script just keeps executing, in this case saveRecord, so the entire purpose of the saveRecord is negated if the validation needs to contain continue or go-back logic. Am I missing something? Is there a work-around?
0