- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
How to show RTIM Variables on SC tasks
Tried to add Variable editor on the sc task form but its not populating variabl;es on the form both native view ans SOW!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Cause
Catalog variables may not appear on Service Catalog Task (SC Task) forms for one of the following reasons:
- The variable is not marked as Global, so it only shows on the RITM form.
- A Client Script or UI Policy is unintentionally hiding the variable on the SC Task form.
Resolution
- Go to the variable definition.
- Click the gear icon (form layout).
- Add the Global column.
- Set Global = true for the variable.
- Disable or adjust any scripts or policies that may target the variable during SC Task rendering.
Refer: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2469045
https://www.youtube.com/watch?v=lpsUR9Wx7FA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Sachithananda 1 ,
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I tried to create tasks manually for a RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Setting the catalog variable "Global" property to "true" will help you fulfill this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Otherwise,
If you want to show the variable on sc_task, you need to set the catalog variable "Global" property to "true".
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution
