I'm using a Visio button to launch a C# automation script and from the web it works fine but inside of cube I get the prompt to "execute now". Is there a way to have the script run immediately and not have this additional click inside of cube?
Miguel Obregon [SLC] [DevOps Catalyst] Posted new comment 14 hours ago
Hi Edward,
Small question, are you using the option 'NoConfirmation':
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_Automation_script.html#options
If so, could it be the case that you are not passing all arguments to the script (dummy element, parameter)?