Colso.Xrm.DataTransporter
1.2018.3.3
See the version list below for details.
dotnet add package Colso.Xrm.DataTransporter --version 1.2018.3.3
NuGet\Install-Package Colso.Xrm.DataTransporter -Version 1.2018.3.3
<PackageReference Include="Colso.Xrm.DataTransporter" Version="1.2018.3.3" />
paket add Colso.Xrm.DataTransporter --version 1.2018.3.3
#r "nuget: Colso.Xrm.DataTransporter, 1.2018.3.3"
// Install Colso.Xrm.DataTransporter as a Cake Addin #addin nuget:?package=Colso.Xrm.DataTransporter&version=1.2018.3.3 // Install Colso.Xrm.DataTransporter as a Cake Tool #tool nuget:?package=Colso.Xrm.DataTransporter&version=1.2018.3.3
XrmToolbox plugin to help you transfer entity records between different environments.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2018.3.21)
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.2023.7.1 | 30,776 | 7/5/2023 |
1.2023.6.1 | 4,515 | 6/14/2023 |
1.2021.2.15080 | 51,608 | 2/25/2021 |
1.2020.2.28460 | 17,899 | 2/3/2020 |
1.2020.2.18601 | 1,793 | 1/29/2020 |
1.2018.8.1 | 34,236 | 8/3/2018 |
1.2018.7.1 | 4,459 | 7/19/2018 |
1.2018.4.1 | 14,811 | 4/9/2018 |
1.2018.3.4 | 5,112 | 3/27/2018 |
1.2018.3.3 | 3,087 | 3/23/2018 |
1.2018.3.1 | 4,237 | 3/15/2018 |
1.2017.4.2 | 85,427 | 4/19/2017 |
1.2017.4.1 | 3,861 | 4/18/2017 |
1.2017.3.1 | 14,016 | 3/28/2017 |
1.2017.2.4 | 17,536 | 2/28/2017 |
1.2016.12.1 | 25,963 | 11/28/2016 |
1.2016.11.1 | 6,287 | 11/21/2016 |
1.2016.10.2 | 15,501 | 10/4/2016 |
1.2016.10.1 | 2,001 | 10/4/2016 |
1.2016.7.3 | 15,636 | 7/26/2016 |
1.2016.7.2 | 5,748 | 7/13/2016 |
1.2018.3.3:
- fixed wrong dll version
1.2018.3.2:
- Compatible with XrmToolbox 1.2018.3.21
1.2018.3.1:
- Support for state and status reason (maeg02)
- Data Preview option
- XrmToolbox approval fixes
1.2017.12.1:
- Bugfix transferring null values
- preview button
- auto-mapping root business unit and default currency
1.2017.4.2:
- Fix for TypeLoadException in new version of XrmToolBox
1.2017.4.1:
- Support for N:N relationships
1.2017.3.1:
- Support for ActivityParty Mapping (seang96)
- Added search filter on entities
1.2017.2.4:
- Bugfix in mapping ids
1.2017.2.3:
- Show uncustomizable entities
- Implemented SettingsManager
1.2016.12.1:
- Extra check to exclude not selected attributes
- Load entities on load
1.2016.11.1:
- Bugfix: missing paging-cookie when retrieving more than 5000 records
- Save mappings/filters to configuration file per organisation
- Save (un)checked attributes in configuration file per entity per organisation
- Excluded attributes with ValidForRead=='False'
1.2016.10.2:
- Highlight attribute when ValidForCreate/ValidForUpdate property is set
1.2016.10.1:
- Excluded state and status fields from transfer
- Added filter
- Added EntityReference mapping possibility
1.2016.7.3:
- Improved display/status information