To get Value of LOOKUP SELECT BOX field

akhila13
Tera Expert

I have created a variable set 'facility' and inside that a variable named 'building'.. Variable building is of type LOOKUP SELECT box.. i want to map the value in field building to description field in RITM...

25 REPLIES 25

rad2
Mega Sage

You can use the 'map to field' checkbox available in the variable form. Example Screenshot below

find_real_file.png

 

Hope this helps!

but it will map to only record producer table

Are you using a record producer?

 

Harsh Vardhan
Giga Patron

i am assuming you are not using Record Producer. 

i believe you have workflow which is running on RITM , if yes then you can simply write a script on your run script activity,

 

current.description=current.variables.building.getDisplayValue();