Azure Data Factory を使用して Dynamics Common Data Model にシンクします。
ソース:
Col1: CustomerName
Col2: CustomerGroup
宛先 - CDM
Col1: CustomerName
Col2: CustomerGroup (this is Lookup Column in Dynamics)
ADF でのマッピングが次の場合に失敗します。
Src.CustomerName -----------> Dst.CustomerName
Src.CustomerGroup ----------> Dst.CustomerGroup
ドキュメント@ https://docs.microsoft.com/en-gb/azure/data-factory/connector-dynamics-crm-office-365#writing-data-to-a-lookup-fieldに従い、マッピングを次のように更新しました下:
Src.CustomerName -----------> Dst.CustomerName
Src.CustomerGroup ----------> Dst.CustomerGroup**@EntityReference**
これは機能しますが、列Dst.CustomerGroupに値を入力しませんでした
手がかり..