Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

ACL on sc_req_item for specific catalog items

Akki1
Tera Contributor

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

1 REPLY 1

Meloper
Kilo Sage

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.