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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.
0