Dear Community,
We have a problem with the importing process of the ReturnOrderHeaderV2Entity, which we have customized. The error message occurs when we in DataManagement create an Import project for the Return order header V2 entity. We can't find errors in the the mapping visualization. Each field is mapped.
We have extension the ReturnOrderHeaderV2Entity by second address (Shipping address) on a SalesTable extension. The reason why we make this choice is because we already have more than 10 customized fields on the original SalesTable to prevent BP warnings. Our SalesTable extension has an INT64 (RefRecId) relation with the AddressRecId field of the LogisticsPostalAddressBaseEntity.
See also the second screenshot below.
With the development we have have moreless followed Microsoft's approach as we can see in the standard CustCustomerEntity, The only difference is that in our customization we use a SalesTable extension to link SalesTable and LogisticsPostalAddressBaseEntity and Microsoft used in the CustCustomerEntity the DirPartyBaseEntity.
Btw when we create an export project in DataManagement, the entity works fine, and customized data is show correctly. Only for import we get this error.
Does anyone of yours face the same or a moreless the same issue, and if yes we are glad to hear how you fix it.
Thank you!
Second screenshot: