Skip to content

Commit 87afa0e

Browse files
authored
Merge branch 'live' into live
2 parents 2fe4cf1 + b8fa5ca commit 87afa0e

File tree

836 files changed

+20345
-1192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

836 files changed

+20345
-1192
lines changed

.openpublishing.redirection.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/component-framework/updating-tooling.md",
5+
"redirect_url": "get-powerapps-cli#update-microsoft-powerapps-cli-to-the-latest-version",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/maker/canvas-apps/scan-barcode.md",
510
"redirect_url": "controls/control-new-barcode-scanner",
611
"redirect_document_id": "false"
7-
}, {
12+
},
13+
{
814
"source_path": "powerapps-docs/maker/canvas-apps/connect-to-sharepoint.md",
915
"redirect_url": "connections/connection-sharepoint-online",
1016
"redirect_document_id": "false"

pending-deleted-files.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ This file tracks files marked for deletion. Localization requirements mean that
66

77
These files have been redirected, but the actual .md topic files can't been removed yet.
88

9+
powerapps-docs\maker\canvas-apps\working-with-experimental.md
10+
powerapps-docs/maker/common-data-service/entity-relationship-behavior.md
11+
912
These files have been redirected, and the .md topic files have been deleted. This list hasn't been provided to loc yet.
1013

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\control-framework",
5+
"\\control-framework\\manifest-schema-reference",
6+
"\\control-framework\\manifest-schema-reference\\includes",
7+
"\\control-framework\\reference",
8+
"\\control-framework\\reference\\client"
9+
],
10+
"SelectedNode": "\\control-framework\\reference\\client\\getclient.md",
11+
"PreviewInSolutionExplorer": false
12+
}
Binary file not shown.
220 KB
Binary file not shown.
Binary file not shown.

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
href: write-plug-in.md
8080
- name: Handle exceptions
8181
href: handle-exceptions.md
82-
- name: Inpersonate a user
82+
- name: Impersonate a user
8383
href: impersonate-a-user.md
8484
- name: Register a plug-in
8585
href: register-plug-in.md

powerapps-docs/developer/common-data-service/authenticate-oauth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ To add a password:
312312

313313
#### Common Data Service user account bound to the registered app
314314

315-
The first thing you must do is create a custom security role that will define what access and privileges this account will have within the Common Data Service organization. More information: [Create or configure a custom security role](https://docs.microsoft.com/power-platform/admin/database-security.md#create-or-configure-a-custom-security-role)
315+
316+
The first thing you must do is create a custom security role that will define what access and privileges this account will have within the Common Data Service organization. More information: [Create or configure a custom security role](/power-platform/admin/database-security#create-or-configure-a-custom-security-role)
316317

317318
After you have created the custom security role, you must create the user account which will use it.
318319

powerapps-docs/developer/common-data-service/azure-integration.md

Lines changed: 51 additions & 41 deletions
Large diffs are not rendered by default.

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)

0 commit comments

Comments
 (0)