You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - 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.
31
29
> - 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).
> - 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.
34
32
> - Power Apps component framework doesn't work for on-premises instances.
35
33
36
34
## How is it different from web resources
37
35
38
36
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.
39
37
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).
41
39
42
40
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.
43
41
@@ -67,7 +65,8 @@ With the general availability of the framework, code component developers will b
67
65
[What are code components](custom-controls-overview.md)<br/>
68
66
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
69
67
[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)
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—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—infrastructure as a service (IaaS), platform as a service (PaaS), or software as a service (SaaS). For IaaS-based solutions, the integration approach also
27
25
works well if solutions are running inside of containers.
28
26
29
27
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:
153
151
[Use plug-ins to extend business processes](../../developer/data-platform/plug-ins.md)
Copy file name to clipboardExpand all lines: powerapps-docs/teams/publish-and-share-apps.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: matthewbolanos
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 01/11/2021
8
+
ms.date: 04/07/2021
9
9
ms.author: mabolan
10
10
ms.reviewer: tapanm
11
11
---
@@ -57,6 +57,9 @@ To share an app:
57
57
1. Select a security group you would like to assign to the **Colleagues with
58
58
access** role.
59
59
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
+
60
63
1. Choose which apps the **Colleagues with access** role should have access to.
61
64
62
65
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
82
85
-**Private** – Allows end users to only view and edit their own data.
83
86
84
87
> [!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
86
89
members and guests within your team. By default, Team members are given **Full
87
90
access** and guests are given **Private** access to new custom tables.
0 commit comments