Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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");
  • No labels