During data mirgation we want to import operating units and the related contact information.
Therfore we use the OMOperatingUnitEntity entity.
The following scenarios would cause an update conflict:
- The existing record does not have any contact information and the import file has some for this record
- The existing record does has contact information and the import file has the same values
- The existing record does has contact information and the import file has different values
- The existing record does has contact information and the import file has no values
- The existing record does has contact information and in the import project the fields are not mapped.
The problem seems that the creation or update of primary contact information will update the DirPartyTable record and later in the process the update of the OMOperatingUnit record fails due to the derivation from DirPartyTable.
So it is not possible to export the operating units and import the exported file.
Example:
Setup of the existing record.
Result of the import run.
