Community - SOTI MobiControl

Community - SOTI MobiControl

There's a new home for Articles. Find Articles on Our Product Support Page.

SOTI MobiControl Discussions


  • 0 votes 1 answer

    Getting Device Build Number in Javascript

    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)

    Android Scripting
    5 years ago
  • 1 votes 4 answers

    Calling legacy script command from javascript

    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

    MobiControl - Android Script Engine
    5 years ago
  • 0 votes 2 answers

    Example calling API using JavaScript Solved Locked

    Looking for examples of authenticating and calling the API using JavaScript.

    SOTI MobiControl
    6 years ago

Top 3 Contributors of The Week

View All

No top contributors this period.

Earn Contributor Badge

More info
  • Diamond
    Diamond New

    Top-tier experts who are delivering outstanding content. Should have more than 7000 points.

  • Platinum
    Platinum

    Experts who are consistent with great content. Should have more than 1000 points.

  • Gold
    Gold

    Highly experienced members with valuable inputs. Should have more than 700 points.

  • Silver
    Silver

    Beginners taking the initiative. Should have more than 500 points.

  • Bronze
    Bronze New

    New contributors starting their journey. Should have more than 250 points.