EitanBlumin / CRUDE-ASP

Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
https://git.eitanblumin.com/CRUDE-ASP/
Mozilla Public License 2.0
24 stars 13 forks source link

New Action Setting: Triggered by CRUD Action #112

Open EitanBlumin opened 5 years ago

EitanBlumin commented 5 years ago

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:

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.