I've been banging my head against this for 3 days now.
I have configured a virtual entity to use the OData provider. The data comes through the wire, however I only see 1 record in the model driven views.
If I perform an advanced search with no filters, I get a repetition of a single record's data repeated 50 times.
I have enabled ASP.NET logging on the OData backend so I can see all queries being performed by CDS. for example:
https://myservice/Clientes?$top=50&$select=CdsId,NroSocio,Nombre,Apellido
Doing this same exact request using Postman I get all data correctly from the server. No repeated records, no missing information.
I honestly don't know what else I can try. I'm about to give it all up and implement my own data provider and ditch the OData stuff entirely.
I could include more details and the code I'm using, but I can't stand this forum and I sincerely can't understand why we're not doing this on Github where it really belongs. I'm terribly frustrated atm.
Any help is greatly appreciated.


Report
All responses (
Answers (