NetSuite SOAP - New custom records in a saved search trigger (batch)

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

  • The Internal ID and Date Created fields of the base object.
  • The Internal ID field for all joined objects.

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.
Custom RecordSelect the NetSuite custom record to retrieve.
Saved searchSelect an option from the drop-down menu, or enter the saved search ID from 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.
Object 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 in the Record list field.
Custom record custom fieldsSelect custom fields to include in the trigger output.

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 Custom Record. The fields included are determined by your selections in the Object 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: