RE: Is it possible to Automate order flow using SuiteScript ?

Is it possible to Automate order flow using SuiteScript ? Can we script the flow? Please guide me through the essentials and solutions.   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’.Thank you in advance. Awaiting for a reply!:    :pray:

ShreeSashti Rookie Asked on October 7, 2020 in Order Management.
Add Comment
1 Answers

Hi,

SuiteScript allows you to transform a Sales Order into an Item Fulfilment using record.transform:
https://netsuite.custhelp.com/app/answers/detail/a_id/45156

Once you have the Item Fulfilment record, you can update the status field accordingly.

If you also want to invoice the Sales order then that will be an additional transform of the Sales Order to an Invoice.

Please let me know if you need any further details.

Thanks,

Chris

Intermediate Answered on October 7, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.