Dot walking in variable attributes for a variable set - Service Portal

deepthireddy
Kilo Expert

Hi all,

I'm trying to add a variable attribute to my catalog variable. The field I'm trying to use is a reference field. Below is what I have and it doesn't work:

find_real_file.png 

This is a reference variable and refers to sys_user table. I have u_office_id(reference) field on my sys_user table. I need u_office_description value in my variable attribute. How can i achieve this?

 

Thanks,

Shalini

8 REPLIES 8

Venkat799
Kilo Expert

Here you have to dot walk all the way through.

For suppose if there is a x variable on the catalog.

current.x.u_office_description.

 

regards

Sree

Hi Sree,

 

I'm adding this on a variable set and by variable set is a reference variable which refers to sys_user.

 

find_real_file.png

 

 

Here are the variable attributes. Works fine for all use fields expect when i'm trying to dot walk.

find_real_file.png

Patrick Fedigan
Giga Guru

Hello,

Have you made sure they are the correct variables? They should show up in the auto completion list like so: 

find_real_file.png

 

'Test' is a custom description field from the 'department' variable.

Hi Patrick,

 

I'm pointing to this reference field on user table:

 

find_real_file.png

I need to dot walk to u_office_id.u_office_description

 

Thanks,

Deepthi