This API runs a low-code routine.
Parameters
- Routine name - the name of a Profound.js Low-code Routine
- Routine row (optional) - If the routine operates on a grid record, this parameter can be used to specify the record number of a grid row
- Routine grid (optional) - If the routine operates on a grid record, this parameter specifies grid name
Example
Run a low-code routine
pui.runLogic("save button click");