pui.runLogic( routine )
This API runs a server-side 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");