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 13 Next »

Action Concepts

A table has a set of Stream-item-actions. These specify an operation that can happen to a record in the table. Record-actions can create, read, update or delete a record, so are called CRUD actions.

You can configure an Action to perform several operations on the data in different tables. This is because the action contains a list of record-actions that can come from different tables.

The action can potentially run any of the record-actions in its list. To decide which record-action to run, the action has a rule associated with each record-action. When a Stream Item Action Rule evaluates to true, the action runs the action and therefore makes a change to the data in the table.

  • No labels