- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 10:06 PM
Hi community
I want to limit visibility to Sctasks and ritm records where the item = a specific item
I tried acls on there own but the oob acls are stopping it from working. What is best approach here. Example would be appreciated
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2025 07:20 PM
Hi @AnthonyMull
PFB the sample for "Deny unless" ACL.
Ex:
1. Catalog item: Limit visibility to sctasks
2. Custom role: restrict_task_view
3. Two test users: Test 1 -> Without custom role; Test 2 -> With custom role
4. Creating Deny Unless ACL of type read on "sc_req_item" table
5. Output results:
-> User TEST 1:
-> User TEST 2:
I hope this helps.
Please mark this as a solution if it resolves your query.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 12:00 PM
Hi @Dushyant Siroh this did not work on an acl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 06:01 AM
Hi @Dushyant Siroh I put this on an ACL and it did not work.
The ACL had this script wiht the new role I created.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2025 07:20 PM
Hi @AnthonyMull
PFB the sample for "Deny unless" ACL.
Ex:
1. Catalog item: Limit visibility to sctasks
2. Custom role: restrict_task_view
3. Two test users: Test 1 -> Without custom role; Test 2 -> With custom role
4. Creating Deny Unless ACL of type read on "sc_req_item" table
5. Output results:
-> User TEST 1:
-> User TEST 2:
I hope this helps.
Please mark this as a solution if it resolves your query.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2025 09:04 PM
Hi @AnthonyMull
You can try Data Filtration rules as well which doesn't require any script. To configure data filtration rule, you need to first activate the plugin "Data Filtration (com.glide.data_filtration)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 05:20 AM
Hi all
I got a soultion using ACL Deny, thanks for all your help.
Cheers