What is the syntax for using an automation in a shortcut in M3CE? I the new UI I have managed to add shortcuts which works until I log off, then they stop working.
I have tried the following examples to open MMS177:
_automation?data=<?xml version="1.0" encoding="utf-8"?><sequence><step command="RUN" value="MMS177" /></sequence>
mforms://_automation?data=<?xml version="1.0" encoding="utf-8"?><sequence><step command="RUN" value="MMS177" /></sequence>
_automation?data=%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csequence%3E%3Cstep%20command%3D%22RUN%22%20value%3D%22MMS177%22%20%2F%3E%3C%2Fsequence%3E
mforms://_automation?data=%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csequence%3E%3Cstep%20command%3D%22RUN%22%20value%3D%22MMS177%22%20%2F%3E%3C%2Fsequence%3E
All of them works as expected until I log off. Once I log in again and try the links, they are open in a separate tab in the browser and no longer work.
In the end I would like a dynamic link (which also works until logged of) but I took this example for simplicity.
Any other options for dynamic link to a program not bookmark enabled apart from a H5 script?