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!
SuiteScript Best Practice for Sales Order Events
Business Case: When a web store Sales Order is received where the AVS does not match the issuing banks billing information, we would like to send an email almost immediately. We want the AVS email to get to the customer just after the Sales Order confirmation email.
What is the best practice for something like this?
Concerns:
1) 100% beforeSubmit would work find but it seems best to minimize any code which could impact the sales order from being written to the database.
2) beforeSubmit scheduling a scheduled script would work but I worry that I will some how not create enough deployments.