How to Find Line Item Value using SuiteScript2.0?

Hi All,

Please use below code to find line number based on value in SuiteScript2.0:

In SuiteScript1.0:

      nlapiFindLineItemValue(type, fldnam, val)

In SuiteScript2.0:

       CurrentRecord.findSublistLineWithValue(options)

Module Used:

       N/currentRecord Module
Please comment if you have any question.

Thanks

Abhi





Comments