Hello,
I have an issue with mapping customers V3 entity with account table in dataverse. After the first error that said Project validation failed. SourceEntitySchema: Customer V3 has a primaryCompanyField set to DataAreaId and DestinationEntitySchema: account doesn’t have primary company field set. Dual-write only supports mapping between cross-company entities or company-specific entities from both sides..keys are missing for either AX or CRM.keys are missing for either CRM or AX. I added company field to the account table in dataverse with data type Lookup and source table Company. Then I added this field to the integration key in the Account in dual write. Then I received an error that said that the mapping is incomplete because of this field (which is connected to the Company table). So then I added the mapping for this field to the random field from Customer V3 entity and treceived an error that said that this field should be mapped to the key field from Customer V3 entity. Has anyone had similar issue?