Skip to content

Commit 6039a79

Browse files
authored
Merge pull request #1674 from MicrosoftDocs/alt-keys-update
Alternate key data type support
2 parents 07430b5 + 26e91e1 commit 6039a79

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 5 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: 10/31/2018
5+
ms.date: 06/04/2019
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
@@ -39,6 +39,9 @@ You should be aware of the following constraints when creating alternate keys:
3939
| DecimalAttributeMetadata | Decimal Number |
4040
| IntegerAttributeMetadata | Whole Number |
4141
| StringAttributeMetadata | Single line of text |
42+
| DateTimeAttributeMetadata | Date Time |
43+
| LookupAttributeMetadata | Lookup |
44+
| PicklistAttributeMetadata | Option Set |
4245

4346

4447
- **Valid key size**
@@ -85,4 +88,4 @@ If the alternate key is deleted while an index creation job is still pending or
8588
[Using alternate keys](use-alternate-key-create-record.md)<br />
8689
[Use change tracking to synchronize data with external systems](use-change-tracking-synchronize-data-external-systems.md)<br />
8790
[Use Upsert to insert or update a record](use-upsert-insert-update-record.md)
88-
[Define alternate keys to reference records](../../maker/common-data-service/define-alternate-keys-reference-records.md)
91+
[Define alternate keys to reference records](../../maker/common-data-service/define-alternate-keys-reference-records.md)

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

Lines changed: 4 additions & 1 deletion
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/06/2018
5+
ms.date: 06/04/2019
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -76,6 +76,9 @@ Only these kinds of fields can be used to create alternate keys:
7676
- Decimal
7777
- Whole Number (Integer)
7878
- Single line of Text (String)
79+
- Date and Time
80+
- Lookup
81+
- Option Set
7982

8083
### Number of keys
8184

0 commit comments

Comments
 (0)