Discussion
EvonSys
EvonSys
IN
EvonSys
Posted: Feb 2, 2022
Last activity: 4 weeks ago
Last activity: 24 Oct 2024 6:32 EDT
Refer Pagelist in Correspondence or Paragraph
Dear Folks
Most of you might have faced challenge in configuring Pagelist to a table layout in a Correspondence rule or in Paragraph rule.
Please find the below code to helps you to configure the Pagelist in a Correspondence rule.
<html>
<head></head>
<body style="margin:5px" border="1px">
<TABLE border="1" cellpadding="1" cellspacing="1" style="width:100%;">
<TR>
<TH></TH>
<TH style="text-align:left;">Property Name</TH>
<TH style="text-align:left;">Old Value</TH>
<TH style="text-align:left;">New Value</TH>
</TR>
<pega:forEach name=".PropertyChangeLists">
<TR>
<TD style="width: 20px; text-align:center;">•</TD>
<TD style="font-family: Arial; font-size: 11pt;"> <pega:reference format="pxTextInput" name="$THIS.pyLabel"/></TD>
<TD style="font-family: Arial; font-size: 11pt;"> <pega:reference format="pxTextInput" name="$THIS.pyOldValue"/></TD>
<TD style="font-family: Arial; font-size: 11pt;"> <pega:reference format="pxTextInput" name="$THIS.pyNewValue"/></TD>
</TR>
</pega:forEach >
</TABLE>
</body>
</html>
Regards
Harsh
***Edited by Moderator Marissa to change Type from Discussion to Question***
***Edited by Moderator Marissa to change Type from Question to Discussion (DKS tag indicated) ***
To see attachments, please log in.
***Edited by Moderator Marissa to change Type from Question to Discussion (DKS tag indicated) ***