- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2022 08:18 AM
Hello,
So on the Incident form, depending what is in the business area field, some categories are exposed..
Example: Business Area = Strongroom... there are 5 categories that get exposed on the INC form.
There used to be other categories under the Strongroom Business Area, but I made them inactive so only the 5 shown above show on the form.. That works as expected.
Here is the problem:
I have a record producer form that lets you pick the Business Area, and shows the Categories available, however, it is showing all the categories available for Strongroom. Not just the active ones..
How can I change the script in this reference qualifier to only show active categories for the selected Business Area instead of all of them?
Thanks in advance for the help!
Emily
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2022 08:49 AM
HI Emily,
update your reference qualifier with below:
javascript:'name=incident^element=category^inactive=false^dependent_value='+current.variables.u_choice_3
Mark my answer as HELPFUL / CORRECT if this help resolve your issue.
Regards,
Vamsi S

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 11:16 AM
Hi,
Are you asking or are you telling?
If you are asking yes you can go to dictionary of reference field and find it here in this tab.
If you cannot find it could possibly mean you are in default view or any other view change the view to see it.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 11:18 AM
Mark Helpful if you think it was helpful.
and if you want quick response you should try to post your own question i just happened to get here and see your question I could have missed.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2022 09:02 AM
HI,
Just add
inactive=false^
at the beginning of your reference qualifier.
Regards,
Sumanth