ACL write Access only for particular field?

Kruthik M Shiva
Tera Contributor

I have created a custom checkbox in test table and also added ACL for that field but only the sn_vulc_write role access to it but still i was not able to edit the checkbox i was getting security constraint error message, Then I have edited table level ACL where I changed role from Nobody to sn_vulc_write but now I am having issue like all the fields or editable but I required only the custom field to be editable. What could be the possible issue and how can I achieve this.

Thanks in advance,

12 REPLIES 12

Musab Rasheed
Tera Sage
Tera Sage

Hi,

If you as an admin want to access new field then just check admin overrides checkbox, revert back changes you made to table level ACL and just check the checkbox in custom ACL. Mark my answer as correct if that helps

find_real_file.png

Please hit like and mark my response as correct if that helps
Regards,
Musab

Kruthik M Shiva
Tera Contributor

Hi Musab,
No I just want user with sn_vulc.write role to update it. I have given both table level and field level access but now i am issue that all the fields are editable which is previously read only. I want only the new custom field created to be editable.

You have to remove role from table level ACL and add the same only in field level ACL, in case field is not editable just see if any other existing ACL present on the same field

Please hit like and mark my response as correct if that helps
Regards,
Musab

Hi Musab ,
I tried removing roles if we do that everyone able to access the table level ,I checked is there any other ACL but only one write ACL is there for that field. Only that particular field should be editable other fields should be read only.