NetSuite: how to get or set a value for an OtherCustomField through SuiteTalk SOAP API

谁说胖子不能爱 提交于 2019-12-24 13:05:45

问题


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.

来源:https://stackoverflow.com/questions/35592165/netsuite-how-to-get-or-set-a-value-for-an-othercustomfield-through-suitetalk-so

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!