How to list Case instances exported with BIX Extract rule into XML file
Hello!
The Context:
I use BIX Extract rule to export case instances. I export them into an XML file and not a database table.
The export process is triggered in an Activity via the pxExtractDataWithArgs activity with parameters. The cases can be exported based on pyID or a range of pxUpdateDateTime.
For reporting I use the Log-Extract class to retrieve information about the export. However, these instances have only high level information.
The Requirement:
After the case data extraction happened, I would like to know what were the cases successfully extracted and what are the ones that had error during the process.
Question:
Is there any option to retrieve a list of Case IDs or Instance Keys that were extracted to the XML file?
Thanks!
***Edited by Moderator Rupashree to add Capability tags***
@ErikSzabo
hope you are calling bix extract using job scheduler.
In job scheduler call report definition and pass same set where clause parameters whatever bix report using.
report definition will get list of case ids.