RE: How to fetch the value of the ‘State’ field from the Address object through SuiteScript?
Hi Guys,
How to fetch the value of the ‘State’ field from the Address object through SuiteScript?
Normally for fetching the field value from the customer entity, we use the below script
entity.getValue({fieldId:’state’});
However, its not working for address object. Can anyone please guide me on this? Thanks in advance.
-Viswa