Skip to content

Commit d68cf2f

Browse files
committed
Revised for current experience per 4453224
1 parent d7e685f commit d68cf2f

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed
Binary file not shown.
Loading

powerapps-docs/maker/data-platform/solutions-area.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,57 @@
22
title: "Solutions | MicrosoftDocs"
33
description: "Use the solutions area to view the objects and components in a solution"
44
keywords:
5-
ms.date: 08/26/2021
6-
5+
ms.date: 11/07/2024
76
ms.custom:
87
ms.topic: article
98
ms.assetid:
109
author: Mattp123
1110
ms.subservice: dataverse-maker
12-
ms.author: matp
13-
ms.reviewer:
11+
ms.author: swatim
12+
ms.reviewer: matp
1413
ms.suite:
1514
ms.tgt_pltfrm:
1615
caps.latest.revision:
1716
topic-status: Drafting
1817
search.audienceType:
1918
- maker
2019
---
21-
2220
# Solution view
2321

2422
The modern solution view makes it easier for you to work with solution objects and subcomponents in your solutions.
2523

26-
## Solution view overview
24+
## Open solution view
25+
26+
To open the solution view, sign in to Power Apps (make.powerapps.com) on the left navigation pane, select **Solutions**, and then open the solution you want. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
27+
28+
The solution objects and available actions are displayed.
2729

2830
1. Panes - The left navigation pane consists of the following areas:
2931
- **Overview**. Provides details about the solution, such as display name, name, created on date, version, managed or unmanaged, publisher, description, and whether the solution is a patch. Also, solution health information and solution actions available on the command bar such as export, clone, apply upgrade, and translations.
3032
- **Objects**. Presents a tree view of all objects within the solution. Select an object from the objects list (4) to view or edit it.
3133
- **History**. Presents the solution operations completed on the solution. An operation can be a solution import, export, or uninstall. The solution history displays information such as solution version, solution publisher, type of operation, operation start and end time, and operation result status.
34+
- **Pipelines**. Deploy solutions using pipelines in Power Platform. More information: [Set up pipelines in Power Platform](/power-platform/alm/set-up-pipelines)
35+
- **Source control** (not shown in image). Connect to Git to source your Power Platform solution objects in an Azure DevOps Git repo. More information: [Overview of Dataverse Git integration](/power-platform/alm/git-integration/overview)
3236
2. Tree view. From the **Object** pane, the tree view displays a list that you can browse to find an object to open it or one of the object’s subcomponents. Search for objects and subcomponents that are in the solution.
3337
3. Command bar. Contextual command bar to perform actions on the solution, objects, or subcomponents.
34-
4. Objects list. Displays information and components that can be viewed and/or opened for editing of the selected object from the **Objects** pane. Add existing objects and subcomponents or create new ones for unmanaged solutions.
35-
5. Search. Use to filter the list of subcomponents for the object that's currently selected. Filter on any of the subcomponent's properties. For example, filter on only **Lookup** data types or whether a column is **Required** by entering those strings in the **Search** box.
38+
4. Objects. Displays information and solution components that can be viewed and/or opened for editing of the selected object from the **Objects** pane. Add existing objects and subcomponents or create new ones for unmanaged solutions. More information: [Object list](#object-list)
39+
5. Search. Use to filter the list of subcomponents for the object that's currently selected. Filter on any subcomponent property. For example, filter on only **Lookup** data types or whether a column is **Required** by entering those strings in the **Search** box.
3640

37-
:::image type="content" source="media/solutions-area-solution.png" alt-text="Solutions area displaying the objects pane" lightbox="media/solutions-area-solution.png":::
41+
:::image type="content" source="media/solutions-area-solution.png" alt-text="Solutions area displaying the objects pane" lightbox="media/solutions-area-solution.png":::
3842

39-
## Disable modern solution view
43+
## Objects list
4044

41-
By default, the modern solution view is enabled. To disable, switch **Solution preview on** to off, from the **Solutions** area.
45+
The **Objects** list in solution view has the following columns:
4246

43-
:::image type="content" source="media/enable-solution-preview.png" alt-text="Turn on solution preview":::
47+
- **Display name**. The friendly name of the solution object.
48+
- **Name**. The unique or logical name of the solution object that includes the solution publisher prefix.
49+
- **Type**. Solution object type, such as a table, web resource, model-driven app, canvas app, and so on.
50+
- **Managed**. Indicates whether the solution object is managed or unmanaged. Managed solutions aren't typically customizable.
51+
- **Customized**. Unmanaged solution components are customized while managed solution objects typically shouldn't be. If a managed solution object is customized, you can remove the customization. More information: [View solution layers for a component](solution-layers#view-the-solution-layers-for-a-component.md)
52+
- **Last modified**. The date the solution object was last changed.
4453

4554
### See also
55+
4656
[View the history of a solution](solution-history.md) <br />
4757
[View dependencies for a component](view-component-dependencies.md) <br />
4858
[Create a solution](create-solution.md)

0 commit comments

Comments
 (0)