Question
BIX extracts - use activity to extract cases
Hi all,
I am trying to build activity that pass in param.caseid to Extract rule for Filter Criteria tab to extract all the related records to external database. When the activity calls Extract rule with static filter criteria, it is able to extract with the filter condition. However, when trying to extract with param.caseid for the filter criteria, it is not reading the "param.caseid".
Can some one guide me with this.
Product: Pega Platform (PRPC)
Product Version: 6.3 SP1
Thanks.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Just to be clear, Pega does not support running BIX extracts via an activity until 7.1.8 using pxExtractDataWithArgs. So this just may not work or be possible in 6.3 SP1.
What is your use case for this? Why exactly are you trying to add a filter so that only one work object is returned?
Is the issue specific to the caseID or are you unable to get any filter criteria passed in this way to work?
If you were running this from command line, you could add the -z/-Z parameters to have the output only return a particular work object. (I believe these can also be passed to pxExtractDataWithArgs)