Skip to content

Commit 52f3457

Browse files
committed
Merge branch 'master' into 2217721
2 parents 5cb8672 + a624906 commit 52f3457

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

powerapps-docs/developer/component-framework/overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,21 @@ Power Apps component framework empowers professional developers and app makers t
2121
- Replace a column that displays a numeric text value with a `dial` or `slider` code component.
2222
- Transform a list into an entirely different visual experience bound to the data set like a `Calendar` or `Map`.
2323

24-
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
25-
2624
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4slRe]
2725
2826

2927
> [!IMPORTANT]
3028
> - Power Apps component framework is in public preview for canvas apps, and is generally available for model-driven apps. This implies that all the APIs that are supported for model-driven apps might not be supported on canvas apps yet.
3129
> - By default Power Apps component framework is enabled for model-driven apps. To enable this feature for canvas apps, see [Code components for canvas apps](component-framework-for-canvas-apps.md).
3230
> - [!INCLUDE[cc_preview_features_definition](../../includes/cc-preview-features-definition.md)]
33-
> - Power Apps component framework works only on Unified Interface and not on the web client.
31+
> - Power Apps component framework works only on Unified Interface and not on the legacy web client.
3432
> - Power Apps component framework doesn't work for on-premises instances.
3533
3634
## How is it different from web resources
3735

3836
Unlike HTML web resources, code components are rendered as a part of the same context, load at the same time as any other components, providing a seamless experience for the users.
3937

40-
Developers can bundle all the HTML, CSS, and TypeScript files into a single [solution](/dynamics365/customer-engagement/customize/solutions-overview) package file and move across environments and also shipped via [AppSource](https://appsource.microsoft.com/marketplace/apps?page=1&product=dynamics-365).
38+
Developers can bundle all the HTML, CSS, and TypeScript files into a single [solution](../../maker/data-platform/solutions-overview.md) package file and move across environments and also shipped via [AppSource](https://appsource.microsoft.com/marketplace/apps?page=1&product=dynamics-365).
4139

4240
Code components can be reused many times across different tables and forms. Use Power Apps component framework to create code components that can be used across the full breadth of Power Apps capabilities.
4341

@@ -67,7 +65,8 @@ With the general availability of the framework, code component developers will b
6765
[What are code components](custom-controls-overview.md)<br/>
6866
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
6967
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
70-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
68+
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
69+
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
7170

7271

7372

powerapps-docs/maker/data-platform/work-with-any-type-app.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ search.app:
2121

2222
# Work with any type of app
2323

24-
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
25-
26-
Microsoft Dataverse provides multiple ways to integrate in any type of app&&mdash;mobile, web, desktop, device, system, or service. For cloud solutions, there are ways to integrate regardless of the model in which your solution is deployed&mdash;infrastructure as a service (IaaS), platform as a service (PaaS), or software as a service (SaaS). For IaaS-based solutions, the integration approach also
24+
Microsoft Dataverse provides multiple ways to integrate in any type of app (mobile, web, desktop), device, system, or service. For cloud solutions, there are ways to integrate regardless of the model in which your solution is deployed&mdash;infrastructure as a service (IaaS), platform as a service (PaaS), or software as a service (SaaS). For IaaS-based solutions, the integration approach also
2725
works well if solutions are running inside of containers.
2826

2927
In some cases, integration with an app can be achieved by using business logic contained in Dataverse. In other cases, it will involve integration via events, the Dataverse OData API, or using plug-ins.
@@ -153,4 +151,4 @@ More information:
153151
[Use plug-ins to extend business processes](../../developer/data-platform/plug-ins.md)
154152

155153

156-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
154+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/teams/publish-and-share-apps.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: matthewbolanos
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 01/11/2021
8+
ms.date: 04/07/2021
99
ms.author: mabolan
1010
ms.reviewer: tapanm
1111
---
@@ -57,6 +57,9 @@ To share an app:
5757
1. Select a security group you would like to assign to the **Colleagues with
5858
access** role.
5959

60+
> [!IMPORTANT]
61+
> The security group's membership type must be **Assigned**. More information: [Group membership types in Azure Active Directory](/azure/active-directory/fundamentals/active-directory-groups-create-azure-portal#membership-types)
62+
6063
1. Choose which apps the **Colleagues with access** role should have access to.
6164

6265
Once you’re done sharing your apps, they’ll appear in the [Built for your
@@ -82,7 +85,7 @@ By default, the **Colleagues with access** role has no access to the data inside
8285
- **Private** ­– Allows end users to only view and edit their own data.
8386

8487
> [!NOTE]
85-
> you can also use this experience to alter the default access rights for
88+
> You can also use this experience to alter the default access rights for
8689
members and guests within your team. By default, Team members are given **Full
8790
access** and guests are given **Private** access to new custom tables.
8891

0 commit comments

Comments
 (0)