Hello Team - I am loading data into the Incident table of a Dynamics 365 environment from an Azure SQL DB using the Azure Data Factory.
the Incident table has lookups to the Account table on AccountId and Contacts via the ContactId. I have populated these two tables and obtained their GUIDs using a Data Flow so the mapping is straightforward up to this point.
There is a field called CustomerId that is a polymorhpic field. It is linked as shown below in the image.
I can't work out the mapping for this. I would think both AccountId and ContactId need to be mapped to this CustomerId field.
I think I need to create some sort of derived field in the dataflow or copy activitry where it has contact(+/ContactId/+) or something but am not sure.