NetSuite Development Notes
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');
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment