enable variables on ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:15 PM
can the variables on a RITM be enabled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:53 PM
Write access to variables is determined by the value of the "Write roles" field in the variable definition record. Check what roles are listed there and adjust them as needed. If there are no roles in the "Write roles" field, but the variable is still read-only, then it is probably made read-only by a UI policy or a client script.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 09:41 PM
Hi there,
First thing you would need for this, is to have a "Variable Editor" on the Form Layout. Out-of-the-box this is already present for Requested Item. Can you validate if this is also in your case?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 09:44 PM - edited 06-27-2024 09:44 PM
If your question is more on the read-only part, really depends on how it was setup. Most common I see is a Client Script added on sc_req_item (or task) with g_form.setVariablesReadOnly(true) which makes all Variables read-only.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field