How to get case variable details from table Case [sn_customerservice_case]?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 03:24 PM
Hello,
In our CSM portal, our partner have designed a form available in Service Catalog, when a user is submitting a request via this form, it creates a case.
And in the case, all the variables captured in the front end form are present in the tab Variable Information:
I am trying to find a way to have one of this field in a report but cannot find a way.
As from the table Case [sn_customerservice_case] I cannot find any related column..?
Many thanks for your help in advance
Kind regards
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 03:54 PM
You can get these variables from question_answer table. Refer this article for your solution options.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 03:59 PM
If there is no link then you need to create a database view to join two table fields together and then report on that.
Please navigate to Database view docs by clicking the link below.
Please mark this accepted & helpful if it answered your question.
Thanks & Regards,
Sharjeel
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2021 02:58 PM
Hi Fabiann,
You can report on these variables, here's how:
- Create a new list report on the sn_customerservice_case table.
- Click "Choose columns"
- Scroll down and select the "Questions [+]" column and then click the
button.
- A new window will appear where you can select the catalog item used to generate the case, click on it.
- The window will disappear and you will now be looking at the column selection window with a list of variables on the selected catalog item.
- Click on the desired variable and then click the
button to move it to your selected column list.
- Click the OK button and now run or save your report.
Hope this helps!