What are the steps to add a new item to a salesord...
# suitescript
s
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?