err403.SolutionManagment
1.2026.4.11
dotnet add package err403.SolutionManagment --version 1.2026.4.11
NuGet\Install-Package err403.SolutionManagment -Version 1.2026.4.11
<PackageReference Include="err403.SolutionManagment" Version="1.2026.4.11" />
<PackageVersion Include="err403.SolutionManagment" Version="1.2026.4.11" />
<PackageReference Include="err403.SolutionManagment" />
paket add err403.SolutionManagment --version 1.2026.4.11
#r "nuget: err403.SolutionManagment, 1.2026.4.11"
#:package err403.SolutionManagment@1.2026.4.11
#addin nuget:?package=err403.SolutionManagment&version=1.2026.4.11
#tool nuget:?package=err403.SolutionManagment&version=1.2026.4.11
<p align="center"> <img src="err403.SolutionManagment/Resources/Icon.png" alt="Solution Management" width="80" /> </p>
<h1 align="center">Solution Management (err403)</h1>
<p align="center"> An <a href="https://www.xrmtoolbox.com/">XrmToolBox</a> plugin to transfer Dataverse solutions, environment variables, and cloud flows across organisations. </p>
Features
Solution Transfer
- Export solutions (managed or unmanaged) from a source environment and import them into one or more target environments in a single operation.
- View solution versions installed on every connected target — prefixed with (M) managed or (U) unmanaged.
- Re-order the import sequence before transfer.
- Pre-import summary with per-solution confirmation.
- Safety warnings when importing managed over unmanaged (or vice-versa).
Environment Variables
- Browse all environment variables from the source environment with their current and default values.
- Compare values side-by-side across source and targets.
- Edit individual values — with JSON pretty-printing, number, and boolean validation.
- Bulk-transfer selected variables to one or more targets.
Cloud Flows
- List all cloud flows from the source with status, solution, owner, and modified date.
- Filter by active only, solution name, or free-text search.
- Compare flow activation status across source and target environments.
- Activate or deactivate selected flows on one or more targets in bulk.
- Results dialog with success/failure summary and colour-coded rows.
- Open Flow in Browser — jump directly to a failed flow in the target environment to fix connection references.
UI
- Tabbed layout powered by WeifenLuo DockPanel Suite.
- Context-sensitive toolbar — buttons change depending on the active tab.
- Shared source / target connection bar visible on every tab.
Installation
Install from the XrmToolBox Plugin Store — search for Solution Management.
Or build from source:
MSBuild err403.SolutionManagment.sln -t:Build -p:Configuration=Release
The post-build step copies the output to XrmToolBox's plugin folders automatically.
Requirements
- XrmToolBox 1.2024.1.x or later
- .NET Framework 4.8
- At least one Dataverse / Dynamics 365 connection configured in XrmToolBox
Credits
Forked from DamSim / SolutionTransferTool by Damien Aicheh.
Maintained by Gareth Cheyne.
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2018.7.28)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2026.4.11 | 106 | 4/10/2026 |
| 1.2026.4.10 | 106 | 4/10/2026 |
Cloud Flows tab, Environment Variables tab, managed/unmanaged warnings, docked UI.