CRUDE-ASP icon indicating copy to clipboard operation
CRUDE-ASP copied to clipboard

New Action Setting: Triggered by CRUD Action

Open EitanBlumin opened this issue 6 years ago • 0 comments
trafficstars

This should be relevant to all action types: JavaScript, HTTP link, DB command and DB procedure. Only relevant to inline actions (i.e. per row).

Add support for a type of action that would be executed automatically upon the completion of specific CUD operations (creation / update / deletion).

Configuring this action could be done by setting a bitwise field called "Triggered by" as follows:

  • User Interaction (default, visible as a button per row, not a trigger)
  • Creation (triggered automatically when a new row is added)
  • Update (triggered automatically when a row is edited)
  • Deletion (triggered automatically when a row is deleted)

A custom action can be triggered by one or more options as specified above.

The affected row (s) would be passed as parameter to the action.

Multiple trigger actions should be stackable.

Alternative: business automation triggers, like in zendesk.

EitanBlumin avatar Apr 07 '19 13:04 EitanBlumin