ACL on sc_req_item for specific catalog items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 04:23 AM
I have two catalog items and there are approvers in it. So I want the approvers to show them the RITM visible only for those catalog items. And the acl should have condition with catalog items coded in script. I have a property with sys_id of catalog items comma separated so I want this acl to be applied to these catalog items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 05:17 AM
guess there a 2 differents.
1. is the sysapproval_approver Table
2. is the sc_req_item Table.
if you want to configure the ACL (read Access for the Approver) Then you need to configure the ACL on the sc_req_item table.
An i guess you can write a script.
If the sc_req_item.cat_item = "SYID" and the Approver (gs.getuserID == "Sysid"") grand read access.
Guess you can do it with conditon Builder or create a role for these Users.