Geolocation for field service agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 02:48 AM
Hello Team,
I have been working fsm module on my personal instance .
Requirement:
i want to get the current location of an field service agent . I have installed the geolocation plugin (com.snc.geolocation) and enabled the checkbox (Geo location tracked ) in the user table.
I have impersonated with the user who checkbox is enable and updated the task extending table like incident.
After updating also I am unable to populate the Longitude & Latitude .
Can any one help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 08:33 PM
Hi @Vasanth12
Mobile agent app we are using . Can we capture the current location the Mobile app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 04:32 AM - edited 01-11-2024 04:33 AM
Hi Rakesh,
1. Create a variable of type GPS Coordinates
2. Call that variable in Action item script
3. Update the record from action item script
I am successfully populating the current coordinates of agent on work order task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 04:42 AM
Hello @sajanrathod0192
Thanks for the response.
Longitude and longitude it Will update each time with current location?
How to call the variable in an action scrip and update the record,can you paste the code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 01:12 AM
Hi @Rakesh113
Longitude and longitude it Will update each time with current location? - No. Please note I created a action item. I am fetching the geo_loction variable in action item script.
You can check any OOB action item script(Approve/Reject/Close complete), you will get an idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 10:43 PM
Hi Rakesh,
Do you got any proper update for this requirement?
Even it is a req for me now. for fsm external user lat/long not populating in user table while raising incident from agent mobile app.
If you got solution can you share it.