How to find Line Item from Matrix in SuiteScript?

Hi All,

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

In SuiteScript1.0:

      nlapiFindLineItemMatrixValue(type, fldnam, val, column)

In SuiteScript2.0:

      CurrentRecord.findMatrixSublistLineWithValue(options)

Module Used:

       N/currentRecord Module

Please comment if you have any question.

Thanks

Abhi





Comments