Lockdown customisation (country flag)

Solved
BR
Bruno Rame Bronze Contributor
COPPERNIC

For a european project, we created multiple country folders (France, Allemagne, Italie .....)

We configured a custom attribut for each one : France = FR, Allemagne = AL, Italie = IT ....

On the lockdown, we would like to display  the flag of the related country.

If ID = FR then display ''France flag.jpg

If ID = IT the display ''Italie flag.jpg ....

Is it possible ?

7 years ago
SOTI MobiControl
ANSWERS
MD
Matt Dermody
7 years ago

The SOTI lockdown is basically a webview that supports HTML and Javascript. You could extract the Custom Attribute value with this Macro:

%CustomAttr:Name%

And then use Javascript to pull the respective jpg. 

Or you could just create separate country specific Lockdown profiles and use the Custom Attribute value as Filter Criteria. 

Solution