How to get field values in Client Script ? Equivalent script of nlapiGetFieldValues()?

Hi All,

Please use below code in SuiteScript2.0:

In SuiteScript1.0:

      nlapiGetFieldValues(fldnam)

In SuiteScript2.0:

       CurrentRecord.getValues(options)

Module Used:

       N/currentRecord Module

Please comment if you have any question.

Thanks

Abhi








Comments