Issue
After updating to Pega Infinity ‘25, Service cases do not display under the Interaction Case. This occurs when using the upgraded report definition, CPMGetRelatedServiceItemsDetails from the ruleset version, PegaCPMFS:08-25-01.
Symptoms and Impact
Agents are unable to view related Service cases within the Interaction Case, impacting interaction handling and case visibility.
Root Cause
The CPMGetRelatedServiceItemsDetails report is configured to include descendant classes, however, the czLinkedInteractionID property is not optimized across all the descendant Service case classes. This prevents the upgraded report from consistently delinking the related Service cases.
Solution
Optimize the czLinkedInteractionID property across all relevant descendant Service case classes referenced by the report definition. This ensures consistent data retrieval when the report is executed with the Include descendant classes option enabled.
References
Optimizing CPMGetRelatedServiceItemsDetails report definition