Content Freeze
As of July 25th, 2023, there is a content freeze on this page.
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");