Skip to content

Commit acbe783

Browse files
authored
Merge branch 'live' into JimDaly-patch-2
2 parents fa4f0d4 + 6b75019 commit acbe783

File tree

13 files changed

+221
-10
lines changed

13 files changed

+221
-10
lines changed

powerapps-docs/developer/component-framework/reference/mode/trackcontainerresize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ applies_to:
1414
- "Dynamics 365 Version 9.x"
1515
ms.assetid: c5f482c2-dde2-460b-89a7-39e0efcc5704
1616
---
17-
\
17+
1818
# trackContainerResize
1919

2020
[!INCLUDE [trackcontainerresize-description](includes/trackcontainerresize-description.md)]
@@ -34,4 +34,4 @@ ms.assetid: c5f482c2-dde2-460b-89a7-39e0efcc5704
3434

3535
[Mode](../mode.md)<br/>
3636
[PowerApps component framework API Reference](../../reference/index.md)<br/>
37-
[PowerApps component framework Overview](../../overview.md)
37+
[PowerApps component framework Overview](../../overview.md)

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@
407407
href: ./canvas-apps/functions/function-table-counts.md
408408
- name: CountRows
409409
href: ./canvas-apps/functions/function-table-counts.md
410+
- name: Data types
411+
href: ./canvas-apps/functions/data-types.md
410412
- name: DataSourceInfo
411413
href: ./canvas-apps/functions/function-datasourceinfo.md
412414
- name: Date

powerapps-docs/maker/canvas-apps/add-data-connection.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ search.app:
1616
---
1717
# Add a data connection to a canvas app in PowerApps
1818

19-
In PowerApps, add a data connection to an existing canvas app or to an app that you're building from scratch. Your app can connect to SharePoint, Salesforce, OneDrive, or [many other data sources](connections-list.md).
19+
In PowerApps, add a data connection to an existing canvas app or to an app that you're building from scratch. Your app can connect to SharePoint, Common Data Service, Salesforce, OneDrive, or [many other data sources](connections-list.md).
2020

2121
Your [next step](#next-steps) after this article is to display and manage data from that data source in your app, as in these examples:
2222

2323
* Connect to OneDrive, and manage data in an Excel workbook in your app.
2424
* Connect to Twilio, and send an SMS message from your app.
25+
* Connect to Common Data Service, and update an entity from your app.
2526
* Connect to SQL Server, and update a table from your app.
2627

2728
## Prerequisites
@@ -58,7 +59,7 @@ Your [next step](#next-steps) after this article is to display and manage data f
5859

5960
1. Select **Create** to both create the connection and add it to your app.
6061

61-
Some connectors, such as **Office 365 Outlook**, require no additional steps, and you can show data from them immediately. Other connectors prompt you to provide credentials, specify a particular set of data, or perform other steps. For example, [SharePoint](connections/connection-sharepoint-online.md) and [SQL Server](connections/connection-azure-sqldatabase.md) require additional information before you can use them.
62+
Some connectors, such as **Office 365 Outlook**, require no additional steps, and you can show data from them immediately. Other connectors prompt you to provide credentials, specify a particular set of data, or perform other steps. For example, [SharePoint](connections/connection-sharepoint-online.md) and [SQL Server](connections/connection-azure-sqldatabase.md) require additional information before you can use them. With [Common Data Service](connections/connection-common-data-service.md), you can change the environment before you select an entity.
6263

6364
## Identify or change a data source
6465
If you're updating an app, you might need to identify or change the source of data that appears in a gallery, a form, or another control. For example, you might need to identify a data source as you update an app that someone else created or that you created long ago.
@@ -77,5 +78,5 @@ If you're updating an app, you might need to identify or change the source of da
7778

7879
## Next steps
7980

80-
* To show and update data in a source such as Excel, SharePoint, or SQL Server, [add a gallery](add-gallery.md), and [add a form](add-form.md).
81+
* To show and update data in a source such as Excel, SharePoint, Common Data Service, or SQL Server, [add a gallery](add-gallery.md), and [add a form](add-form.md).
8182
* For data in other sources, use connector-specific functions such as those for [Office 365 Outlook](connections/connection-office365-outlook.md), [Twitter](connections/connection-twitter.md), and [Microsoft Translator](connections/connection-microsoft-translator.md).

powerapps-docs/maker/canvas-apps/connections/connection-common-data-service.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ search.app:
1919

2020
You can securely store your business data in Common Data Service and build rich apps in PowerApps so that users can manage that data. You can also integrate that data into solutions that include Microsoft Flow, Power BI, and data from Dynamics 365.
2121

22+
By default, the Common Data Service connector connects to data in your app's current environmnent. If your app moves to another environment, the connector connects to data in the new environment. This works well for an app using a single environment or an app that follows an ALM process for moving from Development to Test to Production.
23+
24+
When you add a data source with the Common Data Service connector, you can change the environment and then select one or more entities. By default, the app connects to data in the current environment, and the UI shows **(Current)** over the list of entities. If you select **Change**, you can specify a different environment to pull data from it instead of or in addition to the current environment.
25+
26+
![Common Data Service Change Environment](media/connection-common-data-service/common-data-service-connection-change-environment.png)
27+
28+
The Common Data Service connector is more robust than the Dynamics 365 connector and approaching feature parity.
29+
2230
More information: [What is Common Data Service?](../../common-data-service/data-platform-intro.md)

powerapps-docs/maker/canvas-apps/formula-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Formulas combine many elements. Listed below are:
2525
Other elements include:
2626

2727
* [All operators](functions/operators.md)
28-
* [Controls and their properties](reference-properties.md)
28+
* [Controls and their properties](reference-properties.md)
29+
* [Data types](functions/data-types.md)
2930

3031
## A
3132
**[Abs](functions/function-numericals.md)** – Absolute value of a number.

0 commit comments

Comments
 (0)