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!
Create a Sales Order
We have an online form used to register specific customers in the system. These customers always buy the same item. What I would like to do automatically create a sales order for the customer right after they click Submit on the form.
I figure I have two options.
1. I put a script on the Save event to create the sales order. Only caveat is that if the Save event gets called before the customer record is actually saved, it would not work. Anyone know if the record is saved before or after the event is called.
2. I write a server script to detect the new customer and create the appropriate sales order.