Auto Populate Entire Location

DeIvory Gordon
Tera Guru

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!

 

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

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. 

 

LearnNGrowAtul_0-1707839703966.png

 

*************************************************************************************************************
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]

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

View solution in original post

SunilKumar_P
Giga Sage

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

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

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. 

 

LearnNGrowAtul_0-1707839703966.png

 

*************************************************************************************************************
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]

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

SunilKumar_P
Giga Sage

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