Join Slack
Powered by
can you load the Customer Record from the Sales Or...
# suitescript
f
FAgudelo
01/03/2020, 5:55 PM
can you load the Customer Record from the Sales Order in a script ?
s
stalbert
01/03/2020, 5:59 PM
sure
Copy code
const so = new SalesOrder(123) const customer = new Customer(so.entity)
f
FAgudelo
01/03/2020, 6:46 PM
thanks so much 🙂
Open in Slack
Previous
Next