NetSuite SOAP - New/updated standard records in a saved search trigger (batch)

The New/updated custom records in a saved search trigger (batch) retrieves batches of new or updated standard records from a saved search in NetSuite. Ensure the saved search results include the following fields:

  • The Internal ID and Last Modified fields of the base record.
  • The Internal ID field for all joined records.

Input

Input fieldDescription
Trigger poll intervalSpecify how frequently to check for new events. Defaults to five minutes if left blank. The minimum value allowed is five minutes.
When first started, this recipe should pick up events fromSpecify the date and time from which this recipe retrieves trigger events. You can't change this value after you test or run this recipe. Refer to Triggers to learn more about this input field.
Record typeSelect the record type to retrieve.
Saved searchSelect an option from the drop-down menu, or enter the saved search ID located in the URL of the saved search page.
Batch sizeEnter the number of NetSuite records to retrieve at a time. The minimum value is 1, and the maximum is 100.
Output field configurationSelect the NetSuite fields to include in the trigger output.
Record listSelect the records to include in the trigger output.
FieldsSelect the fields to include in the trigger output. You must select the Internal ID checkbox for each record selected in the Record list field.
{RECORD_TYPE} custom fieldsSelect custom fields to include in the trigger output.

Record types

This trigger retrieves records from the saved search for the following record types:

  • Accounting Transaction
  • Calendar Event
  • Campaign
  • Charge
  • Contact
  • Customer
  • Employee
  • File
  • Gift Certificate
  • Issue
  • Item
  • Item Demand Plan
  • Item Supply Plan
  • Job
  • Opportunity
  • Partner
  • Project Task
  • Support Case
  • Task
  • Time Bill
  • Time Entry
  • Transaction
  • Vendor

Output

Output fieldDescription
RangeThe range of records retrieved in the current batch.
First batch IDThe unique identifier of the first batch retrieved during the trigger's execution.
Last batch IDThe unique identifier of the last batch retrieved during the trigger's execution.
RecordsA list datapill containing the records that match the saved search criteria.
Basic (records)An object containing fields specific to your selected Record type. The fields included are determined by your selections in the Record list and Fields input fields.
Total number of recordsThe total count of records retrieved from the saved search across all batches.
First batchIndicates whether this batch is the first batch of records retrieved.
Last batchIndicates whether this batch is the last batch of records retrieved.
Starting offsetThe position of the first record in the current batch within the overall dataset.
Ending offsetThe position of the last record in the current batch within the overall dataset.

Last updated: