How to disable geolocation tracking on mobile agent app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello,
How can I disable geolocation tracking in the mobile agent app? I don't want the location map to appear when the location field is displayed on the mobile screen. Only the location name should be visible, similar to other reference fields.
I have checked my instance and confirmed that the plugin com.snc.geolocation
is installed. Are there any system properties available to disable this feature in the Mobile Agent app? I couldn't find any relevant information in the ServiceNow documentation.
Thanks
Moin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Moin Kazi
There is no documented system property (like glide.geolocation.enabled or similar) to globally disable the geolocation rendering in the Mobile Agent app UI.
To stop the Agent app from tracking a user's live location, uncheck the Geolocation tracked checkbox on the user's record or disable it globally via Geolocation > Administration > Geolocation Properties. This stops background tracking but does not remove the map view on static Location reference fields.
Please refer Link attached:
Thanks,
Vignesh
"If this solution resolves your issue, kindly mark it as correct."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @vignesh parthib ,
I already checked the path Geolocation > Administration > Geolocation Properties, but there are no system properties available to disable this feature. There are only a few properties to configure it.
Thanks