Experts,
We are using oData endpoints for Dynamics 365 to talk with other systems.
There are some noticeable compliant issues and we need a solution to work around.
In particular, $skip is not supported, so how to conduct pagination? BTW, fetchxml is not an option here, since it is NOT oData standard. In addition, $count only returns 5,000 even you can have millions of hits for the query, more practical, we need count about 100K to 250K records for a query hit.
What are solutions here using oData protocol standard? Or we have to standup our own middle-tier, which we are trying to avoid, unless that is the last resort.
Thanks a million!
Categories: