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/maker/common-data-service/define-alternate-keys-solution-explorer.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Define alternate keys using solution explorer | MicrosoftDocs"
3
3
description: "Learn how to define alternate keys that can be used to reference records in Common Data Service using solution explorer"
4
4
ms.custom: ""
5
-
ms.date: 06/01/2020
5
+
ms.date: 08/01/2020
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -54,12 +54,13 @@ Part of the name of any alternate key you create is the customization prefix. Th
54
54
1. Select **OK** to close the form.
55
55
56
56
### (Optional) View the system job tracking creation of indexes
57
+
57
58
1. While [viewing alternate keys](#view-alternate-keys) after you have created a new alternate key you will see a row for the key you created.
58
59
2. In the **System Job** column you will find a link to the system job that monitors the creation of the indexes to support the alternate key.
59
60
60
61
This system job will have a name that follows this pattern: `Create index for {0} for entity {1}` where `0` is the **Display Name** of the alternate key and `1` is the name of the entity.
61
62
62
-
The link to the system job will not be displayed after the system job completes successfully. More information: [Monitor and manage system jobs](/dynamics365/customer-engagement/admin/monitor-manage-system-jobs)
63
+
The link to the system job will not be displayed after the system job completes successfully. More information: [Monitor and manage system jobs](/power-platform/admin/monitor-manage-system-jobs)
0 commit comments