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/webapi/web-api-types-operations.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Web API types and operations (Common Data Service)| Microsoft Docs"
3
3
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"
4
4
ms.custom: ""
5
-
ms.date: 04/22/2019
5
+
ms.date: 04/30/2019
6
6
ms.service: powerapps
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -267,7 +267,7 @@ OData supports a wide range of data types but Common Data Service doesn’t use
267
267
268
268
### Lookup properties
269
269
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.
271
271
272
272
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.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/dev-community-plan.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: kvivek
7
7
ms.service: powerapps
8
8
ms.topic: conceptual
9
9
ms.custom: canvas
10
-
ms.date: 05/01/2016
10
+
ms.date: 04/30/2019
11
11
ms.author: iyanni
12
12
ms.reviewer:
13
13
@@ -46,8 +46,8 @@ With the individual environment, you get the following functionality:
46
46
|**Key features**||
47
47
| Create and run apps |Yes. You can create unlimited apps |
48
48
| Share apps\*|No |
49
-
| Use the Common Data Service |Yes**|
50
-
| Model your data using the Common Data Service |Yes**|
49
+
| Use the Common Data Service |Yes |
50
+
| Model your data using the Common Data Service |Yes|
51
51
| Enterprise-grade administration of the environment and user policies |Yes |
52
52
|**Connectivity**||
53
53
| Connect to Office 365, Dynamics 365, and other connectors |Yes |
@@ -56,9 +56,9 @@ With the individual environment, you get the following functionality:
56
56
| Access on‐premises data using an on-premises gateway |Yes |
57
57
| Create custom connectors to connect to your own systems |Yes. You can create unlimited custom connectors |
58
58
|**Common Data Service**||
59
-
| Create and run applications on the Common Data Service |Yes**|
60
-
| Model your data in the Common Data Service |Yes**|
61
-
| Create a database in the Common Data Service |Yes**|
59
+
| Create and run applications on the Common Data Service |Yes |
60
+
| Model your data in the Common Data Service |Yes |
61
+
| Create a database in the Common Data Service |Yes |
62
62
|**Management**||
63
63
| Add co-workers as environment makers and admins |No |
64
64
| Add co-workers to the database roles |No |
@@ -67,8 +67,6 @@ With the individual environment, you get the following functionality:
67
67
68
68
*You can't share apps, flows, connections, etc. with any other users of your tenant. You also can't add any other user as an environment admin or maker, or to the database roles from the admin center.
69
69
70
-
\*\*Creating a database with the Common Data Service is currently unavailable in an individual environment, and will be available again soon. If you had created a database earlier, then you can continue using it without any issues.
71
-
72
70
## What are the capacity limits for the individual environment?
0 commit comments