New Action Setting: Triggered by CRUD Action #112
Labels
enhancement
New feature or request
Feature: Custom actions
Issue related to dataview custom actions implementation
Milestone
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.
The text was updated successfully, but these errors were encountered: