You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-footerSection/includes/getVisible-description.md
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-footerSection/includes/setVisible-description.md
The `formContext.ui.footerSection` was removed in October of 2021. More information: [Form footers in model-driven apps won't be supported with the 2021 release wave 2](/power-platform/important-changes-coming#form-footers-in-model-driven-apps-wont-be-supported-with-the-2021-release-wave-2)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/design-productive-forms.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Productive main form design in model-driven apps | MicrosoftDocs"
3
3
description: Learn how to design productive main forms for your model-driven apps.
4
4
ms.custom: ""
5
-
ms.date: 04/27/2021
5
+
ms.date: 04/07/2022
6
6
ms.reviewer: "Mattp123"
7
7
8
8
ms.suite: ""
@@ -75,7 +75,6 @@ The following image shows the layout of a Unified Interface application.
75
75
- The form body is the area on the form that should be used to interact with data of the [record](model-driven-app-glossary.md#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. [building forms based on specific business needs and roles](design-considerations-main-forms.md) should also be considered when designing your application.
76
76
77
77
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.
78
-
- 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.
79
78
80
79
> [!IMPORTANT]
81
80
> [Form footers are deprecated](/power-platform/important-changes-coming#form-footers-in-model-driven-apps-wont-be-supported-with-the-2021-release-wave-2) with the 2021 Release Wave 2 (August 2021 Preview / October 2021 GA). Remove any controls you have added out of the footer.
@@ -196,7 +195,7 @@ More information: [Create a model-driven app quick view form to view information
196
195
197
196
There are many times when you need to build an experience that focuses the user on the task at hand without additional distraction that might cause inefficiency. This is especially important when you're working with tables and records that have global components, which are created and automatically added to forms regardless of the task you're trying to build. Although this provides a shareable and easy-to-build infrastructure that drives consistency across an app, it does at times provide unnecessary distraction.
198
197
199
-
Form display options should be used when you want to lessen the number of actions, focus a user to complete a task, and reduce clutter by removing unnecessary components. Components that can be removed from a form include the command bar, the header body, the form tabs, and the form footer.
198
+
Form display options should be used when you want to lessen the number of actions, focus a user to complete a task, and reduce clutter by removing unnecessary components. Components that can be removed from a form include the command bar, the header body, and the form tabs.
200
199
201
200
All these types of options are only available via the client API and manual formxml updates. Manual formxml manipulation can cause issues importing solutions if done incorrectly. Remove global form components carefully when designing your form.
202
201
@@ -220,10 +219,6 @@ In this example, the tabs have been removed. This can be helpful when you build
220
219
221
220
:::image type="content" source="media/form-no-tabs.png" alt-text="Form without tabs shown in an app.":::
222
221
223
-
In some scenarios where you want more data density, and don't use or need the form footer, you can easily remove it to provide more data and information on the form. This can also help drive consistency as users move from dashboards and view pages where footers aren't included on the page. In this example, the form footer has been removed to reduce clutter and drive data density. More information: [setVisible (Client API reference)](../../developer/model-driven-apps/clientapi/reference/formContext-ui-footerSection/setVisible.md)
224
-
225
-
:::image type="content" source="media/form-no-footer.png" alt-text="Form without a footer shown in an app.":::
226
-
227
222
### Form display option to use the entire space of a tab
228
223
229
224
In many scenarios, a form might exist with a tab and a single control, and you want that control to take up the entire available space within the body of the form on that tab. This can be done by using the **form display option** that allows the first control on a page in a tab to expand the full height and width of the form. All existing reflow rendering across view port sizes from large to small is honored, and will behave like a regular form except that the control will use the entire space. In this example, the Dynamics 365 Marketing application supports a full tab layout for the customer journey experience. The command bar is removed to further reduce clutter and ensure that the user is focused on the task of managing customer journeys in the application. More information: [setContentType (Client API reference)](../../developer/model-driven-apps/clientapi/reference/formContext-ui-tabs/setContentType.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/visibility-options-legacy.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Show or hide model-driven app form elements with Power Apps | MicrosoftDocs"
3
3
description: "Learn how to display or hide from elements, such as tabs, sections, or columns"
4
4
ms.custom: ""
5
-
ms.date: 08/27/2020
5
+
ms.date: 04/07/2022
6
6
ms.reviewer: ""
7
7
8
8
ms.suite: ""
@@ -43,9 +43,8 @@ In Unified Interface, for sections where columns don’t span more than one colu
43
43
44
44
## Client API methods for controlling the visibility of form elements
45
45
46
-
For information about how to change the form element show or hide status for the header, command bar, footer, and tabs at app runtime, see these client API reference articles:
46
+
For information about how to change the form element show or hide status for the header, command bar, and tabs at app runtime, see these client API reference articles:
47
47
-[formContext.ui.headerSection item (Client API reference)](../../developer/model-driven-apps/clientapi/reference/formContext-ui-headerSection.md)
48
-
-[formContext.ui.footerSection item (Client API reference)](../../developer/model-driven-apps/clientapi/reference/formContext-ui-footerSection.md)
49
48
-[formContext.ui.tabs (Client API reference)](../../developer/model-driven-apps/clientapi/reference/formContext-ui-tabs.md)
0 commit comments