Reuse Rich Text Field for multiple Rich Text Templates Dynamically
Summary: Reuse Rich Text Field for multiple Rich Text Templates Dynamically to improve application performance
Content (required): The client is using Rich Text to update content for the document designer output( in Word). There are 40+ templates that provide for the initial content which can be edited by the client on the quote. At any point in time, only one Template is applicable per quote. To implement this we had to create 40+ Rich Text Fields and associate them to their individual Templates. Then we are conditionally showing only one of them in the quote. Since RTF causes significant performance degradation due to large Transaction XML size, we are looking for a way to dynamically assign a
0