UseAsyncServices
Specifies whether to use asynchronous services for inserting, updating, and deleting records.
データ型
bool
デフォルト値
false
解説
NetSuite responses can be slow when processing large insert, update, or delete operations. Enabling UseAsyncServices allows NetSuite to process these operations asynchronously, letting your application continue execution without waiting for a response. Using asynchronous services improves performance by allowing operations to run in the background. However, because the request does not return an immediate response, you must manually check the job status in NetSuite to confirm completion and verify any errors.
This property applies only when Schema is set to SuiteTalk.