Question
4
Replies
249
Views
Atos
Posted: December 16, 2019
Last activity: December 16, 2019
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>
Hello,
How could you have a Page-List property without any index here and then a Page-Group? Can you share a picture?
Maybe you could just set the property at top level and remove it later on.