Restrict alm_hardware fileds based on user part of group or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 07:14 AM - edited 09-24-2024 07:24 AM
Hi,
I have a requirement, Restrict the write access
who are part of this group ‘DaaS Edit’ can only modify the records with model category is computer in alm_Hardware table.
i have created ACL as below
alm_hardware.*
condition is model_category is computer
script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 08:06 AM
Hi @krishna761 ,If your instance is in Vancouver or above you can make use of OOTB group check logic instead of script(see below image). Additionally you can enable debug security and see which part of ACL is failing.
Security Debugger will show exactly which part of the ACL is returning false. When you see red cross symbol hover on that to see which part is failing.