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.

How to make fields on "Request Item" form read only if a particular request item was chosen?

santrym
Mega Expert

I have a request item that, upon submitting a request for it, I would like its resulting "Request Item" form to have all it's fields made uneditable/read-only. Is there a way to do this without accidentally making all "Request Item" forms uneditable?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi Michael,



You can do this with a UI policy. Use the condition field on the Catalog item field and add the fields to make read-only in the related list (after you save.)



Creating a UI Policy - ServiceNow Wiki


View solution in original post

5 REPLIES 5

Michael,



Abhinay's idea is more secure than mine. If you choose this method, these should help.



Using Access Control Rules - ServiceNow Wiki


Security Best Practices - ServiceNow Wiki


Contextual Security - ServiceNow Wiki