-->

NetSuite: how to get or set a value for an OtherCu

2019-08-12 09:53发布

问题:

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 SOAP 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 record that it applies to (a particular Address in this case)? I've searched the NetSuite documentation, the support knowledge base and the internet, 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.