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");
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!