In Excel 365, I'm using the Dynamics AX add in to import data from a custom AX table that contains accounting informations.
To do so, I have created the custom table, created a view on that table, and created a Query with the view. There is no range selection neither on the view, and the Query, to be able to import all records in Excel.
I have defined that Query in AX Document Data Source to be able to import the data using the AX add in.
In the custom table, there is 10 records. When I import the data using AX add in, only 8 records are imported in Excel. There is no Filter defined in Excel.
I don't understand why it's not all records that are imported.
The view and the Query display the 10 records when I open then in AX so I don't think there is a problem with them.
I did a test in Excel where I import this table using a standard connection (without using AX addin) and all records are imported.
Is there any security done by the AX add in ?
If you have any ideas, it will be appreciated.
Thanks.