Skip to content

Commit b1da3a7

Browse files
authored
Merge pull request #1534 from MicrosoftDocs/master
Pushing changes live
2 parents 776c83d + 0e6e192 commit b1da3a7

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

powerapps-docs/developer/component-framework/manifest-schema-reference/property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.assetid: 45f4872d-c1d2-4c5a-8721-251b96ede370
2525
|`name`|Name of the property|`string`|Yes|
2626
|`display-name-key`|Used in the customization screens as localized strings that describes the name of the property.|`string`|Yes|
2727
|`of-type`|Defines the data type of the property|See [Remarks](#remarks)|Optional|
28-
|`usage`|The usage attribute identifies if the property is meant to represent an entity attribute that the component can change (bound) or read-only values (input)|`bound`,`input` or `output`|Optional|
28+
|`usage`|The usage attribute identifies if the property is meant to represent an entity attribute that the component can change (bound) or read-only values (input)|`bound` or `input`|Optional|
2929
|`required`|Whether the property is required or not|`boolean`|Optional|
3030
|`of-type-group`|Name of the type-group as defined in manifest|`string`|Optional|
3131
|`description-key`|Used in the customization screens as localized strings that describes the description of the property.|`string`|Optional|

powerapps-docs/developer/model-driven-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
href: use-editable-grids.md
2727
- name: Query and edit an organization theme
2828
href: query-and-edit-an-organization-theme.md
29-
- name: Build custom controls using PowerApps Component Framework
30-
href: /powerapps/developer/control-framework/overview
29+
- name: Build custom components using PowerApps Component Framework
30+
href: /powerapps/developer/component-framework/overview
3131
- name: Apply data visualizations using code
3232
href: customize-visualizations-dashboards.md
3333
items:

powerapps-docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ ms.custom:
462462
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/model-driven-apps/customize-visualizations-dashboards">Customize visualizations and dashboards</a></p>
463463
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/model-driven-apps/client-scripting">Apply business logic using client scripting</a></p>
464464
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/model-driven-apps/customize-commands-ribbon">Customize commands and ribbon</a></p>
465-
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/component-framework/overview">Build custom controls</a></p>
465+
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/component-framework/overview">Build custom components (PowerApps component framework)</a></p>
466466
<p><a class="barLink" style="font-size: 0.95rem" href="/powerapps/developer/model-driven-apps/create-manage-model-driven-apps-using-code">Create, manage, and publish app</a></p>
467467
</div>
468468
</div>

powerapps-docs/maker/common-data-service/solution-layers.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "View solution layers | MicrosoftDocs"
33
description: "Learn how you can use solution layers"
44
keywords:
5-
ms.date: 04/10/2019
5+
ms.date: 04/18/2019
66
ms.service: powerapps
77
ms.custom:
88
ms.topic: article
@@ -26,36 +26,40 @@ search.app:
2626
- D365CE
2727
---
2828

29+
<!--note from editor: Best practice is that H1 title and title in metadata are different. -->
30+
2931
# View solution layers
30-
Solution layers allows you to view all component changes that occur due to solution changes over time. Within a solution layer, you can drill-down to view the specific changed and unchanged property details for a component.
32+
Solution layers allow you to view all component changes that occur due to solution changes over time. Within a solution layer, you can drill down to view specific changed and unchanged property details for a component.
3133

32-
Solution layers provide the following benefits:
33-
- Let’s you see the order in which a solution changed a component.
34-
- Let’s you view all properties of a component within a specific solution including the changes to the component.
35-
- Can be used to troubleshoot dependency or solution layering issues by displaying change details for a component that was introduced by a solution change.
34+
Solution layers:
35+
- Let you see the order in which a solution changed a component.
36+
- Let you view all properties of a component within a specific solution, including the changes to the component.
37+
- Can be used to troubleshoot dependency or solution-layering issues by displaying change details for a component that was introduced by a solution change.
3638

3739
## View the solution layers for a component
3840
You can access solution layers from the **Components** list or from the **Dependency Details** dialog box in solution explorer.
3941

40-
1. To view solution layers from the **Components** list, [open solution explorer](../model-driven-apps/advanced-navigation.md#solution-explorer), in the **Components** list select a component, such as **Account**, and then select **Solution Layers** on the toolbar.
42+
<!--note from editor: In step 2 below, does the page display a name at top? If so, use the same capitalization in text. -->
43+
44+
1. To view solution layers from the **Components** list, open [solution explorer](../model-driven-apps/advanced-navigation.md#solution-explorer). In the **Components** list, select a component, such as **Account**, and then select **Solution Layers** on the toolbar.
4145

4246
> [!div class="mx-imgBorder"]
43-
> ![](media/solution-layers-toolbar.png "Solution layers button")
47+
> ![Solution layers button](media/solution-layers-toolbar.png "Solution layers button")
4448
45-
2. The solution layer page appears that displays each layer for the component, such as the account entity displayed here, with the most recent layer at the top. To view the details for a solution layer, select it.
49+
2. The solution layer page appears. It displays each layer for the component, such as the **Account** entity displayed here, with the most recent layer at the top. To view the details for a solution layer, select it.
4650

4751
> [!div class="mx-imgBorder"]
48-
> ![](media/solution-layers-list.png "Solution layers list")
52+
> ![Solution layers list](media/solution-layers-list.png "Solution layers list")
4953
50-
3. On the **Solution Layer** dialog box, the **Changed Properties** tab displays only those properties that were modified as part of the specific solution layer.
54+
3. In the **Solution Layer** dialog box, the **Changed Properties** tab displays only those properties that were modified as part of the specific solution layer.
5155

5256
> [!div class="mx-imgBorder"]
53-
> ![](media/solution-layers-change-prop.png "Solution layer changed properties")
57+
> ![Solution layer changed properties](media/solution-layers-change-prop.png "Solution layer changed properties")
5458
5559
4. Select the **All Properties** tab to view all properties, including changed and unchanged properties, for the solution layer.
5660

5761
> [!div class="mx-imgBorder"]
58-
> ![](media/solution-layers-all-prop.png "Solution layer all properties")
62+
> ![Solution layer all properties](media/solution-layers-all-prop.png "Solution layer all properties")
5963
60-
## See also
61-
[Solutions overview](solutions-overview.md)
64+
### See also
65+
[Solutions overview](solutions-overview.md)

0 commit comments

Comments
 (0)