There's a new home for Articles. Find Articles on Our Product Support Page.
In Soti MC Android Javascript, I’d like to check the device Build number. Is it possible?(mobicontrol.os.version only returns the OS version but I need whole Build Number string)
Hello, I'm looking for a way to call a legacy script command from within a post-sync script using javascript. Currently testing the with this sample code and based on selection, would like to trigger the mxconfig command, which is part of the legacy scripting. #!/usr/bin/env js var buttonLabels = ['Red', 'Green', 'Blue']; mobicontrol.message.createInfoDialog('Choose the colour').withButtons(buttonLabels[0], buttonLabels[1], buttonLabels[2]).withCallback(onConfirm).show(); function onConfirm(result) { if (result.buttonIndex != null) { mobicontrol.log.info('The ' + buttonLabels[result.buttonIndex] + ' button was clicked.'); } }Finding a way to combine the functionality of both scripting languages would be very helpful. - Shawn
Looking for examples of authenticating and calling the API using JavaScript.
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.
New contributors starting their journey. Should have more than 250 points.