We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Get value of dot walking field in script include

imhicham
Tera Contributor

Hi all, i have a use case to display this value ( "FR" ***** varibale name = "iso" **** table = "core_country" ) it depends a variable on the catalog called "u_technical_ad_site" on the same table "cmn_location" with the variable "u_country_ref " : 

 

imhicham_0-1728490993777.png

 

in a variable "single line text" called "ADDinfo" : 

imhicham_1-1728491414882.png

 

how can i do that with a script include & client script ?

7 REPLIES 7

Sandeep Rajput
Tera Patron

@imhicham You question is not clear, please provide more details.

i just want to dotwalke the "iso" value by this variable "u_country_ref" it depent the value of a variable on the catalog called "u_technical_ad_site".

 

so if i chood a country on the this variable "u_technical_ad_site" type lookup select box  on this table "cmn_location".

 

i want a script to display the "iso" of this country on this variable "ADDinfo"

swathisarang98
Giga Sage

Hi @imhicham ,

 

Could you please explain a bit more about your requirement ?

 

Thank You 

Swathi

@swathisarang98  @Sandeep Rajput 

 

i just want to dotwalke the "iso" value by this variable "u_country_ref" it depent the value of a variable on the catalog called "u_technical_ad_site".

 

so if i chood a country on the this variable "u_technical_ad_site" type lookup select box  on this table "cmn_location".

 

i want a script to display the "iso" of this country on this variable "ADDinfo"