|
1 | 1 | ---
|
2 |
| -title: Use code components in portals (preview) |
| 2 | +title: Use code components in portals |
3 | 3 | description: Learn about creating code components for model-driven and canvas apps using Power Apps component framework inside Power Apps portals.
|
4 |
| -author: sandhangitmsft |
| 4 | +author: GitanjaliSingh33msft |
5 | 5 | ms.service: powerapps
|
6 | 6 | ms.topic: conceptual
|
7 | 7 | ms.custom:
|
8 |
| -ms.date: 01/25/2022 |
| 8 | +ms.date: 02/01/2022 |
9 | 9 | ms.subservice: portals
|
10 |
| -ms.author: nenandw |
| 10 | +ms.author: gisingh |
11 | 11 | ms.reviewer: ndoelman
|
12 | 12 | contributors:
|
13 | 13 | - nickdoelman
|
14 |
| - - sandhangitmsft |
| 14 | + - GitanjaliSingh33msft |
15 | 15 | - HemantGaur
|
16 | 16 | ---
|
17 | 17 |
|
18 |
| -# Use code components in portals (preview) |
| 18 | +# Use code components in portals |
19 | 19 |
|
20 |
| -[This article is pre-release documentation and is subject to change.] |
21 |
| - |
22 |
| -Power Apps component framework empowers professional developers and app makers to create code components for model-driven and canvas apps (public preview). These code components can provide an enhanced experience for users working with data on forms, views, and dashboards. More information: [Power Apps component framework overview](../../developer/component-framework/overview.md) |
| 20 | +Power Apps component framework empowers professional developers and app makers to create code components for model-driven and canvas apps. These code components can provide an enhanced experience for users working with data on forms, views, and dashboards. More information: [Power Apps component framework overview](../../developer/component-framework/overview.md) |
23 | 21 |
|
24 | 22 | Power Apps portals now supports controls for model-driven apps created using Power Apps component framework. To use code components in portals webpages, follow these steps:
|
25 | 23 |
|
26 |
| - |
| 24 | + |
27 | 25 |
|
28 | 26 | After following these steps, your users can now interact with the code component using the portal page that has the respective basic form.
|
29 | 27 |
|
30 | 28 | > [!IMPORTANT]
|
31 |
| -> - This is a preview feature. |
32 |
| -> - [!INCLUDE[cc_preview_features_definition](../../includes/cc-preview-features-definition.md)] |
33 | 29 | > - Portals only currently support [code components that are added to a field](../../developer/component-framework/add-custom-controls-to-a-field-or-entity.md#add-a-code-component-to-a-column) in a model-driven app.
|
34 | 30 |
|
35 | 31 | ## Prerequisites
|
36 | 32 |
|
37 |
| -- You must have a valid Power Apps license. More information: [Power Apps component framework licensing](../../developer/component-framework/overview.md#licensing) |
38 |
| -- You must have System Administrator privileges to enable the Power Apps component feature in the environment. |
| 33 | +- You must have a valid Power Apps license. More information: [Power Apps component framework licensing](../../developer/component-framework/overview.md#licensing) |
| 34 | +- You must have System Administrator privileges to enable the Power Apps component feature in the environment. |
39 | 35 | - Your portal version must be [9.3.3.x](versions/version-9.3.3.x.md) or higher.
|
40 | 36 | - Your starter portal package must be [9.2.2103.x](versions/package-version-9.2.2103.md) or higher.
|
41 | 37 |
|
@@ -142,7 +138,7 @@ To learn how to add a code component to a field in model-driven app, go to [Add
|
142 | 138 |
|
143 | 139 | ## Configure portal for code component
|
144 | 140 |
|
145 |
| -After the code component is added to a field in a model-driven app, you can configure portals to use the code component on a basic form. Once you configure the code component on a basic form, be sure to configure the table permission to allow portal users **Read** access to the **Web Resource** table before they can see the component on the portal page. |
| 141 | +After the code component is added to a field in a model-driven app, you can configure portals to use the code component on a basic form. |
146 | 142 |
|
147 | 143 | To add a code component to a basic form:
|
148 | 144 |
|
@@ -182,3 +178,4 @@ A code component can be built and added to a webpage that can use the [portal We
|
182 | 178 | [Create your first component](../../developer/component-framework/implementing-controls-using-typescript.md) <br>
|
183 | 179 | [Add code components to a column or table in model-driven apps](../../developer/component-framework/add-custom-controls-to-a-field-or-entity.md)
|
184 | 180 |
|
| 181 | +[!INCLUDE[footer-include](../../includes/footer-banner.md)] |
0 commit comments