- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 04:45 AM
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:
2) Also, in variable attribute i have given the qualifying element:
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 04:52 AM
Hello try to modify ref qualifier:
javascript:'u_facility='+current.variables.u_select_facility;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 04:52 AM
Vinod Kumar Kachineni
Community Rising Star 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 04:52 AM
Hello try to modify ref qualifier:
javascript:'u_facility='+current.variables.u_select_facility;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 05:01 AM
My bad, a silly mistake, now it's working. Thank you so much 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2022 07:36 AM
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