We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Who has access to an HR Case?

GLewis5
Tera Guru

An HR Case has several user fields: Opened by, Opened for, Subject person.

Which of these users have the ability to view the case?

Which of these users have the ability to add comments to the case?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

Hi,

OOB this is governed by Query business rule on parent HR Case table

Name: Restrict query

Also you can check individual HR COE Table level READ ACLs

find_real_file.png

regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Not applicable

HI @Sean Antle ,

  • sn_hr_core.manager role is part of sn_hr_core.admin

find_real_file.png

@Sandeep Dutta, Yes, but the HR Admin role is not part of the HR Manager role, which means a user can have the HR Manager role without being an HR Admin, but still be able to view and edit HR cases, too. HR Manager inherits HR Basic. 

find_real_file.png

Not applicable

yes that's makes sense.