Is it possible to pre-populate the Service Now instance on the mobile app when deploying via EMM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2022 04:07 AM
Does anyone know how to pre-populate the Service Now instance name on the app when deploying for iOS please?
It works fine for Android but there is no option to simply enter the URL for iOS (please see screen shot).
I have seen the following guide:
https://docs.servicenow.com/bundle/rome-mobile/page/administer/tablet-mobile-ui/reference/appconfig.html
Which mentions keys and values but my MDM does not have such fields just one field for "Configuration command" or Configuration URI
Thank you
- Labels:
-
Mobile app configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2022 08:44 AM
Is this a intune MDM? if so, try you are getting any hooks.
https://docs.servicenow.com/bundle/rome-mobile/page/administer/tablet-mobile-ui/concept/intune-mdm.html#intune-mdm
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 08:08 AM
Thank you Paulsylo and apologies for the delayed response.
We use SOTI MobiControl as our EMM which sadly does not have the general configuration fields available to populate, just a field for a URI string which is what I am struggling with.
I have tried the following permutations in vain:
{"SNDefaultInstanceURL":"https://wates.service-now.com/","SNDefaultInstanceName":"wates.service-now.com","SNBlockInstanceCreate":true}
{"SNDefaultInstanceURL":"https://wates.service-now.com/","SNDefaultInstanceName":"wates.service-now.com"}
{"SNDefaultInstanceURL":"https://wates.service-now.com/","SNDefaultInstanceName":"wates.service-now.com","SNAuthenticationBrowseriOS":"","SNBlockInstanceCreate":false}
{"SNDefaultInstanceURL":"https://wates.service-now.com/"}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 08:50 PM
Hi James - can you try giving this below once,
{'SNDefaultInstanceURL':''https://wates.service-now.com/''} or try to reach servicenow to get these help on configuration URI
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 08:52 AM
Thank you, I tried that but still the app still comes down unconfigured.