set acl for multiple catalog items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2023 12:21 AM
Hi,
I have a acl which I need for multiple catalog items but I don't want to use the hardcoded sys_id in condition.I have created a property with comma seperated sys_id of catalog items. How do I use in my script to apply the acl for only these catalog items?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2023 01:07 AM
I'm creating acl on sc_req_item and I want only for specific catalog items whose sys_id i mention in the property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2023 02:03 AM
@Akki1 If you are doing this in RITM table no need of property
can be done with conditions
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2023 03:09 AM
@BharathChintala Thanks but I don't need this way I need it to be dynamic. I want property ehich contains comma separated sys_id of catalog. So incase if I need in future I can just add the catalogs in property rather than configuring the acl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2023 03:26 AM
@Akki1 try below script
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2023 10:53 PM
@BharathChintala Thanks but will current.item work in acl?