Saturday, September 15, 2018

How to dynamically get the Name and other metadata of customer status?

How to dynamically get the fields (eg. Name) of a particular Customer Status?

var status = nlapiLoadRecord('customerstatus','7');
var name = status.getFieldValue('name');

 

Image

No comments:

Post a Comment