I would like to enhance the service ticket in C4C with an own view.
In this custom view I would like to show the related tickets of a service ticket. Currently it is only possible to see the sub-tickets. I would like to have the same view for the main ticket. Currently only the same with a link is shown in the ticket header, but I want to display it as a table view.
I have bound an embedded component to the standard BO 'COD_SEOD_Agent_Workspace_TI'. For the binding I used the outport 'ticket_info_out' which contains the ticketID.
I created a query, but I am not sure which parameter I have to use from the queryByElements. For the main tickets I used the BusinessTransactionDocumentReferenceBusinessTransactionDocumentReferenceID with the value of the ticketID.
In the data model I have bound the ID of my data list to the ID of the service request.
Currently this query shows me the subtickets and the main ticket of my current ticket. How do I need to change the query so that only the main ticket is displayed?
Attached you can find screenshots from UI, Data Modeler and from the Query.