Fields make editable to a group only

Merza Lyn
Giga Guru

I created an ACL for 3 fields to be editable only to a specific groups, but it's not working.

MerzaLyn_1-1764146924691.png

Sample ACL

MerzaLyn_2-1764147505922.png

MerzaLyn_3-1764147536589.png

 

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.

 

2 REPLIES 2

ab_2511
Mega Guru

 

  1. 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.
  2. Instead of using a script, you can apply filter conditions to achieve a no-code solution.
  3. 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)

 

soumyadeep10
Tera Guru

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.