DISPLAY DEVICE PATH OR CUSTOM ATTRIBUTE ON LOCKDOWN

Our MC is release 14.4.

We manage around 3000 devices on 40 different kind of field services. The devices have different lockdown and access according to field services being assigned. It is common a device been transferred to different departments, so they must receive new assignemnets.

It is also common the end user to forget to request to transfer the device in MobiControl, keeping the former assignments.

When we were running MC 13, in order to avoid devices misplacements, in our lockdown template we have displayed the device path, by including a a reference to an external html file. This external html file  have been transferred by a filesync rule.

 Such solution were consuming network band, so we have deactivated it.

Is it available on MC release 14.4 any macro or environment variable that we may include on html lockdowntemplate to show which path the device is located, or maybe a custom attribute that may shows its content on lockdown ?

 Something similar to %IMEI%

5 years ago
Android
ANSWERS
MD
Matt Dermody Diamond Contributor
5 years ago

You can put Custom Attributes or Custom Data on the lockdown screen with these macros:

%CustomAttr:Name%

%MCCustomData:NAME%

Thank You Matt.

%CustomAttr:Name% produces results ok.

But %MCCustomData:NAME% displays %MCCustomData:NAME% instead of its content.

RC
Raymond Chan Diamond Contributor
5 years ago

Have you added any custom data, and deployed any data collection rule to your device?  There should be .ini or .xml file on your device with the right data for the  %MCCustomData:NAME% macro to work.