Skip to content

Commit fdbd3a6

Browse files
committed
remove unneeded section
1 parent 03a4e17 commit fdbd3a6

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Package a code component| Microsoft Docs
33
description: This article describes how to import code components into model-driven apps in Microsoft Dataverse.
44
ms.author: noazarur
55
author: noazarur-microsoft
6-
ms.date: 08/16/2022
6+
ms.date: 03/22/2023
77
ms.reviewer: jdaly
88
ms.topic: article
99
ms.subservice: pcf
@@ -103,25 +103,6 @@ To use the `push` capability, do the following:
103103
> [!NOTE]
104104
> The publisher prefix that you use with the `push` command should match the publisher prefix of your solution in which the components will be included.
105105
106-
## Create a solution project based on an existing solution in Dataverse
107-
108-
To create a solution project based on an existing solution in Dataverse, run the [pac solution clone](/power-platform/developer/cli/reference/solution) command.. To do so:
109-
110-
1. Ensure that you have a valid authentication profile created.
111-
2. Run the command:
112-
113-
```CLI
114-
pac solution clone –-name(-n) <name of the solution to be exported> --targetversion(-v) <version of your solution> --include(-i) <settings that should be included>
115-
```
116-
117-
> [!NOTE]
118-
> Settings Values: autonumbering, calendar, customization, emailtracking, externalapplications, general, isvconfig, marketing, outlooksynchronization, relationshiproles, sales.
119-
120-
More information: [Settings options](/dotnet/api/microsoft.crm.sdk.messages.exportsolutionrequest)
121-
122-
> [!NOTE]
123-
> Manually publish the customizations if you are importing unmanaged solution.
124-
125106
## Create a plug-in project and add a reference to it in your solution
126107

127108
> [!NOTE]

0 commit comments

Comments
 (0)