To preface, I am a novice at best on this subject. I have created a clone entity of an inventory transaction entity within Visual Studio in our dev environment; promoted successfully to production, and I can see the entity listed in the Data Entities list of Data Management in production. I can see all of the fields listed in this custom Inventory Transaction entity when using an Odata.Feed within Power BI.
The issue I am having is the export to our Azure SQL DB (BYOD) does not show all/any of the relevant fields of this entity in the Map Entity(Source) to Target (top picture). Nor does it show the fields from SQL Server Management Studio for this DB (bottom picture).


I am not certain if this is a Visual Studio, D365 of Azure SQL DB issue, but have successfully exported a multitude of other entities, and this custom entity has been the only one that does not export all fields that exist in this entity. As mentioned previously, and not sure if this correlates at all, I can see all of the fields from an Odata.Feed from Power BI when connected to the entity in the production environment of D365FO, so know that there are more fields than what is showing in the mapping picture above within D365 export project.
Any ideas on this?
Thanks!