Hello, I've created a console app that retrieves rows for a custom entity through the orgservice. I've created a QueryExpression in the console app that is designed to retrieve all rows for the custom entity.
For some reason, the orgservice is only returning 10 rows from the custom entity from my dev environment. However, the orgservice is returning the full set of rows as expected from upper environments.
I tried "publish all" from CRM and even restarted the dev server. However, the problem persists where the orgservice only returns 10 rows from the dev server, but returns all rows as expected from upper environments.
Do you have any idea what the issue might be or how to debug? I think this is the first time I've seen this particular behavior in CRM.