Carfup.XTBPlugins.BPFManager 1.2022.10.9

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

// Install Carfup.XTBPlugins.BPFManager as a Cake Tool
#tool nuget:?package=Carfup.XTBPlugins.BPFManager&version=1.2022.10.9

XTBPlugins.BPFManager

Build status

This tool allows you to set an active business process flow stage for records in bulk. Use this after a data import, or simply to switch stages from an old BPF into a new one.

How to use the plugin :

alternate text is missing from this package README image

Product 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. 
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.2022.10.9 9,265 10/6/2022
1.2021.10.8 14,109 10/6/2021
1.2021.7.7 3,937 7/12/2021
1.2021.2.6 4,057 2/24/2021
1.2019.6.5 15,555 6/13/2019
1.2019.4.4 3,822 4/24/2019
1.2019.4.3 1,198 4/18/2019
1.2019.4.1 2,021 4/3/2019

1.2022.10.9
 #31 Fixing BPF loading for onprem environments

1.2021.10.8      
 Retrieval of all entities (primary and secondary) included in BPFs
 Ability to move the BPF stage to a secondary entity stage (the related lookup must be filled upfront)
 Ability to reactivate the disabled records and aborted BPFs
 
1.2021.7.7
 Removed references to the test project in the solution
 Ability to search for a BPF even if the primary entity is not the same (ex : Lead to Opportunity)
 Improved comparison

1.2021.2.6
 Improving the process: the tool loops on all records only, no need to take care of every users anymore.
 Few bug fixing.

1.2019.6.5
 Fix migration with out of the box business process flows
 Aligned the new XrmToolBox to use impersonation
 
1.2019.4.4
 Major issue fixed which was blocking the whole process
 Improvement of background process

1.2019.4.3
 Views are now split by system and personal types
 Entities are displayed with the Schema Name + Display name
 Various improvements in the background
 
1.2019.4.1
 Ability to query your data based on a CRM view or FetchXmlBuilder plugin.
 Migrate the records based on result above to the selected BPF / BPF Stage.
 Option to reduce the number of record processed in a round.