Equivalent Method of nlapiAttachRecord(type, id, type2, id2, attributes) in SuiteScript2.0 ?

Hi All,

Please use API below which is equivalent to API 1.0

API 1.X : nlapiAttachRecord(type, id, type2, id2, attributes)

API 2.X:  record.attach(options)

Module Used in 2.X is "N/record Module"

So you have to use Define() or Require to use N/record Module.

Thanks
Abhishek

Comments