There's a new home for Articles. Find Articles on Our Product Support Page.
In a previous post I found how to create an ini file on the app version from a certain app.javascript: var app = mobicontrol.app.getInstalledApp('com.sygic.fleet'); var appVersion = app.versionName var data = '[DATA]\nVERSION=' + appVersion; var file = new mobicontrol.io.File('/sdcard/sygicappVersion.ini'); file.writeText(data); Which gives me an ini file with this data: [DATA]VERSION=22.3.9 Problem is I'm stuck on how to get this as a custom data field ? Anyone who can help me on this one ?
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points
Highly experienced members with valuable inputs. Should have more than 700 points
Beginners taking the initiative. Should have more than 500 points