NNH.XrmTools.RestoreDeletedRecords 1.2023.4.11

dotnet add package NNH.XrmTools.RestoreDeletedRecords --version 1.2023.4.11
NuGet\Install-Package NNH.XrmTools.RestoreDeletedRecords -Version 1.2023.4.11
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="NNH.XrmTools.RestoreDeletedRecords" Version="1.2023.4.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NNH.XrmTools.RestoreDeletedRecords --version 1.2023.4.11
#r "nuget: NNH.XrmTools.RestoreDeletedRecords, 1.2023.4.11"
#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 NNH.XrmTools.RestoreDeletedRecords as a Cake Addin
#addin nuget:?package=NNH.XrmTools.RestoreDeletedRecords&version=1.2023.4.11

// Install NNH.XrmTools.RestoreDeletedRecords as a Cake Tool
#tool nuget:?package=NNH.XrmTools.RestoreDeletedRecords&version=1.2023.4.11

Retrieve the deleted records from audit by table, user, and date and time range, and then restore those records with the same GUID.

There are no supported framework assets in this 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.2023.4.11 7,122 4/11/2023
1.2023.4.8 264 4/8/2023
1.2023.3.23 675 3/23/2023
1.2023.3.19 247 3/19/2023

11 April 2023---------
- Minor bug fixed

8 April 2023----------
- Fixed export to excel function.
- Added [Select All] checkbox

19 March 2023--------
- Show deleted records by date range from a specific entity and user.
- Restore multiple deleted records with option to keep the same Guid or restore even the record's owner is disabled.