Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document

 

  • Min: 1

  • Max: 1

  • Mapper

  • Copy

Requires a list of records to insert in NetSuite asynchronously.

Output

Document

 

  • Min: 1

  • Max: 1

  • Mapper

  • File Reader

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 pipeline by choosing one of the following options from the When errors occur list under the Views tab:

  • Stop Pipeline Execution: Stops the current Pipeline execution if the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

...

Info
  • Asterisk ( * ): Indicates a mandatory field.

  • Suggestion icon ((blue star)): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon ((blue star) ): Indicates the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ( (blue star) ): Indicates that you can add fields in the fieldsetfield set.

  • Remove icon ( (blue star)): Indicates that you can remove fields from the fieldsetfield set.

  • Upload icon ((blue star) ): Indicates that you can upload files.

...

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.

Examples

Add

...

Records in

...

Bulk to NetSuite

...

Asynchronously

This example demonstrates how to insert records in NetSuite.

...