- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 08:25 AM
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?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 08:27 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 08:30 AM
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