Is there a possibility to display device specific Soti Custom variables within the KIOSK lock page (HTML page) ?
Is there a possibility to display device specific Soti Custom variables within the KIOSK lock page (HTML page) ?
Hi Joachim,
Yes you can. What platform are you using, Android Enterprise?
Please refer below help mobicontrol information.
https://www.soti.net/mc/help/v15.4/en/console/other/macros.html?hl=macro
an example
<div>%DEVICENAME%</div>
I think he doesn't mean the macros but the custom attribute for example:
%MCCustomData:AttributeName% But we didn't test if it's possible to use them in kiosk mode.Standard macros as well as custom attributes and custom data can be included in kiosk tempalte html page. However, if such data is not relatively static (i.e. can change from time to time, e.g. battery level, or some custom data collected from an app every few minutes), then some javascript codes likely need to be added to make sure the kiosk display gets updated frequent enough to reflect the latest attribute/data value.