Reviewing archived case data
Search for archived cases to review data that is no longer in primary storage but is only in Pega Cloud File Storage, to confirm the success of archive processes, perform regulatory tasks for statutes such as HIPAA, or to search for previous business history.
Standard Case Management search capability
If you use an out-of-the-box Case Management search, find your archived cases in Pega Cloud File Storageby using the following procedure:
In the Case Manager portal, search for an exposed property of the archived case that you want to review, for example, the case ID.
In the list of results, in the Include menu, select Archived work items only.
Cases with the Archived status are stored in Pega Cloud File Storage.Narrow the list of results by selecting filtering options in the Case menu, the Show menu, and the Last Updated menu.
Open the case data in a read-only format by clicking a case name.
- Optional: To print your archived case data information, select .
- Optional:
To run a report on resolved cases before and after the archive process, compare the difference between the two reports to see the cases that Pega Platform both purged from the primary database and copied to Pega Cloud File Storage. For more information, see Running a report.
Using the Pega Platform-provided activity of pxRetrieveSearchData to search archived cases
If you cannot use the standard Case Manager Portal search, or it does not work due to client-specific customizations, query your archived case data in Pega Cloud File Storage (PCFS) by running the pxRetrieveSearchData activity.
- In the navigation pane of Dev Studio, click
Alternatively, search for pxRetrieveSearchData.
. - Select pxRetrieveSearchData.
- In the Actions list, select Run.
- In the Run Activity window, in the pySearchString parameter
field, enter one of the following query formats:
- To search for all cases that you already archived, enter an asterisk (*).
- For specific cases, place an asterisk at both ends of the associated case number of the case you want to search. For example, *GC-11011*.
- In the pySearchAllRules list, select Yes.
- Optional: If you have archived a significant number of cases, enter the upper limit of returned results in the pyMaxResults field.
- In the pyReportClassName field, provide the class name for the case type.
- In the pyReportPageName field, enter pyWordIDSearch.
- In the pyIncludeAttachments list, select No.
- In the pySearchAttachmentsOnly list, select No.
- In the pySearchArchiveOnly list, select Yes.
- Click Run.
- In the resulting Clipboard, select , then select the case ID to review the archived case data.
Previous topic Monitoring your case archival and purge process Next topic Recovering archived case data