Versions Compared

Key

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

...

Excerpt

Record-Action Concepts

A table has a set of record-actions. These specify an 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 configure PhixFlow to perform several operations on

  • to the data in one table, by adding a list of record-actions to a table action.
  • to the data in different tables
using
  • , by creating an action that contains a list of record-actions that can come from different tables.

The A action/table-action can potentially run any of the record-actions in its list. To decide which record-action to run, the action has 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 also:

  • Using Table Actions
  • Property Pages
  • Action and Table-Action
  • Record-Action
  • Record-Action Rule
  • Record-Action Attribute