Skip to content

Commit 05c5e3a

Browse files
authored
Merge pull request #2919 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents c0ef40d + ec3e52f commit 05c5e3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,12 @@ To create a solution project based on an existing solution in Common Data Servic
105105
2. Run the command
106106

107107
```CLI
108-
pac solution clone –name(-n) <name of the solution to be exported> --version(-v) <version of your solution> --include(-i) <settings that should be included>
108+
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>
109109
```
110110

111+
> [!NOTE]
112+
> Settings Values: autonumbering, calendar, customization, emailtracking, externalapplications, general, isvconfig, marketing, outlooksynchronization, relationshiproles, sales.
113+
111114
More information: [Settings options](https://docs.microsoft.com/dotnet/api/microsoft.crm.sdk.messages.exportsolutionrequest?view=dynamics-general-ce-9)
112115

113116
## Create a plug-in project and add a reference to it in your solution

0 commit comments

Comments
 (0)