NetSuite REST - New or updated custom record trigger

The New or updated custom record trigger detects when a custom record is created or updated in NetSuite REST.

Use this trigger to monitor custom record types for changes. The trigger polls using the last modified field. You must enable Show Last Modified on the custom record type in NetSuite to use this trigger.

Input

Input fieldDescription
Record typeEnter the NetSuite custom record type ID. For example, customrecord_1087_testing. You can find this ID in Customization > Records > Record Types in NetSuite.
When first started, this recipe should pick up events fromEnter the date and time to start polling from. Leave empty to retrieve records from the last hour.
Search queryEnter a search query to filter records. For example, name CONTAIN test. Don't filter by last modified.
Search settingsConfigure how the trigger retrieves and filters records. Refer to Record Collection Filtering for more information.

Additional fields appear based on the Record type you select. These fields update dynamically to match the custom record schema you select.

Output

The trigger returns the following standard fields:

Output fieldDescription
Last modified byThe user who last modified the record.
LinksThe related resource links for the record.
OwnerThe owner of the record.
Reference NameThe reference name of the record.
User notesNotes associated with the record.
AbbreviationThe abbreviation defined for the record.
CreatedThe date and time when the record was created.

Additional fields appear based on the Record type you select. These fields include custom fields defined for the custom record type ID you specify.

Last updated: