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.

Testing field to read only using ACL

AtifS
Tera Contributor

Hello,

I created a new table with 4 new fields. Using ACL I granted Create, Read and Write to a specific role.

Now I would like to make field 2 read only and allow the User to edit fields 1, 3 and 4.

Can anyone help me do this using just ACL as that is the condition set for me. 

1 ACCEPTED SOLUTION

J Siva
Kilo Patron
Kilo Patron

Hi @AtifS 

Create a field-level write ACL on the new table with the role set to 'nobody'. This will ensure that no one can edit the field, making it read-only.

Regards,

Siva

View solution in original post

5 REPLIES 5

AtifS
Tera Contributor

Yes ACL was mandatory or else I would've used dictionary or even made a UI policy.