Skip to content

Commit 8b91aa7

Browse files
authored
Merge pull request #5693 from MicrosoftDocs/2564077
Update List Feature - 2564077
2 parents 53cd5b9 + c3883f6 commit 8b91aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 12/01/2021
8+
ms.date: 1/06/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -516,7 +516,7 @@ If enabled, a table can be published to an OData feed. The OData protocol is an
516516
517517
## Enhanced view filter for lists
518518

519-
You can use Table Permissions if you want to secure records, but if you want to simply provide a filter as part of the set of filter options that is relevant to the current portal user, you can use the List feature. This feature supports filtering of the current user, user's parent account, or website at any depth. Simply build the view filter to match any single contact record and the code will replace its value with the actual value at runtime—no need to assign values to fields in the Filter Conditions section.
519+
You can use Table Permissions if you want to secure records, but if you want to simply filter records based on the current portal user’s context, you can configure a filter on the underlying model-driven view definition used by the List using the [Dataverse view designer](../../model-driven-apps/create-edit-view-filters.md). This feature supports filtering of the current user, user's parent account, or website at any depth. Simply build the view filter to match any single contact record and the code will replace its value with the actual value at runtime—no need to assign values to fields in the Filter Conditions section.
520520

521521
- The control will find all condition elements where uitype="contact" and set the value to the actual value of the current portal user's contact ID.
522522
- The control will find all condition elements where uitype="account" and set the value to the actual value of the current portal user's parent account ID.

0 commit comments

Comments
 (0)