Issue with expression count for multiple caseclass
Hi Pega Community,
We have a declare expression which we get the total count of pending case. We were able to get a count for one of the case types but we having trouble when we try to add more than 1 case type. We tried making the class shorter so we do not have to reference one by one but that did not work as well. The best approach if possible is to be able to just count based on a upper class of the hierarchy.
This is what we have as reference below but would anyone enlighten us on how we can add more case types to the expression(for example and)?
Set Property 1 =
Count of
D_CasePartyList[caseClass:"Classxxxxxxxx"].pxResults()
Thanks,
Masato
***Edited by Moderator Marissa to update platform capability tags****