Versions Compared

Key

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

...

Excerpt

Record-Action Concepts

To make changes to the data in a table use a record-action. Each record-action is a single operation that can happen to a record in the table. Record-actions can create, read, update or delete a record, so are sometimes called CRUD actions. You can To configure PhixFlow to perform several operations to the

data

data  record-actions directly to a table. Alternatively, to configure PhixFlow to perform several operations

  • in one table, by adding add a list of record-actions to a table or to a table-action associated with the table.
  • to the data in different tables, by creating add a list of record-actions to an action that contains a list of is not associated with a specific table. The record-actions that can come from affect the different tables.

An action/table-action can potentially run any of the record-actions in its list. To decide which record-action to run, create a rule associated with each record-action. When the rule evaluates to true, the record-action runs, making a change to the data in the table. See Record-Action and Record-Action Rule properties.