Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Not yet let me try check it once

Saurabh Gaikwad
Mega Expert

Hello Kruthik,

You need to create 3 ACL for the same.

1) Read -> table.none -> give the role(sn_vulc_write)

2) Write -> table.none -> give the role(sn_vulc_write)

3) write  -> table.field(custom checkbox) -> give the role(sn_vulc_write)

 

I hope this will help you.

Mark Correct if this solves your issue and also mark ???? Helpful if applicable.

 

Thanks,

Saurabh

Hi Saurabh,

I did the same PFA screenshot of those ACL and configuration test record where every fields are editable now but my requirement was to edit only that Waived checkbox field.