
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 10:56 AM
When an ITIL user goes to the "My Assessments & Surveys" module under Self-Service, they can see all surveys currently assigned to them. However, there is a related list (show all) that allows them to see all surveys in a "ready to take" state. This should not be the case. They should only be able to see their own surveys. How can I remove this related list and associated access?
https://instancename.service-now.com/nav_to.do?uri=%2Fassessment_list.do%3Fsysparm_show%3Duser
Show all goes to:
https://instancename.service-now.com/nav_to.do?uri=%2Fassessment_list.do%3Fsysparm_show%3Dall
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 12:19 PM
Hi,
This button is basically visible to only assessment_admin. This button comes from a UI page called as assessment_list as below:(See line number 120)
If you want to hide it for more roles just add the roles to this line 120.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 12:19 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 02:01 PM
Thank you Ashutosh. I see where we have that role inherited from the Major Incident Manager roles. I can make the changes form here. Appreciate the help