How to show RTIM Variables on SC tasks

Sachithananda 1
Giga Guru

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!

 

1 ACCEPTED SOLUTION

Tanushree Maiti
Kilo Patron

Hi @Sachithananda 1 

 

Cause

Catalog variables may not appear on Service Catalog Task (SC Task) forms for one of the following reasons:

  1. The variable is not marked as Global, so it only shows on the RITM form.
  2. A Client Script or UI Policy is unintentionally hiding the variable on the SC Task form.

Resolution

1. Variable Visibility Configuration ("Global") 
Ensure the variable is marked as Global so it appears across all relevant forms, including SC Task. To enable this:
  • Go to the variable definition.
  • Click the gear icon (form layout).
  • Add the Global column.
  • Set Global = true for the variable.
2. Check for Client Scripts or UI Policies 
Client scripts or UI policies may be hiding the variable on the SC Task form. If this is suspected:
  • 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

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

View solution in original post

6 REPLIES 6

Huynh Loc
Mega Sage

Hi @Sachithananda 1 ,

Please make sure the variables are populated in the Selected section of the Create Catalog Task action, unless the variable is not present on the catalog task form.

image.png

 

If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution

I tried to create tasks manually for a RITM

Setting the catalog variable "Global" property to "true" will help you fulfill this case.image.png

Huynh Loc
Mega Sage

Otherwise, 

If you want to show the variable on sc_task, you need to set the catalog variable "Global" property to "true".
image.png
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution