Skip to content

Commit 1ce07a1

Browse files
committed
Update description
1 parent c221d28 commit 1ce07a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,7 @@ The optimal combination of **writeBatchSize** and **parallelCopies** depends on
433433
]
434434
```
435435

436-
All [elastic tables](/power-apps/developer/data-platform/elastic-tables#partitioning-and-horizontal-scaling) contain a system-defined `partitionid` string column. Dataverse supports mapping source data columns to Dataverse `partitionid` columns and allows custom `partitionid` values to be written to Dataverse elastic tables.
437-
Specifying a `partitionId` value is optional. If a `partitionid` value isn't specified for a row, Dataverse uses the primary key value as the default partitionid value. If you choose to use a partitioning strategy for Dataverse elastic tables, `partitionid` must be used to uniquely identify a record with primary key. For more information, see this [article](/power-apps/developer/data-platform/use-elastic-tables?tabs=sdk#specify-partitionid).
436+
When you select an elastic table in Dataverse connector sink, since all [elastic tables](/power-apps/developer/data-platform/elastic-tables#partitioning-and-horizontal-scaling) contain a system-defined `partitionid` column, the Dataverse connector mapping supports the `partitionid` column. This connector supports mapping custom source data columns to the sink's `partitionid` column. If the `partitionid` column value is not specified or the `partitionid` column is deleted, the primary key value is used as the default `partitionid` value. For more information about the `partitionid` column in Dataverse elastic tables, see this [article](/power-apps/developer/data-platform/use-elastic-tables?tabs=sdk#specify-partitionid).
438437

439438
## Retrieving data from views
440439

0 commit comments

Comments
 (0)