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
<PackageReference Include="Carfup.XTBPlugins.BPFManager" Version="1.2022.10.9" />
paket add Carfup.XTBPlugins.BPFManager --version 1.2022.10.9
#r "nuget: Carfup.XTBPlugins.BPFManager, 1.2022.10.9"
// 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
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.2019.2.30)
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 | 11,444 | 10/6/2022 |
1.2021.10.8 | 14,150 | 10/6/2021 |
1.2021.7.7 | 3,973 | 7/12/2021 |
1.2021.2.6 | 4,087 | 2/24/2021 |
1.2019.6.5 | 15,589 | 6/13/2019 |
1.2019.4.4 | 3,852 | 4/24/2019 |
1.2019.4.3 | 1,227 | 4/18/2019 |
1.2019.4.1 | 2,055 | 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.