Is is possible to *Automate order flow using Suite...
# suitescript
s
Is is possible to *Automate order flow using SuiteScript ?*(when order is placed , fulfilment ,pick, pack, bill has to be done automatically), Can we script the flow? Please guide me through the essentials and solutions.
Thank you in advance. Awaiting for a reply!:
🙏
b
you might want to explain what sort of transitions you have between those different transactions and statuses
if there is none, you might as well just create a cash sale and skip everything else
s
@battk Thank you responding ! The sequence after the '*Enter Sales Order'* such as fulfill ,pick, pack , mark shipped, has to be omitted and directly the status has to change to '*billed'.*
b
turn off the
Advanced Shipping
feature to remove separate transactions for shipping and billing
🙌 1
a
If you still want to go that route you can write an script to transform the record once it was created all the way through the path you need/want.
🙌 1
s
Thank You @battk
Thank you @alien4u