NSP Trigger scripts

NSP Trigger scripts executes server-side for Event triggers when something is changed on a record or for Scheduled triggers, every 15 minutes.  It can be used to transform a record’s data, query from database, and create new entities, in a way that goes beyond what NSP currently supports in UI for other trigger actions.

The syntax is java script and the script-engine is Microsoft Jscript. It executes within a .NET runtime, and some basic .NET types are made available, in addition to native java script-types provided by Jscript. Scripts are case-sensitive.

The scripts are set up by creating a trigger (Time and Event) and using action Run script.

Trigger script

It is recommended to consult with Nilex development/support when you want to create custom scripts.