Does NetSuite have a page for manual bulk creation of Sales Orders, or are CSV imports and similar the only way to bulk create them without scripting?
I'm trying to provide a way for users to create multiple Sales Orders rapidly, without having to open a create Sales Order page, fill it out, and save it, for every single one.
Currently I am approaching this via a Suitelet that lets them fill out a sublist for each SO, the columns of which will hold the values that they want to be different between SOs in the batch,
and in the main body of the form, there are fields they can set (most of which default from the Sales Order the suitelet launches from) which will copy their values the same to every SO created in the batch.
In this way, the user can make many copies (up to 32 for API governance limits) at a time, stating the variations in values they want to have on the individual records to be created.
Is there something that could accomplish this better already available for/in NetSuite?