- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 01:07 AM
My requirement is to hide the user1 from assigned to when selecting the assignment group while creating an incident ,but the user must be a member in the group.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 05:51 AM
This needs to be added as an advnaced reference qualifier to the assigned_to field, not assignment_group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018 02:07 AM
Hi David Dubuis
Please, check this below thread.
How to re-assign an incident to other group if the user is a member of that group only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2019 02:59 AM
Hi Gokul,
Today you wanted to exclude one user id ...tomorrow the count may increase
Solution:
Create one field in User table (Checkbox)
and add it in reference qualifier of assigned to field as "User. new field" is"(any value value/false/true)". Then this will exclude while fetching the assigned to user records.
You can use this solution for N number of users.
Thanks,
Akila R