Hi,
I coded a button that allows you to select the preferred source on Appear X20. It works fine on DMA, but nothing happens on the dashboard when you click it. Is the way I did it incorrect, or is it not possible to use this functionality via the Dashboard on the website?
BR,
Adrian
Hi Adrian,
Alternatively, you could assign an automation script to this button that sets the parameter.
Best regards,
David
You can change your parameters via the automation script by connecting it to the Visio button’s shape data. Then, include your Visio in the dashboard.
Additionally, when using a low-code app, you can execute the script directly. In low-code apps, it is possible to create a button. Simply add the script directly to the button’s data.
https://community.dataminer.services/courses/dataminer-advanced/lessons/dms-automation-2/
David,
also when im changing Preferred Source Locked from DMA it is working, but when I was trying to use set parameter for button 30561 which is write for source locking it wont change anything.
I tried to create dropdown menu from Dashboard App, but preffered Source is empty.
Hi David,
thank you for the info. In the meantime, an additional case appeared in the form of locking the preferred source after changing it using a button. It sounds even more as if the script was required to execute another command that, after changing the source, would unlock the preffered source. Could you help me with the script? Are you talking about a script in Visio or directly on the Dashboard?