Skip to content

Commit 4c52076

Browse files
committed
Merge branch 'master' into pehecke-migrate-orgservice
2 parents 45c1528 + 5090286 commit 4c52076

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

powerapps-docs/developer/common-data-service/use-source-control-solution-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The SolutionPackager tool can be used with any source control system. After a so
2424
As further customizations and changes are necessary for the solution, developers should edit or customize components through existing means, export again to create a .zip file, and extract the compressed solution file into the same folder.
2525

2626
> [!IMPORTANT]
27-
> Except for the sections described in [When to edit the customizations file](/model-driven-apps/when-edit-customization-file.md), manual editing of extracted component files and .zip files is not supported.
27+
> Except for the sections described in [When to edit the customizations file](../model-driven-apps/when-edit-customization-file.md), manual editing of extracted component files and .zip files is not supported.
2828
2929
When the SolutionPackager tool extracts the component files it will not overwrite existing component files of the same name if the file contents are identical. In addition, the tool honors the read-only attribute on component files producing a warning in the console window that particular files were not written. This enables the user to check out, from source control, the minimal set of files that are changing. The `/clobber` parameter can be used to override and cause read-only files to be written or deleted. The `/allowWrite` parameter can be used to assess what impact an extract operation has without actually causing any files to be written or deleted. Use of the `/allowWrite` parameter with verbose logging is effective.
3030

powerapps-docs/developer/component-framework/create-custom-controls-using-pcf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ You can also interact with the component locally in real time and observe elemen
114114
115115
## Deploying your PowerApps component framework components
116116

117-
Once the debugging and development is finished, you just have one step remaining - to deploy your new component.
117+
Once the debugging and development is finished, you just have one step remaining to deploy your new component.
118118

119119
Follow the steps below to create and import a [solution](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/solutions-overview) file:
120120

121-
1. Create a new directory and go to it 'cd <new directory name>'
121+
1. Create a new directory and go to it `cd <new directory name>`
122122
2. Create a new solution project in the directory of your choice by using the command
123123
`pac solution init --publisherName <enter your publisher name> --customizationPrefix <enter your publisher name>` after `cd <your new folder>`.
124124

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/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)