Has anyone ever used Latitude and Longitude?If yes, for what reason?If no one uses it,

AliceME
Tera Contributor

Has anyone ever used Latitude and Longitude?If yes, for what reason?If no one uses it, why did ServiceNow even think of having this field?

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AliceME 

 

I never used these fields but I think these can be best used when FSM is in place or when ServiceNow provider deals in aviation or transport industries. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron
Tera Patron

@AliceME 

both the fields on sys_user are used in FSM when a work order is assigned to agents, it's used to calculate the shortest distance to the location where agent has to reach, for route optimization, real-time tracking of agent's location.

It's populated using this

The get_lat_long business rule is not populating latitude and longitude

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@AliceME 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Tai Vu
Kilo Patron
Kilo Patron

Hi @AliceME 

The Latitude and Longitude fields are useful for any geolocation-related use cases.

ServiceNow introduced these fields as part of its capability to support location-aware workflows like logistics, field service management (FSM), booking services, asset management, etc.

 

More information:

ServiceNow Map Pages

There is a business rule on the Locations table called 'get_lat_long'. It is inactive by default. It you enable this rule, then any change to the location table will request the latitude and longitude from the Google Geocoder web service and update the location record.

URL: https://<instance_name>.service-now.com/sys_script.do?sys_id=176baa97c0a80169011360192b738ebf

TaiVu_0-1735285176853.png

 

Cheers,

Tai Vu