- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 02:04 PM
Currently, the variables in the Multi-Row Variable Set (MRVS) are read-only. I need to be able to edit or delete some of the variables in the MRVS after submission. Please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 02:16 PM
Hi Kim,
Out of the box, variables on an RITM are not read only, including MRVS. Look for a Catalog UI Policy or Catalog Client Script, both in the MRVS and Catalog Item, or a client script on the sc_req_item table that is making this or all variables read only, then you undo that, or override it with a script or policy that runs after that one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 02:16 PM
Hi Kim,
Out of the box, variables on an RITM are not read only, including MRVS. Look for a Catalog UI Policy or Catalog Client Script, both in the MRVS and Catalog Item, or a client script on the sc_req_item table that is making this or all variables read only, then you undo that, or override it with a script or policy that runs after that one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 02:19 PM - edited ‎10-19-2024 02:24 PM
I looked every where, I can't find that.
By the way,
It's amazing that you responded to me while I was reading your message. post: https://www.servicenow.com/community/itsm-forum/hide-disable-add-remove-all-x-buttons-on-a-multi-row...
Still not working!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2024 04:02 AM
Are all of the variables read only for every Catalog Item on every RITM in your instance, or just this MRVS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 04:03 AM
Hi Brad,
I found the solution! As you mentioned, I looked for both a Catalog UI Policy and a Catalog Client Script in the MRVS and Catalog Item, as well as any client scripts on the sc_req_item table that could be making the variables read-only. I discovered two client scripts, which I deactivated, allowing all the variables for the RITHM to become editable.
Next, I created a UI Policy for my MVRS variable to ensure it remains editable (even though it was already editable). Then, I reactivated one of the client scripts and checked all the other RITM entries to confirm that their variables were still read-only, except for my MRVS.
Thank you so much!
Kim