Skip to content

Commit eed939a

Browse files
committed
Merge branch 'master' into pehecke-solutions-updates
2 parents 678cf5e + 23fde48 commit eed939a

15 files changed

+58
-91
lines changed

powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer:
10-
ms.date: 05/22/2020
10+
ms.date: 06/11/2020
1111
ms.author: kvivek
1212
search.audienceType:
1313
- maker
@@ -18,9 +18,11 @@ search.app:
1818

1919
This article lists some common issues that you might encounter while using Power Apps. Where applicable, workarounds are provided.
2020

21-
21+
1. **Black box covering part of embedded canvas app** (June 11, 2020)
22+
When using embedded canvas apps such as SharePoint forms, SharePoint web parts, and model driven forms, users many see a black box when scrolling covering part of the app. This issue happens with chromium based browsers starting with version 83. There is not a workaround at this time. The team is actively investigating to find a fix and workaround.
23+
2224
1. **Problems downloading attachments in SharePoint custom forms** (May 22, 2020)
23-
When using the attachment control to download an attachment, the click won't have any response when using Google Chrome version 83 or the new Microsoft Edge version 83 browser. As a workaround, change to use the default SharePoint form or use another browser. The team is actively working to fix this issue.
25+
When using the attachment control to download an attachment, the click won't have any response when using Google Chrome version 83 or the new Microsoft Edge version 83 browser. As a workaround, change to use the default SharePoint form or use another browser. The team is actively working to fix this issue. **Fix has been deployed in the weeek of 6/8/2020**
2426

2527
1. **Problems downloading attachments in embedded Power Apps** (May 22, 2020)
2628
When using the attachment control to download an attachment, the click won't have any response when using Google Chrome version 83 or the new Microsoft Edge version 83 browser. As a workaround, use another browser. The team is actively working to fix this issue.

powerapps-docs/maker/canvas-apps/geospatial-component-input-address.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 6/01/2020
10+
ms.date: 6/11/2020
1111
ms.author: iawilt
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
16-
ms.custom: ceX
16+
ms.custom: ce06032020
1717
---
1818

19-
# Address input component
19+
# Address input component (Preview)
20+
21+
[!INCLUDE [cc-beta-prerelease-disclaimer.md](../../includes/cc-beta-prerelease-disclaimer.md)]
2022

2123
Entering addresses can be frustrating and error prone, particularly in mobile scenarios.
2224

powerapps-docs/maker/canvas-apps/geospatial-component-map.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 6/01/2020
10+
ms.date: 6/11/2020
1111
ms.author: iawilt
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
16-
ms.custom: ceX
16+
ms.custom: ce06032020
1717
---
1818

1919

20-
# Interactive map component
20+
# Interactive map component (Preview)
21+
22+
[!INCLUDE [cc-beta-prerelease-disclaimer.md](../../includes/cc-beta-prerelease-disclaimer.md)]
2123

2224
Easily bring dynamic mapping capabilities into your canvas apps by viewing the physical position of entities from a data source, or by inputting new physical locations.
2325

