Hi guys,
I'm having a solution/plugin that's still using OData v2 and is deployed to both on-premise (multiple versions) and online CRMs. I'd like to understand:
1. Are on-premise CRMs affected by OData v2.0 removal or that applies to online only? If applies to on-premise how is it released to customers? Do this kind of breaking changes come with major version upgrade that you manually need to approve?
2. When migrating your code away from OData v2, how do you test the code to make sure it actually is not using OData anymore? I'd like to be 100% confident I covered all the code. Is there any way to block ODatav2 so I can simulate lack of its support?
Thanks.