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/maker/model-driven-apps/form-designer-add-configure-quickview.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,21 @@ search.app:
27
27
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.
28
28
29
29
## 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)
31
31
32
32
## Configure a quick view component
33
33
These are the properties available to configure when using a quick view component on a form using the form designer.
34
34
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
+
35
39
|Area |Name |Description |
36
40
|---------|---------|---------|
37
41
|**Display options**|**Label**| The localizable label for the quick view visible to users. <br /><br /> This property is required. |
38
42
|**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. |
39
43
|**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** dropdown 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. |
41
45
42
46
## See also
43
47
[Overview of the model-driven form designer](form-designer-overview.md)
0 commit comments