Skip to content

Commit 823a1b6

Browse files
authored
Live publish
2 parents 3ffec1a + f38cec8 commit 823a1b6

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
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/maker/portals/component-framework-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: A walkthrough with example steps about using sample code component added to a model-driven app form inside portals. | Microsoft Docs
3-
description: Learn about using sample code component added to a model-driven app form inside portals.
2+
title: Use code components in portals | Microsoft Docs
3+
description: A walkthrough with example steps about using sample code component added to a model-driven app form inside portals.
44
author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/05/2021
8+
ms.date: 04/07/2021
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
contributors:

powerapps-docs/maker/portals/component-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Use code components created using Power Apps Component Framework inside Power Apps portals | Microsoft Docs
2+
title: Use code components in Power Apps portals | Microsoft Docs
33
description: Learn about using code components created using Power Apps Component Framework inside Power Apps portals.
44
author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/05/2021
8+
ms.date: 04/07/2021
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
contributors:

powerapps-docs/maker/portals/liquid/portals-entity-tags.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gitanjalisingh33msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 11/28/2019
8+
ms.date: 04/07/2021
99
ms.author: gisingh
1010
ms.reviewer: tapanm
1111
---
@@ -569,6 +569,13 @@ Performs a query against the portal search index. The matching results can then
569569
{% endif %}
570570
571571
{% endsearchindex %}
572+
573+
<style>
574+
575+
.highlight {background-color: #FFFCAC;}
576+
577+
</style>
578+
572579
```
573580

574581
By default, the search index object will be given the variable name searchindex. Optionally, a different variable name can be provided.

0 commit comments

Comments
 (0)