- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 07:21 AM
I have created a sctask form but the variable field seems to be changeable
how to lock it ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 08:36 AM - edited 12-22-2023 08:36 AM
Hi @chercm, You can try the below catalog client script that applies to requested items and catalog tasks to make the complete variable editor ReadOnly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 08:03 AM
@chercm ,
Try below:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0718582
you need to create a UI policy, that applies to the requested item record and make the fields read only using the UI policy actions.
Please mark helpful, if this helped
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 08:36 AM - edited 12-22-2023 08:36 AM
Hi @chercm, You can try the below catalog client script that applies to requested items and catalog tasks to make the complete variable editor ReadOnly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 05:27 PM
@SunilKumar_P the script is already there but it is not active . dumb me .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 10:02 AM
If you have a UI policy set the Applies to target record, applies to Requested items and Applies to catalog tasks to true
Please mark my response as correct and helpful if it helped solved your question.
-Thanks