Skip to content

Commit ec64d60

Browse files
committed
update description
1 parent b588043 commit ec64d60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

powerapps-docs/developer/data-platform/org-service/entity-operations-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create table rows using the SDK for .NET"
33
description: "Learn how to create table rows using the SDK for .NET."
4-
ms.date: 12/13/2024
4+
ms.date: 12/16/2024
55
ms.reviewer: pehecke
66
ms.topic: article
77
author: MicroSri
@@ -31,7 +31,7 @@ Each of the examples uses a `svc` variable that represents an instance of a clas
3131
> [!NOTE]
3232
> Each table has a unique identifier primary key column which you can specify when creating a row. In most cases you should allow the system to set this for you because the values generated by the system are optimized for best performance.
3333
>
34-
> Dataverse stores primary key values in telemetry to help maintain the service. If you specify the primary key values, don't use sensitive values.
34+
> Dataverse stores primary key data in telemetry to help maintain the service. If you specify customized primary key values, don't use sensitive information in those values.
3535
>
3636
> With elastic tables, you can create records with duplicate primary key values and different `partitionid` values. However, this pattern is not compatible with model-driven or canvas Power Apps. [Learn about setting the primary key value with elastic tables](../use-elastic-tables.md#setting-the-primary-key-value)
3737

powerapps-docs/developer/data-platform/use-elastic-tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use elastic tables using code
33
description: Learn how to perform data operations on Dataverse elastic tables using code.
44
ms.topic: how-to
5-
ms.date: 12/13/2024
5+
ms.date: 12/16/2024
66
author: pnghub
77
ms.author: gned
88
ms.reviewer: jdaly
@@ -282,7 +282,7 @@ Use the `x-ms-session-token` value that is returned with the `MSCRM.SessionToken
282282

283283
If you don't specify a primary key value, Dataverse sets a primary key value for the record when you create it. Letting Dataverse set this value is the normal practice. You can specify the primary key value if you need to. For elastic tables, there's no performance benefit in letting Dataverse set the primary key value.
284284

285-
Dataverse stores primary key values in telemetry to help maintain the service. If you specify the primary key values, don't use sensitive values.
285+
Dataverse stores primary key data in telemetry to help maintain the service. If you specify customized primary key values, don't use sensitive information in those values.
286286

287287
Elastic tables don't return an error when you create a record with a primary key value that isn't unique. By setting the primary key values with elastic tables, you can create records with that have the same primary key values and different `partitionid` values. However, this pattern isn't compatible with Power Apps. Don't create records with duplicate primary key values when people need to use this data in canvas or model-driven apps.
288288

powerapps-docs/developer/data-platform/webapi/create-entity-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a table row using the Web API
33
description: Learn how to use the Web API to send a POST request to create a table row in Microsoft Dataverse.
4-
ms.date: 12/13/2024
4+
ms.date: 12/16/2024
55
ms.service: powerapps
66
ms.topic: how-to
77
author: MicroSri
@@ -75,7 +75,7 @@ For all system tables and attributes (table columns), you can find this informat
7575

7676
Each table has a unique identifier primary key column which you can specify when creating a row. In most cases you should allow the system to set this for you because the values generated by the system are optimized for best performance.
7777

78-
Dataverse stores primary key values in telemetry to help maintain the service. If you specify the primary key values, don't use sensitive values.
78+
Dataverse stores primary key data in telemetry to help maintain the service. If you specify customized primary key values, don't use sensitive information in those values.
7979

8080
With elastic tables, you can create records with duplicate primary key values and different `partitionid` values. However, this pattern is not compatible with model-driven or canvas Power Apps. [Learn about setting the primary key value with elastic tables](../use-elastic-tables.md#setting-the-primary-key-value)
8181

0 commit comments

Comments
 (0)