NetSuite Jitterbit Variables¶
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 Jitterbit 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).