Help with dictionary override reference qualifier

Bruler1230
Tera Expert

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!

9 REPLIES 9

matthew_magee1
Giga Guru

You're going to want to set up the dictionary override to look like this:

matthew_magee1_0-1669994013271.png

 

In this example, CABAgendaItem is the script incldue and getRaskReferenceQualifer is the function

If you need help w/ the script include, let me know

Thanks. How would i put all of those things together in the function. Would it just be an if statement?

matthew_magee1
Giga Guru

Stand by. I'll send you an example

matthew_magee1
Giga Guru

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