Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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

Code Block
languagejs
titleRun a low-code routine
pui.runLogic("save button click");