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
Besides the two options presented, there's a third approach that will make it possible to show something in the Visio itself. With your Automation Script, you can set session variables that you'll be able to use in your Visio.
Passing Automation script output to session variables
Kind Regards,
Jarno
As alternative you can make your script interactive and create your own confirmation message.