SimpleRecordCloner 1.0.2
dotnet add package SimpleRecordCloner --version 1.0.2
NuGet\Install-Package SimpleRecordCloner -Version 1.0.2
<PackageReference Include="SimpleRecordCloner" Version="1.0.2" />
paket add SimpleRecordCloner --version 1.0.2
#r "nuget: SimpleRecordCloner, 1.0.2"
// Install SimpleRecordCloner as a Cake Addin #addin nuget:?package=SimpleRecordCloner&version=1.0.2 // Install SimpleRecordCloner as a Cake Tool #tool nuget:?package=SimpleRecordCloner&version=1.0.2
A Simple Plug-In to Clone CRM Records from one Environment to another. Just hit the "Email a Link" Button and copy/paste the URL.
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.2016.3.30)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2020-08-22
CrmServiceClient and MultipleConnectionsPluginControlBase is now used
2019-11-30
(credits goes to Reiny-S )
Update PluginControl.cs adding support for UUI-generated record URLs
Dynamics UUI generates URLs which already contain the logical entity name as parameter etn but unfortunately no longer contain the entity type code. This adoption ensures that parameter etn is checked first and uses parameter etc only if the entity's logical name is not available.
2017-07-02:
- Option to Ignore State/Stauscode
- Clone to multiple Organisations
- Background Processing
2017-06-17:
- Option to verify Lookups in the target Environment
2017-06-16:
Initial Release