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.
Popup on sales order save?
After a user clicks "save" on a sales order, I would like to have a window/dialog pop up under certain conditions.
The user is prompted for some more information (e.g., a shipping cost), and the sales order is saved.
I would prefer to have something more functional than a javascript prompt() box.
Any "best practices" here for displaying a popup just prior to committing the order save?
(I have used the jquery library simplemodal before, which simulates a "modal dialog box". However, in order to use this, I would need to find a way to force the sales order form to save via client-side javascript -- clicking on the "save" button would display the modal dialog, and when the modal dialog is saved, I would need to force the sales order form to save. I'm not sure if there's a way to script the saving of the sales order.)