How to Commit Line Item in Netsuite SuiteScript2.0?

Hi All,

Please use below code to Commit line item in record in SuiteScript2.0:



In SuiteScript1.0:

      nlapiCommitLineItem(type)



In SuiteScript2.0:

       CurrentRecord.commitLine(options)



Module Used:

       N/currentRecord Module





Please comment if you have any question.



Thanks

Abhi











Comments