Evidence case
As an Investigative Case Management user, add evidence for an investigation case by creating an evidence case directly from the investigation.
Pega Government Platform
Implementation Guide
Pega Government Platform
Implementation Guide
Pega Government Platform
Implementation Guide
Pega Government Platform
Implementation Guide
Extending the Evidence case
The Evidence case type can be extended to any other cases by completing the following steps.
- Click Case types.
- Click the vertical ellipsis and then select Open.
- Add the Evidence case as a child case type.
- Save your changes.
- To show the list of evidences of a case type, include the EvidenceTab (PegaPs-Work) section in the pyCaseMainInner section as a new tab.
Extending Evidence data
To extend Evidence data, complete the following steps.
- In the Dev Studio Explorer panel, click App. In the search field, enter PegaPS-Data-Evidence.
- Right-click the class and create a property for the information that you want to add, for example, Complaints.
- Include the new property in the section.
- In the Application Explorer, find the PegaPS-Data-Evidence class.
- Click .
- Add the new property in the section.
- Include the new property in the EvidenceRO section of the PegaPS-Data-Evidence class by repeating step 3.
Viewing evidence
An Investigative Case Management user can view evidence and the associated data that was collected for the evidence.
- Add the property to display in the EvidenceInfoRO (PegaPS-Data-Evidence) section.
- Update the EvidenceList (PegaPS-Data-Evidence) report definition to retrieve the property.
Previous topic Interview case Next topic Application request