Hello,
Let me preface by saying I am a novice at best when it comes to D365FO, and exporting to our Azure SQL DB. I will try and be as thorough as possible.
I am currently attempting to export the entity 'Inventory transactions originator', which I can verify has data within it when utilizing an Odata.Feed with Power BI.
I am receiving the following errors when attempting to BYOD export this entity to our Azure SQL DB:
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Sales order. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Transfer. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Counting. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Purchase order. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Transaction. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Transfer order shipment. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Transfer order receive. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Project. The record already exists
Cannot create a record in Inventory transactions originator (InventTransStaging). Reference: Inventory adjustment. The record already exists
These are the summary of the errors received, I received multiple of each of the above listed.
Again, I can see the entity contains data when utilizing an Odata.Feed within Power BI, so not sure where the issue is occurring.
Any idea what could be causing this issue?