Skip to content

Commit 038b99b

Browse files
authored
Merge pull request #3313 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 58db4c2 + 3890042 commit 038b99b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 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: ""
@@ -107,7 +107,7 @@ If you add a composite field to a quick create form, it will be displayed as sep
107107
The **Enable quick create forms** property can be enabled or disabled for all standard activities except recurring appointments. This property lets you change the form that is displayed by default for most activities. By default, the **Enable quick create forms** property is enabled and the quick create form is the form displayed in the app areas and activity entities that support it.
108108

109109
> [!div class="mx-imgBorder"]
110-
> ![](media/allow-quick-create.png "Allow Quick Create property on appointment entity")
110+
> ![Allow Quick Create property on appointment entity](media/allow-quick-create.png "Allow Quick Create property on appointment entity")
111111
112112

113113
### Unified interface client form display behavior
@@ -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)

0 commit comments

Comments
 (0)