Skip to content

Commit c2dd717

Browse files
author
Laurie Dunham
authored
Update form-designer-add-configure-quickview.md
1 parent 3b444e0 commit c2dd717

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

powerapps-docs/maker/model-driven-apps/form-designer-add-configure-quickview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,21 @@ search.app:
2727
A main form that displays the details of a record can use a quick view component to display read-only details of a related record (lookup). The data displayed by the quick view component is defined by the quick view form of the related entity. When there is no related record, such as a lookup, the quick view component is automatically hidden.
2828

2929
## Add a quick view component
30-
You add a quick view component in the same way as you add any other component. More information: [Add, move or delete components on a form](add-move-configure-or-delete-components-on-form.md)
30+
You add a quick view component in the same way as you add any other component. More information: [Add, configure, move, or delete components on a form](add-move-configure-or-delete-components-on-form.md)
3131

3232
## Configure a quick view component
3333
These are the properties available to configure when using a quick view component on a form using the form designer.
3434

35+
36+
<!--note from editor: "Drop-down" should be used only as an adjective. In the following table, is it a list? A menu? (It's used three times in line 44.) -->
37+
38+
3539
|Area |Name |Description |
3640
|---------|---------|---------|
3741
|**Display options** | **Label** | The localizable label for the quick view visible to users. <br /><br /> This property is required. |
3842
| **Display options** | **Name** | The unique name for the quick view that is used when referencing it in scripts. The name can contain only alphanumeric characters and underscores. <br /> <br />This property is required. |
3943
| **Display options** | **Hide label** | When selected, the quick view label is hidden. |
40-
| **Display options** | **Quick view forms** | A list of quick view forms that are displayed to app users. <br /><br />To configure the list of quick view forms <br /><br /> Select **Select forms ...**, and then in the **Lookup** drop down select a lookup field where you want to display a quick view form. <br /><br />Depending on the lookup field you select in the **Lookup** drop-down you will see drop-downs that will let you select quick view forms for one or more entities. |
44+
| **Display options** | **Quick view forms** | A list of quick view forms that are displayed to app users. <br /><br />To configure the list of quick view forms <br /><br /> Select **Select forms ...**, and then in the **Lookup** drop-down select a lookup field where you want to display a quick view form. <br /><br />Depending on the lookup field you select in the **Lookup** drop-down, you will see drop-downs that will let you select quick view forms for one or more entities. |
4145

4246
## See also
4347
[Overview of the model-driven form designer](form-designer-overview.md)

0 commit comments

Comments
 (0)