Question
Correspondence Email - Designer Studio Version Pega 7.1.8 How to provide a dynamic link in an email.
Correspondence Email - Designer Studio Version Pega 7.1.8
I have a correspondence email with the following source code to display a dynamic link in an email sent to a vendor:
<td align="left" width="660"><font style="font-size: 10pt;">In order to submit your response, please <a target="new_window1" data-cke-saved-href="<pega:reference name=" mode=">" href="<pega:reference name="AppraiserPage.UploadScreenURL"></pega:reference></pega:reference
When I save the rule the code is changed to this:
<td align="left" width="660"><font style="font-size: 10pt;">In order to submit your response, please <a target="new_window1" data-cke-saved-href="<pega:reference name=" mode="></pega:reference></font></td>
I am new to Pega development and would like guidance on how to best resolve this issue so that the url link maybe rendered accordingly.
So by dynamic you meant that you are basically refering clipboard page right ? (AppraiserPage.UploadScreenURL )
Can you refer the property inside a section and then use the section in the correspondance ?