Detecting OData v2.0 Usage in Dataverse
Updated April 12, 2023 - OData2 service removal is postponed. Will not be removed on April 30, 2023
Overview
Dataverse OData v2.0 Service removal date has been shifting but the most recent decision is not to remove it on April 30, 2023. The Product Group post has indicated these requests make up a small portion of the overall API traffic to Dataverse. Although, small in quantity the impact to your origination may be large. I've encountered many customers unknowingly using customizations making requests to Dataverse OData v2.0 endpoint. I feel it's important to try minimize the possibility of impact on an environment. In this post we'll explorer some methods to find these requests in your environment.
- Topics
- Importance of Solution Checker and one of its limitations
- Importance of ensuring both Microsoft and 3rd party solutions are updated
- Using telemetry from Dataverse Application Insights to assist in finding requests to "xrmservices/2011/organizationdata.svc" endpoint
- Using Browser Debugging Tools
View my detailed article here.
*This post is locked for comments