How to display Catalog Item Variables on CSM Case (Standard Ticket Configuration)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello everyone,
I am working on a CSM portal where external customers can submit Catalog Items. We are using the OOTB functionality where submitting a Catalog Item automatically creates a Case + REQ + RITM linked together.
The Setup:
The external client only has access to the Case record on the portal.
OOTB, the variables are stored and displayed on the RITM.
I want the customer to be able to see these variables directly on the Case record, ideally under the "Options" tab (in the ticket fields widget)
What I've tried: I have configured the Standard Ticket Configuration for the sn_customerservice_case table and added a "Variable Summarizer" tab. However, the variables do not appear under the Options menu as expected.
Question: Has anyone successfully displayed RITM variables on the parent Case record using the Standard Ticket Configuration? Is there a specific configuration I'm missing to bridge the variables from the RITM to the Case UI on the portal?
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
You could add a step to your Request flow to copy the variables to the Case.
- In the flow add a wait statement to give time for the case to be created
- In the flow add query to find the the case associated to your RITM
- In the flow add a script action to copy the variables from RITM to case. This example will help you get started. https://incident.do/2023/03/04/copy-ritm-sc_req_item-record-with-variables-using-a-script/
