Question

Cognizant Technology Solutions
IN
Last activity: 20 Dec 2019 4:31 EST
Property reference inside a Property in Correspondence Rule
Hi ,
I am trying to send a param value as a subscript for a value group property in the correspondence rule.
Using .pyWorkParty(Param.PartyRole).pyFullName
Param value is available but not taking as a property subscript.
Tried below source as well but this also didn't work:
<pega:reference name=".pyWorkParty(<pega:reference name="Param.PartyRole">).pyFullName"></pega:reference>
How can I achieve this requirement, is any other way to refer param value as a subscript of property group.