Problems with characters > and <
hello all,
within an activity i am doing a property set like this:
Param.test = @(Pega-RULES:Utilities).getDataSystemSetting(Applikationname, "Test")
"Test" is a dynamic system setting which contains follwing:
<lcij id="1155015420" name="Fragment"> super test </lcij>
if I am run the activity i will get like this:
<lcij id="1155015420" name="Fragment"> super test template2 </lcij>
i read that this is a common issue, is it possible to prevent this issue ?
thanks