Self Service Permissions - see all tickets for company

kchorny
Tera Guru

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

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


View solution in original post

6 REPLIES 6

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


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!