In the NetSuite Customization UI, I’ve defined an “Other Custom Field” which applies to Address. I’ve edited a Customer’s Address and specified a value for this custom field. When I use a SuiteTalk request to “get” this Customer, the response includes all of the customer’s data, including all of the address fields, but there’s nothing that corresponds to the custom field’s value for this address. This makes some sense since there’s no “customFieldList” field to reference custom field values on an Address, as there is on the Customer itself and many other types of records. So how can I get or set the value of an “otherCustomField” for a particular Address? I’ve searched the NetSuite documentation, the support knowledge base and the web, and so far, no luck.
And, yes, I already know how to get the metadata for the custom field itself using getCustomizationId and get/getList. But I need data, not metadata.
This is a cached copy. Click here to see the original post.