I want to have a question dialog "Do you really want to delete/modify instance(s)?" Before completion of button actions "Execute component action" => "Form, Delete instance" or "Launch a script" for deleting or modifying some DOM instances.
Hi Harald,
At the moment that can only be achieved by launching an interactive automation script before doing the actual deletion.
If the user would press 'Cancel' in the script, you can throw an error and the consecutive 'Delete' action will not occur. If the user would press 'Confirm', then the script completes and the consecutive 'Delete' action will be executed.