Join Slack
Powered by
What are the steps to add a new item to a salesord...
# suitescript
s
sam
07/11/2017, 10:56 PM
What are the steps to add a new item to a salesorder in SuiteScript 2.0? Ie, do you first add a new line using
Record::insertLine()
or
Record::selectNewLine()
. And do those functions give back a line object that I can then insert a item into?
Open in Slack
Previous
Next