Skip to content

Commit 3971aea

Browse files
Merge pull request #292011 from jonburchel/patch-1
Update connector-dynamics-crm-office-365.md
2 parents 3012999 + dd57a20 commit 3971aea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/data-factory/connector-dynamics-crm-office-365.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ms.topic: conceptual
77
ms.author: jianleishen
88
author: jianleishen
99
ms.custom: synapse
10-
ms.date: 08/02/2024
10+
ms.date: 12/16/2024
11+
ai-usage: ai-assisted
1112
---
1213
# Copy and transform data in Dynamics 365 (Microsoft Dataverse) or Dynamics CRM using Azure Data Factory or Azure Synapse Analytics
1314

@@ -500,6 +501,15 @@ To write data into a lookup field with multiple targets like Customer and Owner,
500501

501502
1. Map both the value and entity-reference columns from source to sink. The entity-reference column must be mapped to a virtual column with the special naming pattern `{lookup_field_name}@EntityReference`. The column doesn't actually exist in Dynamics. It's used to indicate this column is the metadata column of the given multitarget lookup field.
502503

504+
### Setting the Owner field
505+
506+
When setting the Owner field in Dynamics 365 (Microsoft Dataverse) or Dynamics CRM, it is important to provide a valid reference. The valid options for the `@EntityReference` are:
507+
508+
- `systemuser`: This refers to an individual user within the system.
509+
- `team`: This refers to a team of users within the organization.
510+
511+
Ensure that the value provided corresponds to one of these options to avoid errors during data transformation.
512+
503513
For example, assume the source has these two columns:
504514

505515
- **CustomerField** column of type **GUID**, which is the primary key value of the target entity in Dynamics.

0 commit comments

Comments
 (0)