How to get Text of Field from Record in SuiteScript2.0?

Hi All,

Please use below code in SuiteScript2.0:

In SuiteScript1.0:

      nlapiGetFieldText(fldnam)

In SuiteScript2.0:

       CurrentRecord.getText(options)

Module Used:

       N/currentRecord Module

Please comment if you have any question.

Thanks

Abhi

Comments