
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 03:56 AM
Hi all,
I want to display Catalog item variables in sc_request form view, I cant see the variable editor in slush bucket. Please help me on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 04:28 AM - edited 10-18-2022 04:31 AM
Hello,
By default it is available for only four tables - incident, sc_req_item, sc_task, change_request.
If you want to make it available for any other table, you have to create the UI formatter first.
Please do the below for Formatters:-
Then create a new record for sc_request
Then you will see the variable editor in form layout of sc_request
Also even after that you will not see it as the values are not populated directly you will have to write a script which will copy variable values from RITM to Req
Please mark my answer as correct based on Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 04:02 AM
Hi @Ajith Sasidhara ,
Please check if the visible elsewhere checkbox in checked for the variable. See the below screenshot.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 04:17 AM
@Community Alums The checkbox is selected and still I cant find the variable editor in slush bucket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 04:28 AM - edited 10-18-2022 04:31 AM
Hello,
By default it is available for only four tables - incident, sc_req_item, sc_task, change_request.
If you want to make it available for any other table, you have to create the UI formatter first.
Please do the below for Formatters:-
Then create a new record for sc_request
Then you will see the variable editor in form layout of sc_request
Also even after that you will not see it as the values are not populated directly you will have to write a script which will copy variable values from RITM to Req
Please mark my answer as correct based on Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 08:21 AM
Thanks @Saurav11 I have created a formatter but was in confusion why the variable are not displaying, thanks for the clarification now I have wrote script to map those variable in fields. Once again thanks.