Hello Team,
I have created an automation script, which does some background process and creates a reference id and the concatenate it at the end of the URL. I would need it to be auto opened on the users machine who has triggered this automation script via Dataminer cube.
Lets take an example I want to redirect the user to https://docs.dataminer.services/index.html on their browser after completion of the automation script.
As of now I am using a pop up to show this URL to the users. And they manually copy paste it on browser. Also not sure if the URL can be made clickable on popup.
Could you please help me to find how to achieve redirection and if it's not possible what is other alternative to make it user friendly
Hi Ramesh, make sure that the 'NoConfirmation' option is set in the Hyperlink.xml for that hyperlink, otherwise the pop-up will be shown as you mentioned.
When I trigger such an interactive script from a hyperlink in the alarm console with that option set, it should open the link immediately. This is how my hyperlink value is structured 'MyAutomationScript||AlarmId=[ALARMID]||Tooltip|NoConfirmation,CloseWhenFinished'.
