Hi,
I am working on Teamsite, the issue is that when we save any record having &, the XML gets break.
So we are trying to solve this by adding CDATA value on Save funtion.
Application team is directly using the DCR record as input. so not using any tpl conversion.
for example, (IWOV DCR) : here the file_value is the field name and when we save record, it should save like this:
<item name="file_value" >
<value><![CDATA[ test content with &]]> </value
</item>
Can any1 please help me out here,
Thanks,
Teamsite USer