...
A plugin named "Database Query Process Tool" is also bundled together as a utility for loading records.
...
Name | Description |
---|
Iterator Method | - Method to load the dataset.
- Choose to load records either by using a Process Tool or from Datalist
|
List | - Choose list to retrieve dataset from.
- This option is needed when "Iterator Method" is set to "Datalist".
|
Iterator Process Tool | - Choose a process tool to retrieve the dataset from.
Process Tool must
return |
Record ID | Specify which column to be used as record ID / primary key from the dataset. For example:- |
Execute Process Tool
Name | Description |
---|
Process Tool | - With the dataset loaded, the plugin will iterate through each record
, - and set the record or assignment as the context, and execute the process tool defined here.
For correct parsing of - In the plugin configuration, when using hash variable, instead of using # to encapsulate, please replace # with $$ in your plugin for parsing to take place in the correct context. For examples:-
EXAMPLE - EXAMPLE - EXAMPLE - |
Advanced
Name | Description |
---|
Debug Mode | Turn this mode on to print out debugging information to the server log. |
Delay Between Execution | - Introduce a delay of 1 second between each record.
- This option is useful in some use cases such as sending out email emails to prevent hitting the send limit per second.
|
...