the description should look like - Aircraft Configuration function in the <TypeCode>
field. but it's displaying in DB as it is but when checked in UI by retrieving it's displaying like ---"Aircraft Configuration function in the field." here the <typecode>
converted into HTML in UI screen.
what other ways I have tried are:
update tblApplicationParam
set fldValueDescription = 'Aircraft Configuration function in the /<TypeCode/> field'
still it didn't fix my problem.
when parameter retrieved in UI screen the description should show up like this --Aircraft Configuration function in the <TypeCode> field
.