...
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
Info |
---|
|
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. '0' indicates no timeout. |
Maximum attempts*
Default Value: 3 | Integer | Specify the number of requests to attempt if a request fails. |
Retry interval (seconds)*
Default Value: 2 | Integer | Specify the number of seconds to wait before retrying a failed request. |
Snap execution
Default Value: Execute only | Dropdown list | Select one of the following three modes in which the Snap executes:
|
Troubleshooting
Error | Reason | Resolution |
---|---|---|
Failed with error code: DUP_ENTITY. | This entity already exists. | Verify that the incoming data is valid and sufficient for the request. |
Unsupported Snap configuration. | Set the batch size property to one for Ultra Task. | Batching is not supported in an Ultra Task. |
Validation error for Batch size. | The number (2000) is greater than the allowed maximum of 400. | Batch size should be less than or equal to 400. |
...