Reference qualifier not working on Dictionary Entry Override

Abigail
Tera Expert

 

Issue with the Assignment Group Field in the incident_task Table

I want to specify that only groups with a defined group type should be shown in the Assignment group field. However, when I applied the filter, 15 records are displayed. Yet, when I use the same filter in the reference qualifier, only 5 records are shown.

Abigail_0-1729620045430.png

Any idea

1 ACCEPTED SOLUTION

That's helpful.  I meant to ask for these results too, but if you could also show a list view of the table containing the columns Name Type and Parent, with the filter that should clarify things

BradBowman_0-1729700014382.png

If you change the attribute in the override to tree_picker=false you will see a similar list view, with whatever columns you define in the List Layout - if this view is clearer for you, and you don't need or want to see the group members

BradBowman_1-1729700213688.png

 

 

View solution in original post

20 REPLIES 20

JenniferRah
Mega Sage

You'll need to add a javascript qualifier like this:

 

 

javascript: 'typeLIKE1cb8ab9bff500200158bffffffffff62'

 

Edited: the ":" should just be a colon (:)

 

 

It doesn't work; the list is not filtered and shows all the groups.

Did you verify the sys_id you are using is right? 

 

I don't know if it's even possible, but are there 2 dictionary overrides for that same table?

 

Also, maybe try clearing your browser cache to make sure that list isn't cached.

 

If it's not either of those, can you send a screen shot of the dictionary override with the new reference qualifier?

Hello @JenniferRah 
It is showing all the records instead of just filtering the ones I need.

Abigail_0-1729691188584.png

 

You need to change the ":" to just be a colon. When I used the code feature on this chat, it changed the colon to that. So your qualifier should be:

JenniferRah_0-1729692174698.png