Consider the following preconditions for NetSuite connections:
•Set up Connection Properties before performing create, read, update, and delete operations.
•Refresh the access token every hour.
•Query Input Field: Enclose the value in double quotes to filter values with special symbols (e.g., email CONTAIN "@").
•Query parameters do not allow filtering on sublist fields, such as addressBook fields (state, city, zip).
•The Fields parameter does not return sublist fields, such as addressBook fields (state, city, zip).
Consider the following rules and guidelines for NetSuite connections:
To handle Array, Integer, Double, and Boolean data types correctly and ensure proper behavior, you must specify annotation attributes in the request as shown in the following sample.