Hello,
I am part of the IT department in my company, which uses SOTI MOBICONTROL for managing our ZEBRA TC72 terminals. I'm not the one managing SOTI strategies, but I am currently developing an application that sends certain data via email. I need to identify either the person or at least the terminal sending this data, whether by the name of the terminal or its serial number. Directly through the Android APK, I cannot retrieve the serial number, and all terminals have the same name (TC72). I would like to know if it is possible through SOTI either to retrieve the serial number to send it via email, or to rename the terminals using a strategy such as {name of the group it belongs to}-001 (auto-increment). The terminals with SOTI have a homepage that is an HTML page where the serial number is displayed.
if(ip) customDataArr.push("IP: %ip%");
if(mac) customDataArr.push("MAC: %mac%");
if(serialNumber) customDataArr.push("Serial: %serialnum%");
If you have any suggestions on how to achieve this, I would be grateful. Thank you for your attention.