How to get Index of Current Line Item Matrix in suitescript2.0?

Hi All,

Please use below code to save record in SuiteScript2.0:

In SuiteScript1.0:

      nlapiGetCurrentLineItemMatrixValue(type, fldnam, column)

In SuiteScript2.0:

       CurrentRecord.getCurrentMatrixSublistValue(options)

Module Used:

       N/currentRecord Module

Please comment if you have any question.

Thanks

Abhi








Comments