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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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