
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2015 09:26 AM
In the past, we've had ticketing systems that allowed self-service users to be defined as "managers" which allowed them to see all incidents/requests opened by anyone in their company, rather than just their own. We have a customer requirement to implement the same functionality in ServiceNow. It is my understanding that this functionality is not present out of the box....?
If you were faced with this requirement, how would you approach it? I'm not even sure where to start. I do know that it can not be role driven, so I intend to create a security group to control access.
Thanks for any input!
Karla
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2015 08:58 AM
Yeah that does indicate an ACL issue. It looks like your acl is actually running against the active field. Change Active to None on the ACL and see what happens.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2015 08:58 AM
Yeah that does indicate an ACL issue. It looks like your acl is actually running against the active field. Change Active to None on the ACL and see what happens.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2015 09:09 AM
It works!!! Thank you so much for all the help! I'm mostly fumbling through this stuff, and without people like you I would be completely SOL!