Skip to content

Commit 6ef1e81

Browse files
committed
Merge branch 'master' into master-jdaly-2019-4-26
2 parents 1d03102 + 5e5b287 commit 6ef1e81

File tree

13 files changed

+29
-37
lines changed

13 files changed

+29
-37
lines changed

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/webapi/web-api-types-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Web API types and operations (Common Data Service)| Microsoft Docs"
33
description: "This topic describes what is available for you to use vis-a-vis the Web API and will introduce important topics and how you can find information you need from the documentation generated from the service and metadata documents as well as the documentation of the system entity types, functions, and actions"
44
ms.custom: ""
5-
ms.date: 04/22/2019
5+
ms.date: 04/30/2019
66
ms.service: powerapps
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -267,7 +267,7 @@ OData supports a wide range of data types but Common Data Service doesn’t use
267267

268268
### Lookup properties
269269

270-
For most single-valued navigation properties you will find a computed, read-only property that uses the following naming convention: `_<name>_value` where the `<name>` matches the name of the single-valued navigation property. The exception to this pattern is when a lookup attribute of the entity can accept multiple types of entity references. A common example is how the `incident` entity `customerid` attribute may be set to a reference that is either a `contact` or `account` entity. In the <xref href="Microsoft.Dynamics.CRM.incident?text=incident EntityType" /> [Single-valued navigation properties](/dynamics365/customer-engagement/web-api/incident?view=dynamics-ce-odata-9#Single-valued_navigation_properties) you will find `customerid_account` and `customerid_contact` as separate single-valued navigation properties to reflect the customer associated with an opportunity. If you set one of these single-valued navigation properties, the other will be set to null because they are both bound to the `customerid` attribute. In the [<xref href="Microsoft.Dynamics.CRM.incident?text=incident EntityType" /> [Properties](/dynamics365/customer-engagement/web-api/incident?view=dynamics-ce-odata-9#Properties) you’ll find a `_customerid_value` lookup property that contains the same value that is set for whichever of the single-valued navigation properties contain a value.
270+
For most single-valued navigation properties you will find a computed, read-only property that uses the following naming convention: `_<name>_value` where the `<name>` matches the name of the single-valued navigation property. The exception to this pattern is when a lookup attribute of the entity can accept multiple types of entity references. A common example is how the `incident` entity `customerid` attribute may be set to a reference that is either a `contact` or `account` entity. In the <xref href="Microsoft.Dynamics.CRM.incident?text=incident EntityType" /> [Single-valued navigation properties](/dynamics365/customer-engagement/web-api/incident?view=dynamics-ce-odata-9#Single-valued_navigation_properties) you will find `customerid_account` and `customerid_contact` as separate single-valued navigation properties to reflect the customer associated with an opportunity. If you set one of these single-valued navigation properties, the other will be set to null because they are both bound to the `customerid` attribute. In the <xref href="Microsoft.Dynamics.CRM.incident?text=incident EntityType" /> [Properties](/dynamics365/customer-engagement/web-api/incident?view=dynamics-ce-odata-9#Properties) you’ll find a `_customerid_value` lookup property that contains the same value that is set for whichever of the single-valued navigation properties contain a value.
271271

272272
Generally, you should avoid using lookup properties and use the corresponding single-valued navigation properties instead. These properties have been included because they may be useful for certain integration scenarios. These properties are read-only and computed because they will simply reflect the changes applied using the corresponding single-valued navigation property.
273273

powerapps-docs/developer/component-framework/updating-existing-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.tgt_pltfrm: ""
1111
ms.topic: "article"
1212
ms.assetid: d2cbf58a-9112-45c2-b823-2c07a310714c
1313
---
14-
# Updating existing custom controls
14+
# Updating existing custom components
1515

1616
[!INCLUDE[cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
1717

powerapps-docs/maker/canvas-apps/limits-and-config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ This list identifies all services to which PowerApps Studio talks and their usag
8989
| login.microsoft.com<br>login.windows.net<br>login.microsoftonline.com<br>secure.aadcdn.microsoftonline-p.com |https |ADAL |
9090
| graph.microsoft.com<br>graph.windows.net |https |Azure Graph - For getting user info (e.g. profile photo) |
9191
| gallery.azure.com |https |Sample and Template apps |
92-
| *.azure-apim.net |https |Api Hubs - Different sub-domains for each locale |
93-
| *.powerapps.com |https |WebAuth + Portal |
94-
| *.azureedge.net |https |WebAuth |
95-
| *.blob.core.windows.net |https |Blob storage |
92+
| \*.azure-apim.net |https |Api Hubs - Different sub-domains for each locale |
93+
| \*.powerapps.com |https |WebAuth + Portal |
94+
| \*.azureedge.net |https |WebAuth |
95+
| \*.blob.core.windows.net |https |Blob storage |
9696
| vortex.data.microsoft.com |https |Telemetry |
9797

9898
> [!NOTE]
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)