Skip to content

Commit 92d65bd

Browse files
committed
Revised per Shan M feedback
1 parent 8a74de6 commit 92d65bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
55 Bytes
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ search.app:
2424

2525
# Solution layers
2626

27-
Managed and unmanaged solutions exist at different layers within a Common Data Service environment. In Common Data Service, there are two distinct layers:
27+
Managed and unmanaged solutions exist at different levels within a Common Data Service environment. In Common Data Service, there are two distinct layer levels:
2828
- Unmanaged layer. All imported unmanaged solutions and unmanaged customizations exist at this layer. The unmanaged layer is a single layer.
29-
- Managed layer. All imported managed solutions and the system solution exist at this layer. When multiple managed solutions are installed, the first one installed is below the managed solution installed later. This means that the second solution installed can customize the one installed before it. When two managed solutions have conflicting definitions, the general rule is “Last one wins.” If you uninstall a managed solution, the managed solution below it takes effect. If you uninstall all managed solutions, the default behavior defined within the system solution is applied. At the base of the managed layer is the system layer. The system layer contains the system solution, which includes all the standard entities and components. The system solution defines what you can or can't customize by using managed properties. Publishers of managed solutions have the same ability to limit your ability to customize solution components that they add in their solution. You can customize any of the solution components that do not have managed properties that prevent you from customizing them. More information: [Set managed properties in Common Data Service metadata](set-managed-properties-metadata.md)
29+
- Managed layers. All imported managed solutions and the system solution exist at this level. When multiple managed solutions are installed, the last one installed is above the managed solution installed previously. This means that the second solution installed can customize the one installed before it. When two managed solutions have conflicting definitions, the runtime behavior is either “Last one wins” or a merge logic is implemented. If you uninstall a managed solution, the managed solution below it takes effect. If you uninstall all managed solutions, the default behavior defined within the system solution is applied. At the base of the managed layers level is the system layer. The system layer contains the entities and components that are required for the platform to function.
3030

3131
![Solution layers](media/solution-layers.png)
3232

0 commit comments

Comments
 (0)