Skip to content

Commit 5090286

Browse files
authored
Merge pull request #1474 from MicrosoftDocs/1454073_edit
1454073 edit
2 parents cd171ca + 3fe4224 commit 5090286

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

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)