NetSuite allows for the creation of purchase orders based on a sales order using SuiteScript. Special Order purchase orders, which are typically used for drop-ship transactions, can be automatically generated by leveraging SuiteScript’s record.create function. Below is an example script that demonstrates the process. var po_params = { ‘recordmode’: ‘dynamic’, ‘soid’: salesOrderIdICPO, // Sales order… Continue reading Automating Special Order Purchase Order Creation