- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 11:34 AM
We are creating a request for a new location to be created. In that request I would like the requestor to enter the zip and have that validate externally and bring back the city and state, preventing errors. Is it possible and what services have you used.
Any help or direction is appreciated
Thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 01:17 PM
Hi,
The only option to work on this is to use Google Maps API in ServiceNow platform. There comes a plugin of Google Maps in the platform, which is com.glideapp.google_maps (id of the plugin, System Definition -> Plugins). Once activated, there requires some subscription from Google to use this map API and it's services to populate such details Zip code, State, City based on Location provided.
Hope this helps.
Mark helpful or correct based on impact.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 04:28 PM
One caveat is that a zip code can return multiple cities and even multiple states, as they don't follow those boundaries.