Skip to content

Commit 89f02e6

Browse files
committed
Merge branch 'master' into pehecke-accessibility-updates
2 parents bc0c0c2 + ba54d29 commit 89f02e6

File tree

10 files changed

+39
-8
lines changed

10 files changed

+39
-8
lines changed

powerapps-docs/developer/common-data-service/best-practices/business-logic/avoid-batch-requests-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ search.app:
3131

3232
## Symptoms
3333

34-
Due to their long-running nature, using <xref:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest> or <xref:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest> message request classes within the context of a plug-in or workflow activity expose sandbox-isolated plug-in types to the two-minute (12000ms) channel timeout exception and can degrade the user experience for synchronous registrations.
34+
Due to their long-running nature, using <xref:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest> or <xref:Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest> message request classes within the context of a plug-in or workflow activity expose sandbox-isolated plug-in types to the two-minute (120000ms) channel timeout exception and can degrade the user experience for synchronous registrations.
3535

3636

3737
<a name='guidance'></a>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ 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+
1. **AAD Conditional access with the policy "Require device to be marked as compliant" does not work in Power Apps for Windows** (July 30, 2020)
22+
When setting the conditional access policy "Require device to be marked as compliant" in Azure Active Directory, users will face login errors with the message "The application contains sensitive information and can only be accessed from devices or client applications that meet your enterprise management compliance policy" and won't be able to access their Power Apps. As a workaround, please use your browser.
23+
2124
1. **Connection.Connected returns the wrong value during OnStart in Power Apps for Windows** (July 21, 2020)
2225
While offline, **Connection.Connected** may wrongly return **true** immediately after starting an app in the Windows app. As a workaround, delay when the logic depending on it is executed by using a **Timer** control.
2326

powerapps-docs/maker/canvas-apps/embed-apps-dev.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ If you have an app you want to embed, the first step is to set parameters for th
3434
```
3535
https://apps.powerapps.com/play/[AppID]?source=iframe
3636
```
37+
For GCC users
38+
39+
```
40+
https://apps.gov.powerapps.us/play[AppID]?source=iframe
41+
```
3742

3843
> [!IMPORTANT]
3944
> As of August 2019, the URI format has changed from https://web.powerapps.com/webplayer to https://apps.powerapps.com/play. Please update any embedded iframes to use the new URI format. References to the previous format will be redirected to the new URI to ensure compatibility.

powerapps-docs/maker/canvas-apps/functions/function-form.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ search.audienceType:
1414
search.app:
1515
- PowerApps
1616
---
17+
1718
# EditForm, NewForm, SubmitForm, ResetForm, and ViewForm functions in Power Apps
19+
1820
View, edit, or create an item, save the contents, and reset the controls in an **[Edit form](../controls/control-form-detail.md)** control.
1921

2022
## Overview
23+
2124
These functions change the state of the **Edit form** control. The form control can be in one of these modes:
2225

2326
| Mode | Description |
2427
| --- | --- |
2528
| **FormMode.Edit** |The form is populated with an existing record and the user can modify the values of the fields. Once complete, the user can save the changes to the record. |
26-
| **FormMode.New** |The form is populates with default values and the user can modify the values of the fields. Once complete, the user can add the record to the data source. |
29+
| **FormMode.New** |The form is populated with default values and the user can modify the values of the fields. Once complete, the user can add the record to the data source. |
2730
| **FormMode.View** |The form is populated with an existing record but the user cannot modify the values of the fields. |
2831

2932
## Description
@@ -56,7 +59,7 @@ The **ResetForm** function resets the contents of a form to their initial values
5659
The **ViewForm** function changes the Form control's mode to **FormMode.View**. In this mode, the contents of the Form control's **[Item](../controls/control-form-detail.md)** property are used to populate the form. The **SubmitForm** and **ResetForm** functions have no effect when in this mode.
5760

5861
### DisplayMode Property
59-
The current mode can be read through the **Mode** property. The mode also determines the value of the **DisplayMode** property which can be used by data cards and controls within the form control. Often, the data card's **DisplayMode** property will be set to **Parent.DisplayMode** (referencing the form) as will the control's **DisplayMode** property (referencing the data card):
62+
The current mode can be read through the **Mode** property. The mode also determines the value of the **DisplayMode** property, which can be used by data cards and controls within the form control. Often, the data card's **DisplayMode** property will be set to **Parent.DisplayMode** (referencing the form) as will the control's **DisplayMode** property (referencing the data card):
6063

