Advanced Reference Qualifier not working in dictionary override assignment group HR Case Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 05:04 PM
Hi SN Community,
I have a requirement to have the assignment group field on an HR case form within HR Case Management Application (Human Resources: Core) show a specific list of groups based on the currently logged in user. The HR Case table extends task and all other case type tables then extend from the HR Case table.
Task Table ---> HR Case Table ---> all other HR Case tables
Steps to accomplish goal:
1. Perform a dictionary override on assignment group.
2. Override reference qualifier.
3. Create advanced reference qualifier via script include to reference in override.
I did this and was unsuccessful.
I tested my script include via creating my own "assignment group" field and placing the advanced reference qualifier there, which did yield the desired results so I am confident that this issue is not with the script include itself.
"Test Assignment Group" was configured as follows:
The assignment group field on task table is configured in the following way:
My dictionary Override is the following:
And my script include:
I even tried placing the script include in the global application, but that did not work either. I would appreciate any guidance anyone can offer as I am at a loss.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 06:55 PM
Hi Volente,
Did you try putting logs in your Script Include to see if it is being triggered or not? Any other error logs while you click on the reference look-up icon?
Thanks,
Manish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 07:09 PM
Can you try:
javascript: new hrGroupAssignment().groupDisplay(current);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2019 12:54 PM
Hi Raf,
I gave your suggestion a try, but still with no luck. I believe you may be on to something though! I am going to try adjusting my functioning to take in tablename and grouptype to see if that is the problem!
Warm regards,
Volente'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2022 11:34 PM
Hi Team,
I am trying to call two different script includes and functions in reference qualifier which is there in Dictionary overrides but its not working please help me how to solve this problem and find the details below.
javascript:new callAssignmentGroups().initialize() +'^++ new BackfillAssignmentGroup().filterUsersOnGroup()
Thanks You.