Skip to content

Commit ec1617e

Browse files
Merge pull request #296656 from Lucky-Wang16/0320-Dataverse_support_partitionid
Update Dataverse custom partitionid write
2 parents 243000a + 2263e9f commit ec1617e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ The optimal combination of **writeBatchSize** and **parallelCopies** depends on
433433
]
434434
```
435435

436+
When you select an [elastic tables](/power-apps/developer/data-platform/elastic-tables#partitioning-and-horizontal-scaling) in the copy activity sink, the connector mapping supports the `partitionid` column. You can map your source data column to the sink's `partitionid` column. If not mapped, the primary key value is used as the default value for the `partitionid` column.
437+
438+
`partitionid` can be used in Dataverse alternate keys or primary key scenarios on the write path. Each elastic table contains a system-defined `partitionid` column and has an alternate key named `KeyForNoSqlEntityWithPKPartitionId`, which combines the primary key of the table with the `partitionid` column. For more information, see this [article](/power-apps/developer/data-platform/elastic-tables).
439+
436440
## Retrieving data from views
437441

438442
To retrieve data from Dynamics views, you need to get the saved query of the view, and use the query to get the data.

0 commit comments

Comments
 (0)