Cinteros.XrmToolBox.BulkDataUpdater 1.2021.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cinteros.XrmToolBox.BulkDataUpdater --version 1.2021.7.1
NuGet\Install-Package Cinteros.XrmToolBox.BulkDataUpdater -Version 1.2021.7.1
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="Cinteros.XrmToolBox.BulkDataUpdater" Version="1.2021.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cinteros.XrmToolBox.BulkDataUpdater --version 1.2021.7.1
#r "nuget: Cinteros.XrmToolBox.BulkDataUpdater, 1.2021.7.1"
#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 Cinteros.XrmToolBox.BulkDataUpdater as a Cake Addin
#addin nuget:?package=Cinteros.XrmToolBox.BulkDataUpdater&version=1.2021.7.1

// Install Cinteros.XrmToolBox.BulkDataUpdater as a Cake Tool
#tool nuget:?package=Cinteros.XrmToolBox.BulkDataUpdater&version=1.2021.7.1

Work with any number of rows in Microsoft Dataverse! Update Column values / Assign / Set State / Delete.
Empower yourself to achieve more.
This tool is useful to trigger workflows or plugins, as well as bulk updating any number of records with fixed values.
It can also delete, assign, and set state of records by the filter specified.

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.2024.2.2 5,507 2/12/2024
1.2023.11.2 7,572 11/18/2023
1.2022.11.2 24,530 11/11/2022
1.2022.11.1 2,499 11/2/2022
1.2022.8.1 9,216 8/2/2022
1.2022.4.2 10,482 4/29/2022
1.2022.4.1 1,438 4/28/2022
1.2022.3.3 5,330 3/19/2022
1.2022.2.1 3,781 2/27/2022
1.2022.1.1 4,656 1/12/2022
1.2021.7.1 15,384 7/22/2021
1.2020.12.5 11,768 12/14/2020
1.2020.12.4 1,497 12/13/2020
1.2019.12.1 17,421 12/8/2019
1.2019.6.1 11,661 6/26/2019
1.2018.10.2 17,899 10/17/2018
1.2018.10.1 2,211 10/16/2018
1.2018.6.1 13,850 6/15/2018
1.2018.4.1 13,120 4/1/2018
1.2017.6.14 68,431 6/13/2017
1.2017.4.13 32,570 4/6/2017
1.2017.2.11 31,443 2/7/2017
1.2016.6.10 51,728 6/23/2016
1.2016.6.9 4,361 6/16/2016
1.2016.6.8 2,240 6/16/2016

Latest version:

Now using Rappen.XTB.Helpers with major support open source
Also removed the xrmtb.XrmToolBox.Controls library
Not now use ILMerge for more library
Using Scintilla for XML texts

Supporting updating Multi Select (Choices) (#30)
Fixed 'Update xx entitys' info (#139)
Only reload only small data (#149)
Showing local times for Friendly (#100)
Older Dynamics can try SetState (#117)
Performance improved (#150)
Calculate is only for string/memo (#148 start)
Added Documention link

---

Version 1.2020.12.5:

Calculated column values! Read more at https://jonasr.app/BDU #18 #20 #38 #86
Nice and shiny lookup dialog used when setting lookup columns #36
Reloading last used query when opening the tool
Improved performance when retrieving records
Fixed bug when getting errors during Delete
Fixing integration from FetchXML Builder

---

Version 1.2019.12.1:

Reassign records to Team or User #19
Update Status and Status Reason #15
Support multi-line values for memo type attributes #11
Open records by double clicking in the grid #31
Handle Qualify/Win/Lose requests when changing status of Lead/Opportunity #32

---

Version 1.2019.6.1:

Added option to wait between calls to server. Thanks Mats Sundbergh @cint-mats! #29
XML attribute values with only space got trimmed, now fixed. #28
Incorrect warning text during Delete. #26
Errors were always ignored during Delete, not anymore. #25
Fixed tab-order for usability.
Rebranded for 2019.

---

Version 1.2018.10.2:

Option to only update/delete selected records #1
ExecuteMultiple for updates to improve performance #3
Retrieve all pages instead of just first page (5000 records) #16
Bulk Data Updater can now Bulk Delete too #21
Added possibility to cancel long running operations #22
Edit XML window did not resize well #24