- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 07:51 AM
Hello, I added a "Ship To Location" field to a catalog item, it auto-populates the requestor's location, but it does not automatically show the street address, city, state and zip code. Is there a way to get the requestor's full location address to display initially? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 07:55 AM
Yes, you can create variable for Street, State as well and by auto populate feature in Catalog item , you can dot walk and populate it.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 08:13 AM
Hi @DeIvory Gordon, If you want to show the complete location address then you may need to create another variable and then create a client script to perform the GlideAjax. Use the concatenation to store the complete data to an variable in script and then set it to the catalog variable.
You can refer to Get User Details based on the Logged in user/ User selected in Client Script
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 07:55 AM
Yes, you can create variable for Street, State as well and by auto populate feature in Catalog item , you can dot walk and populate it.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 08:13 AM
Hi @DeIvory Gordon, If you want to show the complete location address then you may need to create another variable and then create a client script to perform the GlideAjax. Use the concatenation to store the complete data to an variable in script and then set it to the catalog variable.
You can refer to Get User Details based on the Logged in user/ User selected in Client Script
Regards,
Sunil