When a script is launch from a visio shape, is it possible to have confirmation message similar to what is available with SET ?
When a Visio shape is triggering an automation script, per default it will show the following confirmation message:
It's not the same as Set Parameters but allows the user to acknowledge the script execution with the mentioned parameter values.
If you wish to disable this confirmation message, you can use Option 'Options:NoConfirmation' available in the 'Execute' shape data. The full explanation can be found in our Docs - Linking a shape to an Automation script | DataMiner Docs
As alternative you can make your script interactive and create your own confirmation message.