Using Soti Custom Variables in Kiosk Template Html Page

JS

Is there a possibility to display device specific Soti Custom variables within the KIOSK lock page (HTML page) ?

4 years ago
SOTI MobiControl
ANSWERS
G
GKMOD@SOTI
4 years ago (edited 4 years ago)

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>

RS
Rafael Schäfer
4 years ago (edited 4 years ago)

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.
RC
Raymond Chan Diamond Contributor
4 years ago

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.