Question
Eviden
NL
Last activity: 16 Dec 2019 15:29 EST
Embedding a property value from page group in correspondence
Issue:
Property value is not showing up in correspondence. However, it is available on the clipboard.
Context:
.PropertyX is available on clipboard pyWorkPage.PageList(0).PageGroup(X).PropertyX
Thus:
- pyWorkPage
- PageList(0)
- PageGroup(X)
- PropertyX
- PageGroup(X)
- PageList(0)
In the conference rule the following code is used:
<pega:foreach name="pyWorkPage.PageListProperty">
<pega:withEmbedded name="$THIS.PageGroup(X)" >
<pega:reference name=".PropertyX"></pega:reference>
</pega:withEmbedded>
</pega:foreach>