When Rule Expression For Checking Given Case Is Parent Or Not
Hi,
In this blog I will show the most frequently used when expression that we used to check if the given case id is of parent case or child case.
For demonstrating this, I created one Demo Activity. And I am passing Case id using Parameter i.e
Param.pyID .
The expression for checking Given Case Id is of Parent Or Child Case
!@pxContainsViaRegex(Param.pyID,"CA\\-[0-9]+\\-[0-9]+",false)
The OOTB function which I used here is @pxContainsViaRegex()
Hope this post is helpful for all. 😊
Comments
Post a Comment