Edit catalog Item varibales in Catalog task form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 12:23 PM
We have created a catalog request. We have to make once catalog item variable as editable in catalog task form. Right now it is available as read only in catalog task form. How to configure this
We have tried following script but it doest work

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 06:32 PM - edited 08-27-2023 06:34 PM
Hello write client script on catalog task table with below line
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 08:31 PM
Hi @Black Coder
Please rewrite as:
g_form.setReadOnly('variables.model',false); //will make model variable as editable.
Simran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 09:18 PM
Hi @Black Coder,
I believe you do have Catalog UI policy which makes it read-only. after the execution of onload Catalog client scripts.
How you are making all variable s read-only on RITM and Catalog tasks? you can add condition there itself and make it editable to if uses has the itil role/
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 12:29 AM - edited 08-28-2023 12:33 AM
Hi @Black Coder ,
May be you have onLoad() client script for RITM to make all variables read only. Which contains below code: