Question
Render RTE Saved data Dynamically
Hi ,
We have a requirement to achieve below scenario.
Through Rich Text Editor entered value like "Hello <<.pyID>" and Saved this value in DB with some unique ID.
Now when i render on UI ill get the saved data using unique id then in run time as per the saved data it should need to render like Hello P-1.where pyID will be need to retrieve from Clipboard page.
For dynamic representation we are distinguished like this << property name >>.
Can any one please help me on this.
thanks...!
Can you take a look at how correspondence rules work? It seems to be that this is exactly what you are trying to do. You construct a correspondence rule that says "Hello Mr. <.pyLastName>" and at run time it substitues the current last name.