NetSuite Async Add List
In this article
Overview
You can use this Snap to insert a list of records in NetSuite asynchronously. The Snap returns a job ID after a successful operation.
Snap Type
The NetSuite Async Add List Snap is a Write-type Snap.
Prerequisites
None
Support for Ultra Pipelines
Works in Ultra Pipelines only when the batch size is 1.
Limitations and Known Issues
None.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document
|
|
| Requires a list of records to insert in NetSuite asynchronously. |
Output | Document
|
|
| Inserts a list of records in NetSuite. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
Snap Settings
Asterisk ( * ): Indicates a mandatory field.
Suggestion icon (): Indicates a list that is dynamically populated based on the configuration.
Expression icon ( ): Indicates the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.
Add icon ( ): Indicates that you can add fields in the field set.
Remove icon ( ): Indicates that you can remove fields from the field set.
Upload icon ( ): Indicates that you can upload files.
Field Name | Field Type | Description |
---|---|---|
Label*
Default Value: NetSuite Async Add List | String | Specify the name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.
|
Batch size*
Default Value: 200 | String | Specify the maximum number of input documents to upload in a single request.
|
Object*
Default Value: Account | Dropdown List | Specify the NetSuite record type. |
Custom record
Default Value: N/A | String/Suggestion | Specify the custom record type only if you select CustomRecord as the object. |
Get async results
Default Value: Selected | Checkbox | When you select this checkbox, the Snap checks the submitted job status and fetches the results when finished. When you deselect this checkbox, the Snap submits a job and produces job ID information at the output view. |
Request timeout (seconds)*
Default Value: 0 | Integer | Specify the timeout in seconds for the webservice call, in seconds. ' |