Hi all,
While working with ProjectsHandling projection in Apps 10 environment I came across an issue with serialization when one of the field values contains carriage return character.
<ERROR>{"error":{"code":"ODP_SERIALIZATION_ERROR","message":"Error while serializing contents."}}</ERROR>
https://<host>:<port>/main/ifsapplications/projection/v1/ProjectsHandling.svc/Projects
In my case, the field which has the bad data is ‘BaselineRevisionComment’. Everything works okay if this field is not selected in the OData query.
Aurena Client is also breaking when this particular Project having bad data is selected.
Did anyone experience this before? Any workarounds?
Thanks in advance
Avenash