I have created a custom entity in D365 F&O, I am able to successfully export the entity data, but upon import i get the following error
Results. Cannot edit a record in [Entity label] ([EntityAOTName]). The record has never been selected.
I cannot seem to find anyone experiencing the same issue, debugging to the point of when the update is called on the entity is very similar to another custom entity that works. Both have a record at the time of calling update in DMFEntityBase.insertUpdate() _target.update();
Could anyone guide me as to what i may be doing wrong?