- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2017 02:57 AM
Hi All,
field 'Department' references to a custom table that contains user records with their respective departments.
when clicking on the look up icon on the field "Department" it displays all records with users and department. But my requirement is to display only the department and further their LIST should not be repeated.
So I think if I can achieve GROUPBY DEPARTMENT then I will be available display only UNIQUE departments. I tried via reference qualifier but that doesn't work
Reference qualifier:
javascript: 'u_department='+GROUPBYu_component;
Thanks & Regards,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2017 06:59 AM
Hi Saahil,
i am not sure about group by if that's possible or not .
can you try with "tree_picker=true"
Note: Dependencies for CIs are enforced only when the dictionary entry for the reference field has tree_picker=true in the Attributes field. |

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2017 06:59 AM
Hi Saahil,
i am not sure about group by if that's possible or not .
can you try with "tree_picker=true"
Note: Dependencies for CIs are enforced only when the dictionary entry for the reference field has tree_picker=true in the Attributes field. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2017 07:33 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2017 09:29 AM
please check the dictionary overrides of this field . i think there tree_picker=false has set.