NetSuite Trigger Connectors

Apisero
Aug 8, 2022

Authors: Pankuri Bansal & Prachee Talreja

About Netsuite:

Refers:

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

Parameters:

  • 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:

  • On New Object

This is a Netsuite New Object Listener after the mentioned time.

Flow Implementation:

Output:

On Deleted Object:

It is a Netsuite Deleted Object listener after the mentioned time.

Output:

On Modified Object:

It is a Netsuite Modified Object Listener after the mentioned period.

Output:

--

--