How to get Line Item COunt in Netsuite Suite Script 2.0 in Client Script?
Hi All,
Please use below code in SuiteScript2.0:
In SuiteScript1.0:
nlapiGetLineItemCount(type)
In SuiteScript2.0:
CurrentRecord.getLineCount(options)
Module Used:
N/currentRecord Module
Please comment if you have any question.
Thanks
Abhi
Please use below code in SuiteScript2.0:
In SuiteScript1.0:
nlapiGetLineItemCount(type)
In SuiteScript2.0:
CurrentRecord.getLineCount(options)
Module Used:
N/currentRecord Module
Please comment if you have any question.
Thanks
Abhi
its not working
ReplyDeletecan you please share you code?
Deleteit should work.