USPS Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 04:34 AM
Hello All,
We have requirement for a catalog item:
Scenario: We have two variables: "Zip code" and "state". Whenever a user enters a zip code, the state should be filled in. and this should be returned by the "USPS" API. Is anyone familiar with this integration?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:15 AM
Populating of "State" depending upon the "zip code" on a catalog item form is possible using an OnChange Client script.
As you want to get the details/information from the "USPS" integration, check where the details are stored in your Servicenow instance. Example: if you are storing the information in any custom table, you can call a script include in your OnChange client script to get that information from the custom table.
Let me know if this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 06:33 AM
Hello @Aniket Bhanse ,
We do not have "State" or "Zip Code" data in our instance, the user will enter the "Zip Code" manually in the Catalog item Variable.
Hence, we are using the method of integrating with the "USPS" web tool to populate the "State" based on "Zip Code" which is entered manually by the user.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 08:06 AM
Could you share how you achieved this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 02:15 PM
Hi Nic,
Did you find something related to this?
Regards,
Arun