Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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.