- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 07:01 AM
Dear all,
I got the scenario where i need to get the user's location at the time of raising ticket using now mobile app
As the user begins to fill out the form, the system must automatically retrieve and record the user's current location
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 04:38 AM
I figured this out for anybody who is interested in the solution.
On new button (function) create a UI parameter select the required field (you can choose Filed type as geo point type for better experience) where you want to store the location and put input source as "Auto Fill" and input type as "GPS Location".
Location will be stored in latitude and longitude format.
And do the rest as usual.
Ensure that your location is turn on before submitting the form.
And BOOM 💥💥you are all set to store the current location of user who is raising ticket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 07:11 AM
Hi @Adarsh Gunjan ,
Please refer to below thread:
https://www.servicenow.com/community/developer-forum/getting-location-in-mobile-ui/m-p/2209366
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 04:38 AM
I figured this out for anybody who is interested in the solution.
On new button (function) create a UI parameter select the required field (you can choose Filed type as geo point type for better experience) where you want to store the location and put input source as "Auto Fill" and input type as "GPS Location".
Location will be stored in latitude and longitude format.
And do the rest as usual.
Ensure that your location is turn on before submitting the form.
And BOOM 💥💥you are all set to store the current location of user who is raising ticket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2024 03:03 AM
Hello @Adarsh Gunjan Could you please provide the steps for this and how it will be saved on backend table manually/automatically?