Question
1
Replies
106
Views
Posted: June 29, 2020
Last activity: June 29, 2020
Hyperlink Shown as plain text in reciever's email post upgrade to 8.3
Hyperlink in recieved mail is shown as plain text at reciever's end.
Correspondence templete has .pyCorrespondence property which is being set with anchor tags through a Data Transform.
Tried sending the link and file values as parameters and using below format as found in one of the pdn articles. <a href="<pega:reference format="pxLink" name=".Property"></pega:reference>">Some Text</a>
Any Suggestions.
As you have specified format as pxLink to the property, I think there is no need to attach anchor tags along with it. Pega generates a tag from the pxLink control with the link as its label.
Use the above tag directly without anchor tags and Give a try.
If it doesn't suit your scenario and want to add a custom label to the link, try the below code.
mode="javascript" presents the property value in read-only mode, with certain characters within the property value escaped to a backslash equivalent. No control is applied which is opt for our need.
Let us know if you have any more queries.
Good Luck!