Skip to content

Commit baf7b9d

Browse files
authored
Live publish
2 parents d9bf7ab + c3f0784 commit baf7b9d

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

powerapps-docs/developer/data-platform/developer-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Developers will use the following tools and resources when working with solution
2424

2525
*Power Platform Tools for Visual Studio* - supports the rapid creation, debugging, and deployment of plug-ins. Other capabilities currently in preview include development of custom workflow activities, web resources, integration technologies like Azure Service endpoints and webhooks, and more. To learn more about the tool, install the [extension](tools/devtools-install.md) and try the available [quickstart](tools/devtools-create-project.md) topics.
2626

27-
*Microsoft Power Platform CLI* - a simple, one-stop developer CLI that empowers developers and ISVs to perform various operations in Microsoft Power Platform related to environment lifecycle features, and to authenticate and work with Microsoft Dataverse environments, solution packages, portals, code components, and so on. To learn more about the tool, install the [extension](powerapps-cli.md#install-microsoft-power-platform-cli) or try the available [standalone](powerapps-cli.md#standalone-power-platform-cli) version.
27+
*Microsoft Power Platform CLI* - a simple, one-stop developer CLI that empowers developers and ISVs to perform various operations in Microsoft Power Platform related to environment lifecycle features, and to authenticate and work with Microsoft Dataverse environments, solution packages, portals, code components, and so on. To learn more about the tool, see [What is Microsoft Power Platform CLI?](powerapps-cli.md).
2828

2929
## Tools available for download from NuGet
3030

powerapps-docs/developer/model-driven-apps/customize-commands-ribbon.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: "Customize commands and the ribbon (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
33
description: "Microsoft Dataverse displays commands in different ways depending on the table and the client. In most places in the web application, you will see a command bar instead of a ribbon. Dynamics 365 for tablets also uses data defined as ribbons to control what commands are available using a command bar that is optimized for touch." # 115-145 characters including spaces. This abstract displays in the search result."
4-
author: HemantGaur
5-
ms.author: hemantg
6-
manager: lwelicki
7-
ms.date: 05/24/2022
4+
author: caburk
5+
ms.author: caburk
6+
ms.date: 10/03/2022
87
ms.reviewer: jdaly
98
ms.topic: article
109
ms.subservice: mda-developer
@@ -36,6 +35,10 @@ The articles in this section introduce you to key concepts that you must underst
3635

3736
If you are experiencing an issue with a ribbon command bar button, use this [troubleshooting guide](/troubleshoot/power-platform/power-apps/ribbon-issues-button-hidden?tabs=delete) to find and solve the problem.
3837

38+
## Reference documentation
39+
40+
You can find reference documentation for Ribbon XML elements here: [Ribbon XML reference](/previous-versions/dynamicscrm-2016/developers-guide/gg327947%28v=crm.8%29). This documentation is not maintained and includes many elements that are no longer relevant. It provides information about the elements defined in the ribbon schema files: [Ribbon core schema](ribbon-core-schema.md), [Ribbon types schema](ribbon-types-schema.md), and [Ribbon WSS schema](ribbon-wss-schema.md). There are some remarks within this reference that may be helpful.
41+
3942

4043
## Community tool
4144

powerapps-docs/maker/model-driven-apps/power-apps-grid-control.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@ To work around this, you can display a custom card by configuring the table to u
8787
- The grid doesn't currently support any theme customizations
8888
- Cells with no data are blank instead of displaying three dashes **---**.
8989
- The owner column doesn't show online status and a people card for the user.
90-
- Filtering a column using **Filter by** from the column header drop-down list doesn't change the underlying view.
91-
92-
:::image type="content" source="media/view-filter-by.png" alt-text="Filter By drop down list in a view":::
93-
94-
To change the actual view, select **Edit filters**, make your changes, and then select **Apply**.
95-
96-
:::image type="content" source="media/advanced-filter-panel.png" alt-text="Select the Edit filters button":::
97-
More information: [Create and manage personal views on a grid page](../../user/grid-filters-advanced.md)
9890

9991
### See also
10092

powerapps-docs/maker/model-driven-apps/the-power-apps-grid-control.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ To work around this, you can display a custom card by configuring the table to u
9696
- The grid doesn't currently support theme customizations.
9797
- Cells with no data are blank instead of displaying three dashes **---**.
9898
- The owner column doesn't show online status and a people card for the user.
99-
- Filtering a column using **Filter by** from the column header drop-down list doesn't change the underlying view.
100-
101-
:::image type="content" source="media/view-filter-by.png" alt-text="Filter By drop down list in a view":::
102-
103-
To change the actual view, select **Edit filters**, make your changes, and then select **Apply**.
104-
105-
:::image type="content" source="media/advanced-filter-panel.png" alt-text="Select the Edit filters button":::
106-
More information: [Create and manage personal views on a grid page](../../user/grid-filters-advanced.md)
10799

108100
### See also
109101

powerapps-docs/maker/portals/power-apps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configuration to source control and move portal configuration to any environment
3232
using Microsoft Power Platform CLI.
3333

3434
> [!NOTE]
35-
> This feature is generally available starting with Power Platform CLI version 1.9.8. To learn about installing the latest version, see [Install Microsoft Power Platform CLI](../../developer/data-platform/powerapps-cli.md#standalone-power-platform-cli).
35+
> This feature is generally available starting with Power Platform CLI version 1.9.8. To learn about installing the latest version, see [Install Microsoft Power Platform CLI](../../developer/data-platform/powerapps-cli.md).
3636
3737
### Why use Microsoft Power Platform CLI for portals development?
3838

0 commit comments

Comments
 (0)