Question
Property reference along with text is given as default value in rich text editor
Hi,
My requirement is to show a property value along with some text in the rich text editor once the section is loaded.
I have given "D_crmLeadsRelatedToContact.pxResults(1).pyID is the lead"
like shown above, in run time it is showing the same "D_crmLeadsRelatedToContact.pxResults(1).pyID is the lead", not the pyID property value.
if i give ony "D_crmLeadsRelatedToContact.pxResults(1).pyID", then it is showing the property value, but not when given any text with that
can anyone please help me out
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi,
Just a query, how are you passing this value to the RTE > "D_crmLeadsRelatedToContact.pxResults(1).pyID is the lead"
Are you entering this in the RTE manually and displaying the same in the next screen or storing the value to the property associated with RTE ? If so, are you using an activity for that ?
If you could post the screenshots, that would be helpful.