Create and Update Records on the NetSuite Server

This example pipeline demonstrates how to create and update records on the NetSuite server.


NetSuite REST Create and Update Example Pipeline

Download this pipeline.
  1. Configure the Mapper Snap to pass the input data of the customer object that you want to create in NetSuite.

    On validation, the Snap displays the desired output to be passed to the NetSuite REST Create Snap.

    Mapper Snap Configuration Mapper Snap Output

    Mapper Snap Configuration


    Mapper Snap Output

  2. Configure the NetSuite REST Create Snap to create the customer record using the data from the upstream Snap.

    On validation, the Snap displays the success message of the record created and also displays the details of the customer record.

    NetSuite REST Create Snap Configuration NetSuite REST Create Snap Output

    NetSuite REST Create Snap Configuration


    NetSuite REST Create Snap Output

  3. Configure the Mapper Snap to input additional data for further use.

    On validation, the Snap displays the output based on the specified mappings.

    Mapper Snap Configuration Mapper Snap Output

    Mapper Snap Configuration


    Mapper Snap Output

  4. Configure the NetSuite REST Update Snap to update the data from the upstream Snap into the customer record type using the upstream internal ID.

    On validation, the Snap displays the success message of the record updated. On running the pipeline, the Snap updates the records associated with the specified Internal ID on NetSuite.

    NetSuite REST Update Snap Configuration NetSuite REST Update Snap Output

    NetSuite REST Update Snap Configuration


    NetSuite REST Update Snap Output

To successfully reuse pipelines:
  1. Download and import the pipeline into SnapLogic.
  2. Configure Snap accounts as applicable.
  3. Provide pipeline parameters as applicable.