We're using Dynamics 365 for Operations and I'm trying to connect to the OData Web service it exposes for CRUD operations against the entities. Using the OData Connected Service tool, I can create a Connected Service reference.
When I do this, it pulls down the metadata for the service and creates a proxy class with 970 thousand lines of code.
The url I'm using is
https://[company url].sandbox.operations.dynamics.com/data/
When entering this URL into the "Add Connected Services wizard", it appends $metadata to the end of this url, and it pulls back all the metadata for every exposed entity and creates a class based on this.
Is there a way to partition the data from the AX365 side, or to somehow limit my query on the client side? I'm new to both AX365 as well as the OData Connected Service tool, so I'm not sure what is possible.