
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 03:04 AM
Hi All,
I am required to make a field named "Location" as read only on the sc_request form.
For which, I have written the UI policy on the form and also the onLoad Client Script , none of which is making the field Read Only.
Can you please help me out to make this field Read only.
Thanks
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 10:32 PM
Hi Siddharta,
After the checking the "Read only" check box in the dictionary override below "Override read only" . I am able to make the location field read only for the sc_request table.
i hope this would not make the filed read only globally.
Thanks Shraddha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 03:29 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 09:37 PM
Thank you All for the support. I am able to make the field Read Only just by right clicking on the field and through configure variable I have made the Read Only check box to TRUE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 09:45 PM
HI Shraddha,
I see the field that you wanted to make readonly is Location, which as per my knowledge is a task table field.
If you directly right click and configure the read only check box true , it would make the location field readonly globally. If this was your requirement then fine.
But if you want location filed to be read only on request table I suggest to use dictionary override.
You may find the below links useful
http://wiki.servicenow.com/index.php?title=Dictionary_Overrides#gsc.
Please like or mark correct based on the impact of the response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 10:26 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 10:32 PM
Hi Siddharta,
After the checking the "Read only" check box in the dictionary override below "Override read only" . I am able to make the location field read only for the sc_request table.
i hope this would not make the filed read only globally.
Thanks Shraddha