Reference Qualifier on Lookup select box variable not working

sukirtighosh
Tera Guru

Hi Everyone, 

after going through n number of cases regarding trying to populate data in "Lookup Select Box" variable through reference qualifier, i am still able to make my case work. I need your urgent help on this. Below is my scenario:

I have a custom table which has got certain mapping of Facility, its categories and the faults, I am trying to fetch value of these fields in my variable set, but have no luck doing that. 

1) In order to fetch Facility category i did the following:

find_real_file.png

2) Also, in variable attribute i have given the qualifying element:

find_real_file.png

But still has got no luck, my list on record producer is bring the list of all categories irrespective of what facility is being selected by user. 

Can anyone please help me with this.

Regards

Sukirti

1 ACCEPTED SOLUTION

Alexey7
Mega Sage

Hello try to modify ref qualifier:

javascript:'u_facility='+current.variables.u_select_facility;

View solution in original post

6 REPLIES 6

vkachineni
Kilo Sage
Kilo Sage
‘u_facility=‘ + current.variables.u_select_facility The = is missing.
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Vinod Kumar Kachineni
Community Rising Star 2022

Alexey7
Mega Sage

Hello try to modify ref qualifier:

javascript:'u_facility='+current.variables.u_select_facility;

My bad, a silly mistake, now it's working. Thank you so much 🙂 

Hi Alexey,

My reference qualifier works on Record producer form but not working on Case record produced, Is there any way to fix it?

 

Regards,

Hemanth