Skip to content

Commit b341814

Browse files
Removing the enable_entity_permissions parameters
enable_entity_permissions is not really applicable for entity view. Removing this parameter
1 parent e6b8603 commit b341814

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

powerapps-docs/maker/portals/liquid/portals-entity-tags.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -509,20 +509,6 @@ Loaded entity view with {{ entityview.total_records }} total matching records.
509509
{% endentityview %}
510510
```
511511

512-
**enable\_entity\_permissions**
513-
514-
Specifies whether to apply table permission filtering on view results. This parameter is set to false by default. If entityview is used within an entitylist block, the value of this parameter will be inherited from the list configuration.
515-
516-
This parameter must be passed either an [boolean](liquid-types.md#boolean) value, or a string that can be parsed as a Boolean (true, false). If a value is provided for this parameter, but the value is null or otherwise cannot be parsed as a Boolean, the default of false will be used.
517-
518-
```
519-
{% entityview id:request.params.view, enable_entity_permissions:true %}
520-
521-
Loaded entity view with {{ entityview.total_records }} total records to which the user has read permission.
522-
523-
{% endentityview %}
524-
```
525-
526512
**language\_code**
527513

528514
A Power Apps integer language code to select the entity view localized labels (column header labels, etc.) to be loaded. If no language\_code is provided, the default language of the portal application Power Apps connection will be used.
@@ -723,4 +709,4 @@ The name of the Advanced Form you wish to load.
723709
[Template tags](template-tags.md)
724710

725711

726-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
712+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)