Necessity of using ref_qual_elements in reference qualifiers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2019 06:27 AM
I have been working on a requirement where when a field country is changed, I had to populate companies with the entered country
I have used reference qualifiers
javascript: 'u_country=' + current.u_country;
which looks fine when the company field reference is a lookup, but when I changed the Choice List Specification to Dropdown with none the above code alone is not working, I had to add ref_qual_elements.
ref_qual_elements=u_country
Can someone explain what is the necessity for added ref_qual_elements for reference when choice list spec is changed to a dropdown.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2019 07:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2019 10:51 PM
Hi Rahul, thanks for the reply but what I am wondering why there is a difference when Specification changed to dropdown, can you please provide insight on why this is behaving differently.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 06:43 AM
This may help. Shows an example, with screenshots, and a link to functional documentation: