SimpleRecordCloner 1.0.2

dotnet add package SimpleRecordCloner --version 1.0.2
NuGet\Install-Package SimpleRecordCloner -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleRecordCloner" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleRecordCloner --version 1.0.2
#r "nuget: SimpleRecordCloner, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.2 28,181 8/22/2020
0.8.0 61,045 10/21/2017
0.7.0 12,910 10/1/2017
0.6.0 29,582 7/2/2017
0.5.0 11,597 6/19/2017
0.0.7 854 10/1/2017

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