Advance Reference Qualifier using 'current' on dictionary overrides does not work in List Edit on Agent WorkspaceDescriptionWhen using a lookup value on agent workspace, the back-end has values retrieved, but the lookup list is empty, for example for the assignment group on incident.Steps to Reproduce 1) Open assignment_group dictionary for the task table2) Open incident override from the dictionary overrides3) Check Override reference qualifier checkbox4) Set Reference Qualifier to "javascript:"name=" + current.short_description"5) Save the Record6) Pick any group from sys_user_group table (e.g. Network)7) Create an incident with short description as the name of the group picked in Step 6 [Eg Network]8) Save the incident9) Click on the assignment_group reference icon10) Open the incident list in the Agent Workspace11) Select the incident and click on edit in the list view12) Click on the reference icon for the Assignment Group fieldNo group shows, the list of available options is empty.WorkaroundThis is working as expected by design. Advance reference qualifier will not work in Multi-Edit feature because the feature allows multiple records to be selected. For that reason, no specific sys_id can be used for the query. Instead, sys_id is set to -1 which results in no data returned, consequently with no reference results shown in the dialog. The workaround would be to either open individual records and make the change, or click on the "Open preview" info icon on the left of each record in list view and make the change.Related Problem: PRB1627192