How can we edit a variable value if a catalog is already requested and currently in approval state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:05 AM
Hi All,
Is it possible to change a variable value after request has been raised and currently in 'requested for approval ' state and a few groups are already approved the request ?
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:08 AM
Hi @1_DipikaD
Yes, it is possible if there is no UI policy mapped to that variable. Out of the box, variables linked or mapped to RITM/REQ are editable at any time, so anyone can change them. However, it is not recommended to change the value of a variable once a request is submitted. Also, before making any changes, ensure that the variable is not used anywhere in any flow or as a condition, as this could cause issues.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:16 AM
That variable is currently read only for everyone . Is it fine to do it through background script or if there is any method to change that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:18 AM
Hi @1_DipikaD
You can use a background script in this case, but if it’s not a compliance issue, it’s better not to touch the old data. Instead, use the new value for new records.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:20 AM - edited 05-28-2025 08:22 AM
Are you saying to cancel the current request and to raise new request ? But they requested with the incorrect variable value that's why stakeholder wants to change .