Is it possible to create a sales order via script ...
# suitescript
k
Is it possible to create a sales order via script that behaves in the same was as if I created it from the UI off an Opportunity record? I want to create the sales order when certain criteria is met on the Opportunity and carry over the items into the sales order, but I don't want the user to have to click the + button and choose sales order.
s
record.transform()
k
Thank you, I will look into this