Skip to content

Commit 0d59a65

Browse files
authored
Merge pull request MicrosoftDocs#2368 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 931f619 + 93e4955 commit 0d59a65

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

powerapps-docs/developer/common-data-service/community-tools.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "Community tools for Common Data Service (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Read about the community built tools that help you perform various tasks with Power Apps Common Data Service." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 02/09/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "JimDaly" # GitHub ID
10-
ms.author: "jdaly" # MSFT alias of Microsoft employees only
11-
manager: "ryjones" # MSFT alias of manager or PM counterpart
9+
author: "KUmarVivek" # GitHub ID
10+
ms.author: "kvivek" # MSFT alias of Microsoft employees only
11+
manager: "annbe" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
1313
- developer
1414
search.app:
@@ -17,19 +17,21 @@ search.app:
1717
---
1818
# Community tools for Common Data Service
1919

20-
The Common Data Service community creates tools! Many of the most popular ones are distributed in the [XrmToolBox](https://www.xrmtoolbox.com/). XrmToolBox is a Windows application that connects to Common Data Service, providing tools to ease customization, configuration and operation tasks. It is shipped with more than 30 plugins to make administration, customization or configuration tasks easier and less time consuming.
20+
The Power Apps community creates tools!
2121

22-
The following is a selected list of community tools distributed via the XrmToolBox that you can use with Common Data Service.
22+
Many of the most popular ones are distributed in the [XrmToolBox](https://www.xrmtoolbox.com/). XrmToolBox is a Windows application that connects to Common Data Service, providing tools to ease customization, configuration and operation tasks. It is shipped with more than 30 plugins to make administration, customization or configuration tasks easier and less time consuming. The following is a selected list of community tools distributed via the XrmToolBox that you can use with Common Data Service.
2323

2424
|Tool |Description |
2525
|---------|---------|
2626
|[Attribute Manager](https://www.xrmtoolbox.com/plugins/DLaB.Xrm.AttributeManager/)|Used to rename/delete/or change the type of an attribute.|
2727
|[Early Bound Generator](https://www.xrmtoolbox.com/plugins/DLaB.Xrm.EarlyBoundGenerator/)|Generates Early Bound Entities/Option Sets/Actions. Uses CrmSvcUtil from the SDK, and shows command line used to create the classes.|
2828
|[Export to Excel](https://www.xrmtoolbox.com/plugins/Ryr.XrmToolBox.ExportToExcel/)|Easily export records from the selected view/fetchxml to Excel.|
2929
|[FetchXML Builder](https://www.xrmtoolbox.com/plugins/Cinteros.Xrm.FetchXmlBuilder/)|Create and test FetchXml Queries|
30-
|[Metadata Browser](https://www.xrmtoolbox.com/plugins/MsCrmTools.MetadataBrowser/)|Browse metadata from your Dynamics CRM organization|
30+
|[Metadata Browser](https://www.xrmtoolbox.com/plugins/MsCrmTools.MetadataBrowser/)|Browse metadata from your Common Data Service environment|
3131
|[Plugin Trace Viewer](https://www.xrmtoolbox.com/plugins/Cinteros.XrmToolBox.PluginTraceViewer/)|Investigate the Plug-in Trace Log with easy filtering and display possibilities|
3232
|[User Settings Utility](https://www.xrmtoolbox.com/plugins/MsCrmTools.UserSettingsUtility/)|Manage users personal settings in bulk|
3333

34-
> [!NOTE]
34+
Here is another tool, [Chromium Metadata Browser](https://community.dynamicslabs.io/feed/metadata-browser), that lets you browse metadata such as entities, attributes, relationships, option sets of Common Data Service environements. It works with Microsoft Edge and Google Chrome browsers.
35+
36+
> [!IMPORTANT]
3537
> Tools created by the community are not supported by Microsoft. If you have questions or issues with community tools, contact the publisher of the tool.

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)