- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 07:49 AM
Hello,
I have an issue getting the variables to show up on an SCTASK after submitting a request. For instance after a request for hardware is submitted through the catalog, it creates a RITM and an SCTASK for review. The variables from the form are showing up on the review task, but not on the SCTASK for review which is creating an extra step for the approvers. Is there any way to add the variables to the SCTASK page for review? I have added some screenshots below for reference.
These are the variables I need diplayed(showing up on the RITM):
This is the page I need the variables to be displayed on:
Solved! Go to Solution.
- Labels:
-
Enterprise Asset Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2022 06:43 AM
Few things to check
1. Can you check if you any client script or UI policy on catalog task, that could hamper this?
2. Check UI policies that are built on catalog item, for which catalog task view is also checked as true
3. Check form layout for catalog task if form layout has "Variable editor" via configure form layout
4. Check below article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746732
5. Publish your workflow, do "cache.do" in app nav and checkout and see if variables shows up in the task slushbucket in the workflow
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 07:54 AM
Hi Newbie86
Check that your variables have the property of global, it's a checkbox in the variable form
Also be aware that multirow variables don't show as they cannot be global
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 07:55 AM
Click on header and go to form layout. Check that variable editor is added to the selected slushbucket.
In the workflow, in the catalog task activity there is a variable section add the available variables what you want to see on the catalog task. It should show up on variable editor in the catalog task.
Check the workflow and in all catalog task activity add the variables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 08:02 AM
Checkout the workflow, Open your task in the workflow, and there should be fields list at the bottom in the slushbucket, move fields from left to right, save it and publish the workflow.
Now raise new requests, you should get the needed variables on the task
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 09:40 AM
How do you open a task in workflow?