Skip to content

Commit 38c06bc

Browse files
authored
Merge branch 'live' into shubham1172/time-zone-entities
2 parents 866e5f8 + 07af390 commit 38c06bc

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

powerapps-docs/developer/common-data-service/download-tools-nuget.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You can download tools used in development from NuGet using the powershell scri
4040
1. Copy and paste the following PowerShell script into the PowerShell window and press Enter.
4141

4242
```powershell
43+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4344
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
4445
$targetNugetExe = ".\nuget.exe"
4546
Remove-Item .\Tools -Force -Recurse -ErrorAction Ignore

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@
17471747
href: ../use-ai-builder.md
17481748
- name: Sample apps and solutions
17491749
items:
1750-
- name: Crisis communication
1750+
- name: Crisis Communication
17511751
href: ./canvas-apps/sample-crisis-communication-app.md
17521752
- name: Hospital Emergency Response
17531753
items:

powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Crisis communication app - sample template | Microsoft Docs
3-
description: Learn about the Crisis communication sample template in Power Apps.
2+
title: Crisis communication sample app | Microsoft Docs
3+
description: Learn about the Crisis communication sample app in Power Apps.
44
author: matthewbolanos
55
manager: kvivek
66
ms.service: powerapps
@@ -15,9 +15,9 @@ search.app:
1515
- PowerApps
1616
---
1717

18-
# Set up and learn about the Crisis Communication sample template in Power Apps
18+
# Set up and learn about the Crisis Communication sample app in Power Apps
1919

20-
The Crisis Communication app provides a user-friendly experience to connect
20+
The Crisis Communication sample app provides a user-friendly experience to connect
2121
users with information about a crisis. Quickly get updates on
2222
internal company news, get answers to frequently asked questions, and get access
2323
to important information like links and emergency contacts. This app requires a
@@ -34,11 +34,11 @@ In this walkthrough, you'll learn how to:
3434
Estimated time to complete these steps: **20–25 minutes**.
3535

3636
> [!NOTE]
37-
> The Crisis Communication sample template is also available for the Power Apps US Government and Power Automate US Government plans. The service URLs for Power Apps and Power Automate US Government versions are different from the commercial versions. More information: [Power Apps US Government service URLs](https://docs.microsoft.com/power-platform/admin/powerapps-us-government#power-apps-us-government-service-urls) and [Power Automate US Government service URLs](https://docs.microsoft.com/power-automate/us-govt#power-automate-us-government-service-urls)
37+
> The Crisis Communication sample app is also available for the Power Apps US Government and Power Automate US Government plans. The service URLs for Power Apps and Power Automate US Government versions are different from the commercial versions. More information: [Power Apps US Government service URLs](https://docs.microsoft.com/power-platform/admin/powerapps-us-government#power-apps-us-government-service-urls) and [Power Automate US Government service URLs](https://docs.microsoft.com/power-automate/us-govt#power-automate-us-government-service-urls)
3838
3939
## Demo: Crisis Communication app
4040

41-
Watch how to use the Crisis Communication solution.
41+
Watch how to use the Crisis Communication app.
4242

4343
> [!VIDEO https://www.youtube.com/embed/23SypLXiOTw]
4444

powerapps-docs/maker/model-driven-apps/create-edit-quick-create-forms.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create or edit model-driven app quick create forms in Power Apps | MicrosoftDocs"
33
description: "Learn how to create or edit a quick create form"
44
ms.custom: ""
5-
ms.date: 03/23/2020
5+
ms.date: 08/28/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -160,8 +160,11 @@ When you import a solution from version 8.2 regardless of the value of the **Ena
160160

161161
If there is a customization made in a version 9.0 solution to entities where **Enable quick create forms** is enabled, the value will not change after import. However, if you have set the **Enable quick create forms** option to *disabled* for the task, phone call, email, and appointment entities, the value will be overwritten to enabled. In this situation, you'll need to reset the **Enable quick create forms** option back to disabled for those activity entities after the import.
162162

163-
> [!IMPORTANT]
164-
> Be aware of the behavior that occurs when you create a parent relationship with the same entity. For example, if Account has a relationship to Account and you create a lookup that is used by a quick create form that creates a parent record, the first record will not be saved with the lookup that has the parent record value. This is because of the circular reference introduced by using the same entity. If you experience this issue you can resolve it by removing the parent record id on the quick create form before saving the record.
163+
[!IMPORTANT]
164+
>
165+
> - If a quick create form exists for an entity but is not included in the app, the Unified Interface runtime will still open the quick create form. This behavior occurs with lookup controls and subgrids. If you don’t want a quick create form to appear in your app you must delete it.
166+
> - Be aware of the behavior that occurs when you create a parent relationship with the same entity. For example, if Account has a relationship to Account and you create a lookup that is used by a quick create form that creates a parent record, the first record will not be saved with the lookup that has the parent record value. This is because of the circular reference introduced by using the same entity. If you experience this issue you can resolve it by removing the parent record id on the quick create form before saving the record.
167+
165168

166169
### See also
167170
[Overview of the form editor user interface](form-editor-user-interface-legacy.md)

powerapps-docs/maker/model-driven-apps/embedded-canvas-app-guidelines.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Guidelines on working with embedded canvas apps | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 08/19/2019
4+
ms.date: 08/28/2020
55
ms.reviewer: ""
66
ms.service: powerapps
77
ms.suite: ""
@@ -23,10 +23,11 @@ search.app:
2323
This topic provides guidelines on working with embedded canvas apps as well as helpful tips to troubleshoot any issues you might encounter.
2424

2525
- Embedded canvas apps are only supported with Unified Interface model-driven apps.
26-
- You can only enable one embedded canvas app per form.
27-
- You can have multiple embedded canvas apps added to the form but can only enable one at a time.
28-
- If you try to enable more than one embedded canvas app on a model-driven form you will get a message that reads “Only one canvas app can be enabled on a form.”
29-
- To enable or disable an embedded canvas app see [Enable an embedded canvas app](#enable-an-embedded-canvas-app) and [Disable an embedded canvas app](#disable-an-embedded-canvas-app).
26+
- You can only enable three embedded canvas apps for each form with Web, and one for Tablet and Phone client types.
27+
- You can have multiple embedded canvas apps added to the form, but can only enable three at a time for Web and one at a time for Tablet and Phone client types.
28+
- If you try to enable more than three embedded canvas apps with the Web client type on a model-driven app form you will get the message "You have more than three canvas apps with Web form factor, the maximum is three for this form factor. The number of canvas apps are limited to three for Web and one for Tablet and Phone form factors."
29+
- To enable or disable an embedded canvas app see [Enable an embedded canvas app](#enable-an-embedded-canvas-app) and [Disable an embedded canvas app](#disable-an-embedded-canvas-app).
30+
- We recommend that you have a single embedded canvas app for each form tab.
3031
- When adding an embedded canvas app to a model-driven form always use a required field that is guaranteed to have a value. If your field does not have a value your embedded canvas app will not refresh in response to any change in data on the host model-driven form.
3132
- Publishing a model-driven form does not also publish the embedded canvas app.
3233
- Embedded canvas apps need to be published independent of the host model-driven form. More information: [Publish an app](../canvas-apps/save-publish-app.md#publish-an-app).

0 commit comments

Comments
 (0)