Can I customize an ACL for certain records in a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 05:39 AM
Hi,
I have a request to give a certain group of users access to only certain records in a table. These records do have a field with a certain value which I can easily filter out, but am I able to apply that to an access control and make it available for just one role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 05:46 AM
Hi @simran3 ,
Is it a core table, extended table or custom table ..can you please specify.
Regards,
Mayur Shardul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 06:20 AM
It is the pm_project table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 06:41 AM - edited 09-21-2023 06:42 AM
Hi @simran3 ,
For OOTB tables you should not changes existing ACL's as it is recommended.
You can create new ACL and give the conditions of role, filter.
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Mayur Shardul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 06:17 AM
Hi @simran3
If that's the case use combination of Query BR and ACL.
If you only use ACL, it will be bad from UI perspective, so Query BR will handle the filtering of the records and ACL can take care of the security.
Aman Kumar