Question
2
Replies
44
Views
Oligos SAS
Posted: June 12, 2020
Last activity: June 12, 2020
CurrentInteractionID and CAParentID
Hello,
I would like to know the mechanism behind this 2 pega properties : CurrentInteractionID and CAParentID and how they differ.
Is it automatic ?
Where is it setted ?
Can we use them ?
thanks
Hi Stephane,
Thanks for posting the query.
These properties would set automatically by PRPC when an interaction case gets created. These properties point to the current interaction-ID. The CurrentInteractionID was set in the 2 nd step of the Activity: CPMPerformDefaults which is the pyID of the interaction case. You can use refer these properties.
The CAParentID was set from the DT: CPMReferDeclarativeProperties where it will take the pyID of the primary page context and set it to the property: CAParentID.