Skip to content

Commit a2f49db

Browse files
authored
Live publish
2 parents d164f72 + af175b2 commit a2f49db

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

powerapps-docs/maker/portals/configure/entity-lists.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 05/27/2022
8+
ms.date: 12/13/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -17,12 +17,15 @@ contributors:
1717

1818
# About lists
1919

20-
2120
[!INCLUDE[cc-pages-ga-banner](../../../includes/cc-pages-ga-banner.md)]
2221

2322
A list is a data-driven configuration that you use to add a webpage that will render a list of records without the need for a developer to surface the grid in the portal. By using lists, you can expose records for display on portals.
2423

25-
The grid supports sorting and will be paginated if the number of records is larger than the page size specified. If **Web Page for Details View** has been specified, each record will contain a link to the page, and the ID of the record will be appended to the query string along with the ID Query String Parameter Name. The list also supports multiple views. If more than one view has been specified, a drop-down list will be rendered to allow the user to switch between the various views.
24+
The grid supports sorting and will be paginated if the number of records is larger than the page size specified.
25+
26+
If **Web Page for Details View** has been specified, each record will contain a link to the page, and the Id of the record will be appended to the query string along with the Id query string parameter name. The behavior of the target form (read-only or edit) will be determined by the configuration of the [form mode](entity-forms.md#basic-form-attributes-and-relationships) and the [table permissions](assign-entity-permissions.md) assigned to the web roles associated with the user.
27+
28+
The list also supports multiple views. If more than one view has been specified, a drop-down list will be rendered to allow the user to switch between the various views.
2629

2730
The data can also be filtered by the current portal user, the current portal user's parent Customer account, and the current portal website. If a value exists for both filter conditions **Portal User Attribute** and **Account Attribute**, the portal will render a drop-down list to allow the user to view their own (My) data or their parent Customer account's data.
2831

powerapps-docs/maker/portals/configure/list-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 05/27/2022
8+
ms.date: 12/13/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -124,7 +124,7 @@ Enabling a **Details Action** allows a user to view a read-only basic form of a
124124
| Name | Description |
125125
|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
126126
| **Basic Settings** | |
127-
| Basic Form | Specifies the basic form that will be used to view the details of the selected table. The drop-down list will include all basic forms that are configured for the table type of the list. <br> **Note**: If the table type of the list has no basic forms, the drop-down list will appear empty. If no basic form is supplied for the Details action, it will be ignored and the button won't be rendered in the list. |
127+
| Basic Form | Specifies the basic form that will be used to view the details of the selected table. The drop-down list will include all basic forms that are configured for the table type of the list. <br><br> **Note**: If the table type of the list has no basic forms, the drop-down list will appear empty. If no basic form is supplied for the Details action, it will be ignored and the button won't be rendered in the list.<br><br>The behavior of the target form (read-only or edit) will be determined by the configuration of the [form mode](entity-forms.md#basic-form-attributes-and-relationships) and the [table permissions](assign-entity-permissions.md) assigned to the web roles associated with the user. |
128128
| **Advanced Settings** | |
129129
| Record ID Parameter Name | Specifies the name of the Query String parameter that will be used to select the table to view in the selected basic form. This should match the value in that basic form's Record ID Parameter Name. The default value for this field, both here and in basic form configuration, is **id**. |
130130
| Button Label | Overrides the HTML label for this action displayed in the list row. |
@@ -149,7 +149,7 @@ Enabling an **Edit Action** allows a user to view an editable basic form that is
149149
| Name | Description |
150150
|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
151151
| **Basic Settings** | |
152-
| Basic Form | Specifies the basic form that will be used to edit the selected table. The drop-down list will include all basic forms that are configured for the table type of the list. <br> **Note**: If the table type of the list has no basic forms, the drop-down list will appear empty. If no basic form is supplied for the Edit action, it will be ignored and the button won't be rendered in the list. |
152+
| Basic Form | Specifies the basic form that will be used to edit the selected table. The drop-down list will include all basic forms that are configured for the table type of the list. <br><br> **Note**: If the table type of the list has no basic forms, the drop-down list will appear empty. If no basic form is supplied for the Edit action, it will be ignored and the button won't be rendered in the list.<br><br>The behavior of the target form (read-only or edit) will be determined by the configuration of the [form mode](entity-forms.md#basic-form-attributes-and-relationships) and the [table permissions](assign-entity-permissions.md) assigned to the web roles associated with the user. |
153153
| **Advanced Settings** | |
154154
| Record ID Parameter Name | Specifies the name of the Query String parameter that will be used to select the table to edit in the selected basic form. This should match the value in that basic form's Record ID Parameter Name. The default value for this field, both here and in basic form configuration, is **id**. |
155155
| Button Label | Overrides the HTML label for this action displayed in the list row. |

0 commit comments

Comments
 (0)