6164
| Mode | DisplayMode | Description |
6265
| --- | --- | --- |

powerapps-docs/maker/canvas-apps/use-native-cds-connector.md

Lines changed: 6 additions & 2 deletions
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: tapanm
10-
ms.date: 07/09/2020
10+
ms.date: 07/29/2020
1111
ms.author: lanced
1212
search.audienceType:
1313
- maker
@@ -109,7 +109,11 @@ To convert your app that uses the Dynamics 365 connector, you'll need to remove
109109
3. Add the connections to your data sources to the Common Data Service using the new data source selection experience.
110110

111111
> [!NOTE]
112-
> If you have connections to other environments (other than current), select the *Entity* category and then the *More* (...) option to change the environment. You can then select an entity from a different environment to add to your application. Cross-tenant connections don't work with the improved native connector. You'll need to use data integration to access data cross-tenant.
112+
> - If you have connections to other environments (other than current), select the *Entity* category and then the *More* (...) option to change the environment. You can then select an entity from a different environment to add to your application. Cross-tenant connections don't work with the improved native connector. You'll need to use data integration to access data cross-tenant.
113+
> - You need to meet one of the following requirements to be able to see an environment that you want to add the connection to:
114+
> - You're the **Owner** of the app, or the app is [shared](share-app.md) with you as a **Co-owner**.
115+
> - You're a member of at least one of these security roles: **Environment Admin**, **Environment Maker**, or **System Administrator**. For more information about the security roles in an environment, go to [Configure user security to resources in an environment](https://docs.microsoft.com/power-platform/admin/database-security).
116+
113117
4. Save your application.
114118

115119
*Possible errors and suggestions*:
25.3 KB
Loading
51.7 KB
Loading
Loading
76.4 KB
Loading

powerapps-docs/maker/portals/configure/use-simplified-authentication-configuration.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 05/05/2020
8+
ms.date: 07/29/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -181,8 +181,24 @@ Configure the following site settings and password reset policy for your Azure A
181181
<br> To get the issuer URL:
182182

183183
1. Open the sign-up and sign-in user flow you created in [step 1](#step-1---configure-the-azure-active-directory-b2c-application). For this step, you need to go to the Azure AD B2C tenant on [Azure portal](https://portal.azure.com).
184-
1. Select **Run user flow**, and in the **Open** dialog box, select the URL at the top to open the configuration document. <br> The URL refers to the *OpenID Connect identity provider configuration document*, also known as the *OpenID well-known configuration endpoint*.
185-
1. Copy the URL of the **Issuer** from the configuration document that opens in a new browser.
184+
185+
![Select the user flow](media/use-simplified-authentication-configuration/user-flow.png "Select the user flow")
186+
187+
1. Select **Run user flow**.
188+
189+
![Run user flow](media/use-simplified-authentication-configuration/run-user-flow.png "Run user flow")
190+
191+
1. Select the OpenID configuration URL to open in a new browser window or a tab.
192+
193+
![Select the OpenID configuration URL](media/use-simplified-authentication-configuration/select-openid-configuration-url.png "Select the OpenID configuration URL")
194+
195+
The URL refers to the *OpenID Connect identity provider configuration document*, also known as the *OpenID well-known configuration endpoint*.
196+
197+
1. Copy the URL of the **Issuer** from the new browser window or tab.
198+
199+
![Copy the Issuer URL](media/use-simplified-authentication-configuration/issuer-url.png "Copy the Issuer URL")
200+
201+
Ensure you copy only the URL, without the double quotation marks (*""*). <br> For example, `https://tailspintoysorg.b2clogin.com/acf18993-4325-4d94-b519-96824b0d06db/v2.0/`
186202

187203
- **Client ID​** - Enter the **Application ID** of the Azure AD B2C application created in [step 1](#step-1---configure-the-azure-active-directory-b2c-application).
188204

0 commit comments

Comments
 (0)