@@ -46,6 +48,7 @@ With an app open for editing in the [Power Apps studio](https://create.powerapps
4648

4749
![Allow highlighted on the window that asks to know your location](./media/geospatial/address-allow.png "Allow highlighted on the window that asks to know your location")
4850

51+
4952
You can modify the component with a number of properties.
5053

5154
### Properties

powerapps-docs/maker/canvas-apps/geospatial-overview.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 6/01/2020
10+
ms.date: 6/11/2020
1111
ms.author: iawilt
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
16-
ms.custom: ceX
16+
ms.custom: ce06032020
1717

1818
---
1919

20-
# Add geospatial components to your app
20+
# Add geospatial components to your app (Preview)
2121

2222
[!INCLUDE [cc-beta-prerelease-disclaimer.md](../../includes/cc-beta-prerelease-disclaimer.md)]
2323

@@ -36,6 +36,12 @@ The following pre-built components can be used for geospatial and mapping scenar
3636

3737
1. An admin must [enable the geospatial features in the Power Platform Admin Center](#enable-the-geospatial-features-for-the-environment) for the environment. This requires reviewing and agreeing to specific terms of service.
3838
2. [Enable the geospatial features for each app](#enable-the-geospatial-features-for-each-app).
39+
40+
>[!IMPORTANT]
41+
>The components require the default **Organizations** data source to be present. This data source is included whenever you insert the components into an app, but if you manually delete it you will need to add it before the components will work:
42+
>1. With the component selected, go to the **Data sources** tab on the side navigation menu.
43+
>2. In the search field, type **Organizations** and select the data source that appears. This will add it to the component.
44+
3945

4046
>[!NOTE]
4147
> These geospatial components are currently an experimental preview feature that is only available in [https://preview.create.powerapps.com](https://preview.create.powerapps.com) on a [Power Apps Preview Program environment](/power-platform/admin/preview-environments).

powerapps-docs/maker/common-data-service/define-alternate-keys-portal.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Define alternate keys using Power Apps portal | MicrosoftDocs"
33
description: "Learn how to define alternate keys using Power Apps portal"
44
ms.custom: ""
5-
ms.date: 05/31/2018
5+
ms.date: 06/11/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -23,19 +23,20 @@ search.app:
2323
---
2424
# Define alternate keys using Power Apps portal
2525

26-
The [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) provides an easy way to view and create entity alternate keys with the Common Data Service.
26+
[Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) provides an easy way to view and create entity alternate keys with the Common Data Service. For more information about alternate keys, see [Define alternate keys to reference records](define-alternate-keys-reference-records.md).
2727

28-
The portal enables configuring the most common options, but certain options can only be set using solution explorer. <br />More information:
29-
- [Define alternate keys to reference records](define-alternate-keys-reference-records.md)
30-
- [Define alternate keys using solution explorer](define-alternate-keys-solution-explorer.md)
28+
Power Apps enables configuring the most common options, but certain options can only be set using solution explorer. More information: [Define alternate keys using solution explorer](define-alternate-keys-solution-explorer.md)
29+
30+
> [!IMPORTANT]
31+
> If the data within a field that is used in an alternate key will contain one of the following characters /,<,>,*,%,&,:,\ then get or patch actions will not work. If you only need uniqueness then this approach will work, but if you need to use these keys as part of data integration then it is best to create the key on fields that won't have data with those characters.
3132
3233
## View alternate keys
3334

3435
1. From the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Data** > **Entities** and select the entity that you want to view.
3536
2. Select **Keys** to view a list of any alternate keys that are defined.
3637

37-
> [!div class="mx-imgBorder"]
38-
> ![View alternate keys](media/view-alternate-keys-portal.png)
38+
> [!div class="mx-imgBorder"]
39+
> ![View alternate keys](media/view-alternate-keys-portal.png)
3940

4041
## Create an alternate key
4142

@@ -47,7 +48,7 @@ The portal enables configuring the most common options, but certain options can
4748
![Example Alternate Key Definition](media/alternate-key-account-number-sic-code.png)
4849

4950
1. Select **Done** to close the panel.
50-
2. Click **Save Entity** to create the alternate key.
51+
2. Select **Save Entity** to create the alternate key.
5152

5253
> [!NOTE]
5354
> The alternate key will not be immediately available. A system job is initiated when you save the entity to create database indexes to support the alternate key.
@@ -58,6 +59,4 @@ While [viewing alternate keys](#view-alternate-keys), select the key you want to
5859

5960
### See also
6061

61-
[Define alternate keys to reference records](define-alternate-keys-reference-records.md)<br />
62-
[Define alternate keys using solution explorer](define-alternate-keys-solution-explorer.md)<br />
6362
[Developer Documentation: Define alternate keys for an entity](/dynamics365/customer-engagement/developer/define-alternate-keys-entity)

powerapps-docs/maker/common-data-service/visualize-hierarchical-data.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Visualize hierarchical data with model-driven apps | MicrosoftDocs"
33
description: "Learn how to query and visualize hierarchical related data"
44
ms.custom: ""
5-
ms.date: 05/28/2019
5+
ms.date: 06/11/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -36,11 +36,11 @@ The entities that have visualizations available by default include [Account](/p
3636
3737
A few other entities can be enabled for a hierarchy. These entities include [Contact](/powerapps/developer/common-data-service/reference/entities/contact) and [Team](/powerapps/developer/common-data-service/reference/entities/team). All custom entities can be enabled for a hierarchy.
3838

39-
Important things to remember when you create visualizations:
39+
## Important things to remember
4040

4141
- Only one (1:N) self-referential relationship per entity can be set as hierarchical. In a self-referential relationship the primary entity and the related entity must be of the same type.
4242
- A hierarchy or visualization is based on one entity only. You can depict the account hierarchy showing accounts at multiple levels, but you can’t show accounts and contacts in the same hierarchy visualization.
43-
- The maximum number of fields that can be displayed in a tile is three. If you add more fields to the Quick Form that is used for the tile view, only the first three fields will be displayed.
43+
- The maximum number of fields that can be displayed in a tile is three with the Unified Interface and four with the legacy web client. If you add more fields to the Quick Form that is used for the tile view, only the first three fields will be displayed.
4444

4545
## Hierarchy settings
4646

@@ -83,7 +83,7 @@ Next, in the **Hierarchy Settings** grid view, we selected the `new_new_widget_n
8383
> [!div class="mx-imgBorder"]
8484
> ![Hierarchy settings](media/hierarchy-settings.png)
8585
86-
For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy Tile Form**. In this form, we added four fields to display in each tile.
86+
For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy Tile Form**. In this form that will be used in a legacy web client app, we added four fields to display in each tile. More information: [Important things to remember](#important-things-to-remember)
8787

8888
> [!div class="mx-imgBorder"]
8989
> ![Create quick form for widget](media/create-quickform.png)

powerapps-docs/maker/dev-community-plan.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.custom:
99
ms.date: 06/04/2020
1010
ms.author: dileeps
1111
ms.reviewer:
12-
searchScope:
13-
- GetStarted
14-
- PowerApps
1512
---
1613
# Power Apps Community Plan: a free development environment for individual use
1714
If you want to build skills and learn more about Power Apps, Power Automate, and the Common Data Service, the Power Apps Community Plan is the right plan for you. The Power Apps Community Plan gives you a free development environment for individual use, where you can:

powerapps-docs/maker/signup-for-powerapps.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.custom: canvas
99
ms.date: 02/28/2020
1010
ms.author: kvivek
1111
ms.reviewer: kvivek
12-
searchScope:
13-
- GetStarted
14-
- PowerApps
1512
---
1613
# Explore Power Apps for free for 30 days
1714

powerapps-docs/powerapps-overview.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.custom:
99
ms.date: 07/15/2019
1010
ms.author: kvivek
1111
ms.reviewer: kvivek
12-
searchScope:
13-
- GetStarted
14-
- PowerApps
1512
---
1613
# What is Power Apps?
1714

powerapps-docs/sample-apps/emergency-response/deploy-configure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Follow the steps below to install Hospital Emergency Response app along with the
8484
>
8585
> - The configuration and sample data is installed only for new installation. If you have a prior installation of this app in your environment, the configuration and sample data won't be installed during the installation to ensure that your existing data isn't overwritten.
8686
>
87-
> - If you intend to transfer data from the hospital to [regional](/powerapps/sample-apps/regional-emergency-response/overview) solution, make sure you create the connections in your environment as described in [Create connections](/powerapps/sample-apps/emergency-response-data-transfer#step-1-create-connections) before installing the solution.
87+
> - If you intend to transfer data from the hospital to [regional](/powerapps/sample-apps/regional-emergency-response/overview) solution, make sure you create the connections in your environment as described in [Create connections](/powerapps/sample-apps/emergency-response-data-transfer#step-1-create-connections) before installing the solution. The out-of-box solution to [transfer data from hospital to regional](../emergency-response-data-transfer.md) solution uses the Secure File Transfer Protocol (SFTP) as the data transmission mechanism.
8888
8989
You can install the app by using one of the following 3 options:
9090

Loading
Loading
Loading

0 commit comments

Comments
 (0)