Skip to content

Commit 76e0717

Browse files
authored
Merge pull request MicrosoftDocs#962 from rappen/patch-4
Removing forced gender constructs
2 parents 80120b5 + 84e8624 commit 76e0717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/query-hierarchical-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ You can take advantage of new query condition operators to query entities with e
3232
|`under`|`Under`|Returns all child records below the referenced record in the hierarchy|
3333
|`eq-or-under`|`UnderOrEqual`|Returns the referenced record and all child records below it in the hierarchy|
3434
|`not-under`|`NotUnder`|Returns all records not below the referenced record in the hierarchy|
35-
|`eq-owneduseroruserhierarchy`|`OwnedByMeOrMyReports`|When hierarchical security models are used, Equals current user or his reporting hierarchy|
36-
|`eq-useroruserhierarchyandteams`|`OwnedByMeOrMyReportsAndTeams`|When hierarchical security models are used, Equals current user and his or her teams, or his or her reporting hierarchy and their teams|
35+
|`eq-owneduseroruserhierarchy`|`OwnedByMeOrMyReports`|When hierarchical security models are used, Equals current user or user's reporting hierarchy|
36+
|`eq-useroruserhierarchyandteams`|`OwnedByMeOrMyReportsAndTeams`|When hierarchical security models are used, Equals current user and user's teams, or user's reporting hierarchy and their teams|
3737

3838
### Recursion limits when querying hierarchical data
3939
Because querying hierarchical data can be resource intensive, there is a default limit of 100 recursions allowed conditions for hierarchical queries using the `Above`, `AboveOrEqual`, `Under`, `UnderOrEqual`, and `NotUnder` condition operators.

0 commit comments

Comments
 (0)