Skip to content

Commit e72db80

Browse files
committed
Merge branch 'master' into v-shrutibahl-deploy-bulletins-as-a-broad-distribution-app
2 parents c9d9924 + cfc24ce commit e72db80

File tree

1,709 files changed

+21564
-8712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,709 files changed

+21564
-8712
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ powerapps-docs/.vs/ProjectSettings.json
1919
powerapps-docs/.vs/slnx.sqlite
2020
powerapps-docs/.vs/VSWorkspaceState.json
2121
/.vs/slnx.sqlite-journal
22+
powerapps-docs/teams/media/how-to-architecture/Thumbs.db
23+
powerapps-docs/teams/media/milestones-broad-distribution/Thumbs.db

powerapps-docs/chatbots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: mvakoc
1313

1414
Power Virtual Agents allows you to quickly create and maintain intelligent chatbots using a no-code interface. App makers can create and manage their chatbots directly from [Power Apps](https://make.powerapps.com).
1515

16-
![Chatbots from Power Apps](media/chatbots.png "Chatbots from Power Apps")
16+
![Chatbots from Power Apps.](media/chatbots.png "Chatbots from Power Apps")
1717

1818
You can create and manage your chatbots using the **Chatbots** option in the left navigation pane.
1919

powerapps-docs/developer/component-framework/add-custom-controls-to-a-field-or-entity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Code components let you transform columns that traditionally contain text into v
1919
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
2020

2121
> [!div class="mx-imgBorder"]
22-
> ![Custom slider control](../../maker/model-driven-apps/media/slider-control.PNG "Custom slider control ")
22+
> ![Custom slider control.](../../maker/model-driven-apps/media/slider-control.PNG "Custom slider control ")
2323
2424
## Add a code component to a column
2525

@@ -36,7 +36,7 @@ Following the steps below will change the default label and text box column of t
3636
5. On the Add Control page, select the component that you want, such as the **Linear Slider** component, and then select **Add**.
3737

3838
> [!div class="mx-imgBorder"]
39-
> ![Add linear slider control](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
39+
> ![Add linear slider control.](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
4040
4141
6. Choose the client where you want the component to appear.
4242

@@ -47,12 +47,12 @@ Following the steps below will change the default label and text box column of t
4747
- **Tablet**. To make the code component available on tablet devices running Dynamics 365 for tablets, select the Tablet option next to the component.
4848

4949
> [!div class="mx-imgBorder"]
50-
> ![Choose the client apps to view the custom control](../../maker/model-driven-apps/media/choose-client.png "Choose the client apps to view the custom control")
50+
> ![Choose the client apps to view the custom control.](../../maker/model-driven-apps/media/choose-client.png "Choose the client apps to view the custom control")
5151
5252
7. Select the pencil icon next to **Min**, **Max**, and **Step**, set the property option, and then select **OK**.
5353

5454
> [!div class="mx-imgBorder"]
55-
> ![Add custom control properties](../../maker/model-driven-apps/media/ccf-add-properties.png "Add custom control properties")
55+
> ![Add custom control properties.](../../maker/model-driven-apps/media/ccf-add-properties.png "Add custom control properties")
5656
5757
- **Min**. Set the minimum accepted value. You can bind a static value that you enter or bind the value to an existing column. In this example **Bind to static value** is **Currency** and the minimum value that can be entered is *zero*.
5858

@@ -88,7 +88,7 @@ To add a code component like dataset component or simple table component to a gr
8888
Open a record that includes the column with the code component, such as the Opportunity form from the previous example, and view how the column is changed. The column is now rendered as a slider component instead of the text column.
8989

9090
> [!div class="mx-imgBorder"]
91-
> ![Slider control rendered on form](../../maker/model-driven-apps/media/slider-control.PNG "Slider control rendered on form")
91+
> ![Slider control rendered on form.](../../maker/model-driven-apps/media/slider-control.PNG "Slider control rendered on form")
9292
9393
### See also
9494

powerapps-docs/developer/component-framework/code-components-alm.md

Lines changed: 322 additions & 0 deletions
Large diffs are not rendered by default.

powerapps-docs/developer/component-framework/code-components-best-practices.md

Lines changed: 285 additions & 0 deletions
Large diffs are not rendered by default.

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The [create your first code component](implementing-controls-using-typescript.md
3131
To add code components to a column or a table in model-driven apps, see [Add code components to model-driven apps](add-custom-controls-to-a-field-or-entity.md).
3232

3333
> [!div class="mx-imgBorder"]
34-
> ![Add linear slider control](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
34+
> ![Add linear slider control.](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")
3535
3636
> [!div class="mx-imgBorder"]
37-
> ![Data Set Grid component](media/add-dataset-component.png "Data Set Grid component")
37+
> ![Data Set Grid component.](media/add-dataset-component.png "Data Set Grid component")
3838
3939
## Update existing code components
4040

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.topic: "article"
1414

1515
# Community resources for Power Apps component framework
1616

17-
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
18-
1917
The following is a list of some community resources created by the Power Apps community that you can use to create code components in model-driven and canvas apps using Power Apps component framework and Microsoft Power Platform CLI.
2018

2119
> [!NOTE]
@@ -31,7 +29,7 @@ Make sure that you review the licensing terms and the source code before you dow
3129
> Code component run in the context of the end user who is using the component and can perform any action that may include accessing, capturing, and modifying the data.
3230
3331
> [!div class="mx-imgBorder"]
34-
> ![Component gallery](media/pcf-gallery.PNG "Components gallery")
32+
> ![Component gallery.](media/pcf-gallery.PNG "Components gallery")
3533
3634
## Videos
3735

@@ -76,7 +74,21 @@ The following is the list of blogs created by Power Apps community.
7674

7775
## Tools
7876

79-
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using Microsoft Power Platform CLI.
77+
The [code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool that enables you to build code components with ease where you do not need to write the CLI commands but still use the [Microsoft Power Platform CLI](/powerapps/developer/data-platform/powerapps-cli) under the hood. Most of the commands are consolidated, making it easier to build components.
78+
79+
There are two versions of the code component builder. Both of them are called **PCF Builder** and are listed below:
80+
1. [PCF Builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) for XrmToolBox.
81+
2. [PCF Builder](https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder) for Visual Studio Code.
82+
83+
[PCF Builder for XrmToolBox](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) provides a graphical user interface that lets you create code components in visual manner using Microsoft Power Platform CLI.
84+
85+
> [!div class="mx-imgBorder"]
86+
> ![Component Builder in XrmToolBox.](media/pcf-builder-xrmtoolbox.png "Component Builder in XrmToolBox")
87+
88+
[PCF Builder extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder) provides a guided experience that not only lets you create code components but you can preview code component inside of Visual Studio Code.
89+
90+
> [!div class="mx-imgBorder"]
91+
> ![Component Builder in VS Code.](media/pcf-builder-vscode.png "Component Builder in Visual Studio Code")
8092
8193

82-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
94+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)