Skip to content

Commit a8ea989

Browse files
authored
Update define-alternate-keys-entity.md
1 parent f997c80 commit a8ea989

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
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 | Picklist |
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)

0 commit comments

Comments
 (0)