As the question, I would like to know the effect of enabling OData.BackwardsCompatible.Enabled in web.config (set to true).
One effect I know so far is that it is compatible with the display of non-ASCII characters in queue.
For example, if you upload a Chinese character via Orchestrator API “add queueitem”, this Chinese character will be displayed as Unicode character in OC until this option is set to true. But after setting it to true, it will be displayed as Chinese characters normally.
In addition, I would like to know how this option will affect OC after setting it to true.
Please help me, thanks!