Help with dictionary override reference qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 07:00 AM
Hello,
I need to create a dictionary override on the incident table with a reference qualifier that shows groups that are active and of a certain group type. I can do that by using type'<sysid>'^active=true
I also need one of the groups to only show up for users that have a certain role. How do i tie all of this together in one reference qualifier. I assume i will need a script include but need a little help.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 07:14 AM
You're going to want to set up the dictionary override to look like this:
In this example, CABAgendaItem is the script incldue and getRaskReferenceQualifer is the function
If you need help w/ the script include, let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 07:51 AM
Thanks. How would i put all of those things together in the function. Would it just be an if statement?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 09:36 AM
Stand by. I'll send you an example

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 09:55 AM - edited 12-02-2022 09:56 AM
For the second part of your question, how are you going to determine if the group needs the special role? Is the group part of the initial list returned or is it a group that stands off by itself that is not part of the group type?
Hope that makes sense