Search Customer Records from the NetSuite Server

This example pipeline demonstrates how to search customer records from the NetSuite server.

  1. Configure the NetSuite REST Search Snap as follows:
    • Record type: customer.
    • Search filter: companyname CONTAIN "Snaplogic".
    • Select Show related content checkbox to reveal the related content of HATEOAS links.
    • Output fields: email, companyName, links, entityId and firstName.
    • Pages with 1 to read a single pages from the NetSuite Server.
    • Pages size with 100 to retrieve 100 records per page.

    On validation, the Snap displays the searched records for the specified entity.

    NetSuite REST Search Snap Configuration NetSuite REST Search Snap Output

    NetSuite REST Search Snap Configuration


    NetSuite Search Execute Snap Output

  2. Configure the Mapper Snap to extract relevant records data.

    On validation, the Snap displays the output based on the specified mappings. On running the pipeline, the Snap gets the records for the specified entity from NetSuite.

    Mapper Snap Configuration Mapper Snap Output

    Mapper Snap Configuration


    Mapper 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.