Skip to content

Commit 7bc7724

Browse files
authored
Merge pull request MicrosoftDocs#2304 from mspilde/patch-4
Update design-productive-forms.md
2 parents 4a76970 + 2e93caa commit 7bc7724

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/maker/model-driven-apps/design-productive-forms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Productive main form design in model-driven apps | MicrosoftDocs"
33
description: Learn how to design productive main forms for your model-driven apps.
44
ms.custom: ""
5-
ms.date: 04/05/2021
5+
ms.date: 04/27/2021
66
ms.reviewer: "Mattp123"
77
ms.service: powerapps
88
ms.suite: ""
@@ -50,6 +50,8 @@ The following image shows the layout of a Unified Interface application.
5050
- Form headers also have a mode where you can add more than four fields and provide a simple navigation to edit the fields in the header and any additional field you want a user to easily access from the form header. Additional tabs should be used to access information that isn't primary to the task at hand, or to focus the user on data or information that's specific to a given task but isn't primary to the job. Information that's necessary and is primary to working with data should be on the first tab and should never be hidden.
5151
- The form body is the area on the form that should be used to interact with data of the primary record and any related records that are essential to completing a task. We recommend that you limit the data to the top tasks that need to be done on the first tab and move secondary tasks to additional tabs. You should also consider [building forms based on specific business needs and roles](design-considerations-main-forms.md) when designing your application. Also, if some data is rarely used you should consider building another form that can be accessed when a user needs to reference that data or information. This will help ensure a highly performant form and will help the user stay focused on important tasks that need to be completed.
5252
- The form footer displays the form status and commands for saving and displaying the form in a new pop-out window. Only the form footer width can be customized.
53+
> [!IMPORTANT]
54+
> [Form footers will be deprecated](/power-platform/important-changes-coming#form-footers-in-model-driven-app-wont-be-supported-with-the-2021-release-wave-2) with the 2021 Release Wave 2 (August 2021 Preview / October 2021 GA). We recommend that you plan to remove any controls you have added out of the footer as it will no longer render on model-driven app forms.
5355
5456
## Example scenario of productive form design
5557

0 commit comments

Comments
 (0)