Skip to content

Commit 8d8d95f

Browse files
authored
Merge pull request #3006 from MicrosoftDocs/pehecke-solutions-update
Solution content migration to Power Platform
2 parents a57a08f + d942ad5 commit 8d8d95f

14 files changed

+15
-505
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
"ConceptualTOC": "powerapps-docs/developer/common-data-service/org-service/toc.yml",
3939
"ReferenceTOCUrl": "/dotnet/api/ce-9-general/toc.json"
4040
},
41-
{
42-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/package-deployer/toc.yml",
43-
"ReferenceTOCUrl": "/dotnet/api/ce-9-packagedeployer/toc.json"
44-
},
4541
{
4642
"ConceptualTOC": "powerapps-docs/developer/common-data-service/workflow/toc.yml",
4743
"ReferenceTOCUrl": "/dotnet/api/ce-9-workflow/toc.json"

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,16 @@
3030
"redirect_url": "https://docs.microsoft.com/power-platform/alm/checker-api/upload-file",
3131
"redirect_document_id": "false"
3232
},
33+
{
34+
"source_path": "powerapps-docs/developer/common-data-service/package-deployer/create-packages-package-deployer.md",
35+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/package-deployer-tool",
36+
"redirect_document_id": "false"
37+
},
3338
{
3439
"source_path": "powerapps-docs/maker/common-data-service/create-edit-entities.md",
3540
"redirect_url": "data-platform-create-entity",
3641
"redirect_document_id": "false"
37-
},
42+
},
3843
{
3944
"source_path": "powerapps-docs/maker/common-data-service/solution-patches.md",
4045
"redirect_url": "https://docs.microsoft.com/power-platform/alm/update-solutions-alm#create-solution-patches",

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@
340340
items:
341341
- name: Source control with solution files
342342
href: use-source-control-solution-files.md
343-
- name: Package Deployer tool
344-
href: package-deployer/create-packages-package-deployer.md
345343
- name: Publish your app on AppSource
346344
href: publish-app-appsource.md
347345
items:

powerapps-docs/developer/common-data-service/appendix-app-certification-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following checklist provides the list of validations performed by Microsoft
5757
<td>Deployment Validation</td>
5858
<td>
5959
<ul>
60-
<li>Solution will be installed to a Power Apps studio using <a href="https://docs.microsoft.com/powerapps/developer/common-data-service/package-deployer/create-packages-package-deployer">Package Deployer</a>. Installed canvas apps will be manually located in the solution as well as on Apps section after installation and will make sure the app is opened in edit and run mode. Canvas App will be manually deleted from Power Apps studio to validate successful uninstallation</li>
60+
<li>Solution will be installed to a Power Apps studio using <a href="https://docs.microsoft.com/power-platform/alm/package-deployer-tool">Package Deployer</a>. Installed canvas apps will be manually located in the solution as well as on Apps section after installation and will make sure the app is opened in edit and run mode. Canvas App will be manually deleted from Power Apps studio to validate successful uninstallation</li>
6161
<li>Check the canvas app successfully connects through the connectors provided by the publishers. For example, Common Data Service or any other connections.</li>
6262
<li>Check all Common Data Service components (entities, web resources, plug-ins and other components) are available in the solution.</li>
6363
<li>Manually uninstall the solution and check if all the components associated to the managed solution is removed.</li>

powerapps-docs/developer/common-data-service/create-package-app-appsource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You must create an AppSource package (.zip file) to include your solution and de
3232

3333
A package lets you bundle and deploy multiple files related to your app at once.
3434

35-
1. Create a Dynamics 365 package to include the solution and configuration data files that you created in [Step 2: Create a managed solution for your app](create-solution-app-appsource.md). A package can also contain custom code that can run before, while, or after the package is deployed to the Common Data Service instance. For more information about creating a package file, see [Create packages for the Dynamics 365 Package Deployer](/dynamics365/customer-engagement/developer/create-packages-package-deployer).
35+
1. Create a Dynamics 365 package to include the solution and configuration data files that you created in [Step 2: Create a managed solution for your app](create-solution-app-appsource.md). A package can also contain custom code that can run before, while, or after the package is deployed to the Common Data Service instance. For more information about creating a package file, see [Create packages for the Package Deployer](/power-platform/alm/package-deployer-tool).
3636

3737
After you have created a package, your package will consist of the following things:
3838

powerapps-docs/developer/common-data-service/developer-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following tools are distributed in NuGet packages. The [Developer Guide: Dow
2828
|---------|---------|
2929
|Code generation tool `CrmSvcUtil.exe`|A command-line code generation tool that generates early-bound .NET Framework classes that represent the entity data model used by the organization service. <br />More information: <br />[Organization Service](work-with-data-cds.md#organization-service)<br />[Create early bound entity classes with the code generation tool](/dynamics365/customer-engagement/developer/org-service/create-early-bound-entity-classes-code-generation-tool)|
3030
|Configuration Migration tool `DataMigrationUtility.exe`|Used to move configuration data across environments. Configuration data is used to define custom functionality and is typically stored in custom entities. This tool is not designed to move business data. <br /> More information: [Common Data Service Administrator Guide: Move configuration data across instances and organizations with the Configuration Migration tool](/dynamics365/customer-engagement/admin/manage-configuration-data)|
31-
|Package Deployer `PackageDeployer.exe`|Used to deploy packages on Common Data Service instances. A package is an installable unit that includes solutions. <br /> More information: <br />[Deploy Solution Packages](introduction-solutions.md#deploy-solution-packages)<br />[Create packages for the Common Data Service Package Deployer](/dynamics365/customer-engagement/developer/create-packages-package-deployer)|
31+
|Package Deployer `PackageDeployer.exe`|Used to deploy packages on Common Data Service instances. A package is an installable unit that includes solutions. <br /> More information: <br />[Deploy Solution Packages](introduction-solutions.md#deploy-solution-packages)<br />[Create packages for the Package Deployer](/power-platform/alm/package-deployer-tool)|
3232
|Plug-in Registration Tool `PluginRegistration.exe`|A tool used to subscribe .NET assembly plug-in classes to server events. <br />More information: <br />[Create a plug-in](apply-business-logic-with-code.md#create-a-plug-in)<br />[Register a plug-in](register-plug-in.md)|
3333
|SolutionPackager tool `SolutionPackager.exe`|A tool that can reversibly decompose a Common Data Service compressed solution file into multiple XML files and other files so that these files can be easily managed by a source control system.<br /> More information: <br />[Team development of solutions](introduction-solutions.md#team-development-of-solutions)<br />[Use the SolutionPackager tool to compress and extract a solution file](/dynamics365/customer-engagement/developer/compress-extract-solution-file-solutionpackager)|
3434

@@ -81,7 +81,7 @@ More information [Build Windows client applications using the XRM tools](/dynami
8181

8282
Use these assemblies to create packages for the Package Deployer.
8383

84-
More information: [Create packages for the Common Data Service Package Deployer](/dynamics365/customer-engagement/developer/create-packages-package-deployer)
84+
More information: [Create packages for the Package Deployer](/power-platform/alm/package-deployer-tool)
8585

8686
**NuGet Package**: [Microsoft.CrmSdk.XrmTooling.PackageDeployment](https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.PackageDeployment/)
8787

powerapps-docs/developer/common-data-service/get-started-CDS-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you are going to distribute the extensions you create or any customizations t
5858

5959
- [Introduction to solutions](introduction-solutions.md)
6060
- [SolutionPackager tool](compress-extract-solution-file-solutionpackager.md)
61-
- [Package Deployer tool](./package-deployer/create-packages-package-deployer.md)
61+
- [Package Deployer tool](/power-platform/alm/package-deployer-tool)
6262
- [Publish your app on AppSource](publish-app-appsource.md)
6363

6464
## Create client applications and authentication

powerapps-docs/developer/common-data-service/introduction-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Use the *Package Deployer* to create a custom installer for a package that can i
147147
- Custom code that can run before, while, or after the package is deployed.
148148
- HTML content specific to the package that can display at the beginning and end of the deployment process. This can be useful to provide a description of the solutions and files that are deployed in the package.
149149

150-
More information: [Create packages for the Common Data Service Package Deployer](package-deployer/create-packages-package-deployer.md).
150+
More information: [Create packages for the Package Deployer](/power-platform/alm/package-deployer-tool).
151151

152152
## Team development of solutions
153153

powerapps-docs/developer/common-data-service/isv-app-management-appsource-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ search.app:
2727

2828
You can use the AppSource checker to verify whether your app has met certification criteria before you submit it to [AppSource](https://appsource.microsoft.com/). The checker lets you know whether your solution file has errors that need to be corrected and verifies whether AppSource certification criteria have been met.
2929

30-
In ISV Studio, you can upload either a full [package](/powerapps/developer/common-data-service/package-deployer/create-packages-package-deployer) or solution(s). You'll be notified whether any issues need to be remediated.
30+
In ISV Studio, you can upload either a full [package](/power-platform/alm/package-deployer-tool) or solution(s). You'll be notified whether any issues need to be remediated.
3131

3232
**To run AppSource checker**
3333

0 commit comments

Comments
 (0)