Skip to content

Commit fc50e7e

Browse files
authored
Merge pull request MicrosoftDocs#3056 from MicrosoftDocs/master-jdaly-2020-6-24
make two topics consistent
2 parents 9abe16f + 67b7808 commit fc50e7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

powerapps-docs/developer/common-data-service/define-alternate-keys-entity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Work with alternate keys (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The topic explains about how to create alternate keys for an entity. Alternate keys can be created programmatically or by using the customization tools" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 03/16/2020
5+
ms.date: 06/24/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -54,7 +54,7 @@ You should be aware of the following constraints when creating alternate keys:
5454

5555
- **Unicode characters in key value**
5656

57-
If the data within a field that is used in an alternate key will contain one of the following characters `/`,`<`,`>`,`*`,`%`,`&`,`:`,`\\` then get or patch actions will not work. If you only need uniqueness then this approach will work, but if you need to use these keys as part of data integration then it is best to create the key on fields that won't have data with those characters.
57+
If the data within a field that is used in an alternate key will contain one of the following characters `/`,`<`,`>`,`*`,`%`,`&`,`:`,`\\` then update or upsert (PATCH) actions will not work. If you only need uniqueness then this approach will work, but if you need to use these keys as part of data integration then it is best to create the key on fields that won't have data with those characters.
5858

5959
<a name="BKMK_crud"></a>
6060

powerapps-docs/maker/common-data-service/define-alternate-keys-reference-records.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Define alternate keys to reference records with Common Data Service | MicrosoftDocs"
33
description: "Learn how to define alternate keys that can be used to reference records in Common Data Service"
44
ms.custom: ""
5-
ms.date: 06/04/2019
5+
ms.date: 06/24/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -90,7 +90,7 @@ When a key is created, the system validates that the key can be supported by the
9090

9191
### Unicode characters in key value
9292

93-
If the data within a field that is used in an alternate key will contain one of the following characters `<`,`>`,`*`,`%`,`&`,`:`,`/`,`\\` then patch or upsert actions will not work.
93+
If the data within a field that is used in an alternate key will contain one of the following characters `<`,`>`,`*`,`%`,`&`,`:`,`/`,`\\` then update or upsert (PATCH) actions will not work.
9494

9595
If you only need uniqueness then this approach will work, but if you need to use these keys as part of data integration then it is best to create the key on fields that won't have data with these characters.
9696

0 commit comments

Comments
 (0)