Effects of Account Configuration in SOAP Web Services

Form customization or enabling/disabling features can add required fields to various forms used on records. Each SOAP request validates fields against submitted data, returning errors for failed validation. However, for get, add, addList and search requests, it is possible that the field requirements change mid-request, resulting in errors for a subset of the request.

For example, you want to submit 20 new customer records using the addList operation. The request passes field validation initially. However, after the first 15 customers are added, the required fields may be changed within your NetSuite account, causing an error to be returned for the 5 remaining items.

Note:

For more specific information about working with NetSuite records, fields, and forms in SOAP web services, see Records, Fields, Forms, and Sublists in SOAP Web Services.

Related Topics

General Notices