Restrict visibility of a specific Catalog Item's RITM and SCTASK to only two groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
- sc_req_item
- sc_req_item.list
- Record-level (--None--) Read ACLs
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
58m ago
I would recommend enabling Debug Security Rules and testing with an affected ITIL user. This will show exactly which ACL is granting access.
Also check Read ACLs on:
- task
- task.*
- task.none
- sc_req_item
- sc_task
Since sc_req_item extends the Task table, access may be coming from a Task-level ACL rather than your custom RITM ACL.
For this requirement, a scripted Read ACL on sc_req_item and sc_task that checks the Catalog Item and allows access only to members of the Language Services and Translation Services groups is typically the recommended approach.
Please mark this response as Helpful or Correct if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
54m ago
I would recommend enabling Debug Security Rules and testing with an affected ITIL user. This will show exactly which ACL is granting access.
Also check Read ACLs on:
task
task.*
task.none
sc_req_item
sc_task
Since sc_req_item extends the Task table, access may be coming from a Task-level ACL rather than your custom RITM ACL.
For this requirement, a scripted Read ACL on sc_req_item and sc_task that checks the Catalog Item and allows access only to members of the Language Services and Translation Services groups is typically the recommended approach.
Please mark this response as Helpful or Correct if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
50m ago
Hi,
There might be many different ACL that will grant access to the record, and once granted it does not evaluate other records that would be more restrictive in access.
My best tip would be to use the Access Analyzer tool (built in, no install needed) to evaluate the access and help you investigate which ACL granted the access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
45m ago