Hello All,
I have created an exact replica of Customers V3 entity and added few custom fields to it. The code and methods are kept the same. When I am trying to export the entity, I am getting less number of records being exported in Excel. I have checked the query of entity inside SQL and is giving me the correct number of records so what could be the issue with entity export ?
I debugged the entire export process and found that it is not considering all records to export. I mean the query which D365 is using to export is simply
select * from CustomEntity and not the one found in SQL. I am not sure what could be the reason for such issue ?
Whereas if I try to export the standard entity, it is giving the correct output.
Can anyone guide where to check ?