Visibilty of tickets based on Parent-child assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 05:30 AM
Hi Team,
We have 2 groups Group A and Group B,
Group B (Child)is child of Group A(Parent)
Requirement is - Any member of Group A should be able to see all the incidents assigned to their group as well as its child group.
And, Any member of Group B should be able to see only the incidents which they are part of,they should not see any tickets of there parent group.
Any help will be highly appreciated.
Thanks,
Karana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 06:42 AM
Hello @KARAN24 ,
You can achieve this by simple Query business rule on incident table as below, by using this you will be able to restrict user from seeing records were assignment group is set to parent group.
Kindly mark my answer as Correct and helpful based on the Impact.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 06:17 AM
Hi Siddhesh,
Mine requirement is ,any group who has parent group,should not be able to see the tickets of the parent group,But parent group should be able to see the tickets of all child groups.
Currently ,I have created Query BR,which displays all the tickets of its parent as well as child.Here is the code.