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

Volente_
Kilo Expert

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: 

find_real_file.png

 

The assignment group field on task table is configured in the following way: 

find_real_file.png

My dictionary Override is the following: 

find_real_file.png

And my script include: 

find_real_file.png

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.

8 REPLIES 8

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

Raf1
Tera Guru

Can you try:

javascript: new hrGroupAssignment().groupDisplay(current);

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'

pavana1
Tera Contributor

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.

find_real_file.png

javascript:new callAssignmentGroups().initialize() +'^++ new BackfillAssignmentGroup().filterUsersOnGroup()

 Thanks You.