- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 11:05 PM
I have created an extensive catalog item with a workflow, in which, among other things, a change is initiated. Is there a way to display the requested item (RITM) variables of the item in the change (CHG)? The 'Change Variable Editor' only shows variables of the change itself. However, I would like to see the variables of the RITM.
Does anyone have an idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 04:06 AM
OOB it's not possible. It will only show variables associated to this CHG if it was submitted via a record producer.
You might have to customize the OOB UI macro
OR
Create a form section and add a formatter there and show RITM variables as HTML table if the only ask is to show the variable information
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 04:06 AM
OOB it's not possible. It will only show variables associated to this CHG if it was submitted via a record producer.
You might have to customize the OOB UI macro
OR
Create a form section and add a formatter there and show RITM variables as HTML table if the only ask is to show the variable information
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 11:33 AM
Hi @Ankur Bawiskar,
Would you be able to explain further on the suggestions you provided? or maybe guide me to reading more on this as I am in the same situation and having difficulty understanding or building upon what you were referring too.
Very similar to @itnow situation, my catalog item has a few variables that I'd like to bring over. However, there is a small difference where there are variables on the RITM that I'd like to copy over to existing fields on the change form; such as Justification, Risk, Backout etc.
Looking forward to hearing from you.
Much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 01:10 AM
Thank you @Ankur Bawiskar, we were able to solve it using the suggested formatting approach. Thanks!