Authors: Pankuri Bansal & Prachee Talreja
This Blog introduces Netsuite Trigger/Source Connectors like OnNewObject, OnDeletedObjec & OnModifiedObject.
Let’s take a look…
Parameters –
These are the Generic Parameters that we are using for all three trigger connectors in the same manner.
- Page Size – The number of records to be retrieved per call. This field must be between 5 and 1000 for synchronous operations, and between 5 and 2000 for asynchronous operations.
By Default– 5
- Since – If this field is empty, this operation will retrieve the selected objects from the time the Mule app is started (after the application is deployed).
Format – YYYY-MM-DD hh:mm:ss (such as, 2022-07-29 16:30:40).
For Version 11 –
Format is DateTime – 2021-07-29T11:56:37.882281+05:30
Connectors –
- OnNewObject –
This is a Netsuite New Object Listener. It will trigger/ get the new object created details after the time we mentioned.

Flow Implementation –

Output –

- OnDeletedObject –
It is a Netsuite Deleted Object listener. It will trigger/ get the deleted object details after the time we mentioned.

Output –

- OnModifiedObject –
It is a Netsuite Modified Object Listener. It will trigger/ get the modified object details after the time we mentioned.

Output –

References:- https://docs.google.com/document/d/13acM0EiU5O7mpmr8WSIqcJJnoWHQ07JGEX3iqHl9VA0/edit#heading=h.4omqbk6vv4tm