NetSuite Jitterbit variables in Design Studio
Introduction
This page covers Jitterbit variables that are available for NetSuite connector. Each of these are settings variables that you write (Settings).
They do not apply to NetSuite endpoints configured outside of the NetSuite Connector, such as by using a Web service method or HTTP source or target.
Settings
jitterbit.netsuite.async
Data type
Boolean
Default value
false
Description
Set to true
for API calls to NetSuite to run asynchronously. That is, after a request is made, the connection is kept open and Harmony will periodically poll to see if the request is finished.
When this variable is set to true
, the Retry on Recoverable Exception setting on a NetSuite connector endpoint is ignored.
Tip
For additional information, see NetSuite documentation on Synchronous Versus Asynchronous Request Processing (login to NetSuite required).