Fields make editable to a group only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I created an ACL for 3 fields to be editable only to a specific groups, but it's not working.
Sample ACL
By default, role snc_internal is already there. I tried to remove the role but it is required in add role by create new ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Please impersonate the user, open the change form, and verify whether they can see the Save or Submit button. This will confirm if they have the required table-level write access.
- Instead of using a script, you can apply filter conditions to achieve a no-code solution.
- If you choose to use a script, ensure that you are assigning the correct value to the 'answer' variable. (This could be the probable reason)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @Merza Lyn ,
In the ACL script you've written, please add '()' after getUser and check once.
*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.