- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 08:54 PM
Hi Team,
Could you please suggest how the visibilty of interaction records is controlled in Human Resource Core Application scope.
For example, only user with HR Admin role can view the records in Human Resources Core application scope. Observed that there no acl or business rule on interaction table which suggests same.
Would like to know how this is implemented and what configurations are used here.
We were planning to implement same for other custom application.
Thanks in advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 09:37 PM
What roles does the user have that is unable to view the record? Do they have a hr scoped role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 08:57 PM
visibility of interaction should be based on table.None READ ACL
What's your business requirement?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 09:54 PM
Hi,
The interaction table is somewhat unique as it has the 'application' field which points to sys_scope. This means that scope security is enforced and scoped ACLs are required to read data, even if a global ACL provides access.
So, OOB, HR interactions are secured and only accessible to those with a sn_hr role. HOWEVER, for this to apply, HR Agent Workspace has to be used to set the 'Application' field correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 08:39 PM
Thanks @Kieran Anson
We have case where access analyzer shows read access as blocked for an interaction record but there is no read acl displayed in the results. Also there is no acl present in application scope on the interaction record. Application scope is Human Resource: Core. The interaction record is visible for user with hr admin role.
There is no query business rule on interaction table as well. Could you please suggest which configuration might be responsible for blocking/granting this access to hr admins.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 09:37 PM
What roles does the user have that is unable to view the record? Do they have a hr scoped role?