How can I get all DataEntity data from Dynamics AX(Finance and Operations)?

870 Views Asked by At

I tried the X++, but it seems that X++ can only query the Entity from the reference packages. If I created another package with custom Entity, I have to append new reference in the X++ code package. It has a lot of manual actions.

I also tried the OData Service, but the Entity with IsPublic=No cannot be queried from OData Service.

Is there any other method to get all DataEntity data from Dynamics AX (Finance and Operations)? I'm working on the Dynamics Finance and Operations.

Thanks a lot, Tilerphy

0

There are 0 best solutions below