You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/define-alternate-keys-entity.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Work with alternate keys (Common Data Service) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
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.
4
4
ms.custom: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 06/04/2019
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.topic: "article"
@@ -39,6 +39,9 @@ You should be aware of the following constraints when creating alternate keys:
39
39
| DecimalAttributeMetadata | Decimal Number |
40
40
| IntegerAttributeMetadata | Whole Number |
41
41
| StringAttributeMetadata | Single line of text |
42
+
| DateTimeAttributeMetadata | Date Time |
43
+
| LookupAttributeMetadata | Lookup |
44
+
| PicklistAttributeMetadata | Picklist |
42
45
43
46
44
47
-**Valid key size**
@@ -85,4 +88,4 @@ If the alternate key is deleted while an index creation job is still pending or
0 commit comments