Skip to content

Commit 1f579f0

Browse files
authored
Merge pull request #10420 from MicrosoftDocs/shmcarth-patch-2
Update create-solution.md
2 parents 48884ff + 561826d commit 1f579f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

powerapps-docs/maker/data-platform/create-solution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create a solution in Power Apps | MicrosoftDocs"
33
description: "Learn how to create a solution in Power Apps"
44
ms.custom: ""
5-
ms.date: 08/08/2024
5+
ms.date: 09/03/2024
66
ms.reviewer: ""
77
ms.topic: "how-to"
88
author: "Mattp123"
@@ -34,17 +34,17 @@ To create a solution:
3434

3535
3. Select **Save**.
3636

37-
After you save the solution, you might wish to add information to columns that aren’t required. These steps are optional. Use the **Description** column to describe the solution and choose an HTML web resource as a **Configuration Page** for the solution. The configuration page is typically used by ISVs who distribute solutions. When this is set, a new **Configuration** node appears below the **Information** node to display this web resource. Developers use this page to include instructions or controls to allow you to set configuration data or launch their solution.
37+
After you save the solution, you might wish to add information to columns that aren’t required. These steps are optional. Use the **Description** column to describe the solution and choose an HTML web resource as a **Configuration Page** for the solution. The configuration page is typically used by independent software vendors (ISVs) who distribute solutions. When this is set, a new **Configuration** node appears below the **Information** node to display this web resource. Developers use this page to include instructions or controls to allow you to set configuration data or launch their solution.
3838

3939
<a name="BKMK_AddSolutionComponents"></a>
4040

4141
## Add solution components
4242

43-
After you’ve created your solution, it won’t contain any solution components. You can create new components to be added to the solution or add existing components to your new solution.
43+
After you create your solution, it won’t contain any solution components. You can create new components to be added to the solution or add existing components to your new solution.
4444

4545
### Create components in a solution
4646

47-
You can use the **New** command to create different types of components. This takes you to a different create experience depending on the component type that you choose. After you finish creating the component, it will be added to the solution.
47+
You can use the **New** command to create different types of components. Selecting **New** takes you to a different create experience depending on the component type that you choose. After you finish creating the component, it's added to the solution.
4848

4949
> [!div class="mx-imgBorder"]
5050
> ![Create new component in a solution.](media/solution-new-component.PNG "Create new component in a solution")
@@ -59,7 +59,7 @@ With solutions that are unmanaged and not the default one, you can use the **Add
5959
> [!NOTE]
6060
> The list of existing components will be different depending on the version and solutions imported in your environment.
6161
62-
When you add an existing table, rather than select **Include all components** or **Include table metadata**, use the **Select components** option to only add the table components that have been updated. With solution segmentation, you export solution updates with selected table assets, such as table columns, forms, and views, rather than entire tables with all the assets. [Create a segmented solution with table assets](#create-a-segmented-solution-with-table-assets)
62+
When you add an existing table, the best practice is to only add the table assets that were updated in your solution. With solution segmentation, you export solution updates with selected table assets, such as table columns, forms, and views, rather than entire tables with all the assets. This avoids unnecessary layers that hinder other solutions from being effective and unnecessary dependencies on other solutions. The system automatically selects **Include all objects** if the table is unmanaged, and **Include table metadata** if there's an unmanaged layer on the table. The system also preselects the table assets that are unmanaged or have unmanaged customizations automatically you can select the **Select objects** link to review that selection before select **Add* to complete the process. More information: [Create a segmented solution with table assets](#create-a-segmented-solution-with-table-assets)
6363

6464
Many of the customizations you’ll want to do involve tables. You can use the **table** filter to show a list of all the tables in the current solution that can be customized in some way. Once you drill into a table, you can see the components that are part of the table as shown with the account table in the following screenshot.
6565

0 commit comments

Comments
 (0)