Cinteros.Xrm.FetchXmlBuilder 1.2018.6.1

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

// Install Cinteros.Xrm.FetchXmlBuilder as a Cake Tool
#tool nuget:?package=Cinteros.Xrm.FetchXmlBuilder&version=1.2018.6.1

The tool will assist in three major areas:

     1. Constructing FetchXML in ways that Advanced Find cannot
     - aggregates
     - outer joins
     - complex "not-in"-queries
     - attributes from multi-level linked entities
     - update existing views with altered queries

     2. Querying CRM for information not (easily) found in the CRM UI
     - system / internal entities
     - attributes hidden in CRM UI
     - join on other fields than relationships

     3. Developer assistance
     - Generate C# QueryExpression code from fetch xml
     - Generate OData query string from fetch xml
     - Generate SQL, JavaScript and C# stubs for queries
     - Easy to use UI to compose queries for reports in CRM

     The tool reads metadata from CRM to assist with selecting entities, attributes, relations and to perform validation of condition values.

     To make it even more appealing, there is also the possibility to have it show "Friendly names", which will replace the technical names of entities and attributes with their display names in the users' currently selected language, much like Advanced Find does.

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.2023.11.1 36,892 11/12/2023
1.2023.8.2 27,214 8/21/2023
1.2023.8.1 5,823 8/13/2023
1.2023.2.2 40,332 2/14/2023
1.2022.11.2 20,175 11/23/2022
1.2022.8.1 20,238 8/20/2022
1.2022.5.1 31,457 5/29/2022
1.2022.4.1 12,269 4/24/2022
1.2022.3.1 15,472 3/1/2022
1.2022.2.2 9,435 2/7/2022
1.2022.2.1 2,337 2/6/2022
1.2022.1.5 4,533 1/31/2022
1.2022.1.4 6,636 1/19/2022
1.2022.1.3 3,312 1/17/2022
1.2022.1.2 2,611 1/16/2022
1.2021.10.2 23,346 10/6/2021
1.2021.4.4 34,462 4/1/2021
1.2020.12.3 21,533 12/15/2020
1.2020.12.2 2,259 12/14/2020
1.2020.11.2 10,177 11/13/2020
1.2020.11.1 2,903 11/11/2020
1.2020.9.1 13,451 9/21/2020
1.2020.7.3 12,729 7/22/2020
1.2020.6.2 10,274 6/7/2020
1.2020.5.7 6,223 5/23/2020
1.2019.12.1 24,250 12/2/2019
1.2019.9.1 17,781 9/10/2019
1.2019.4.1 24,408 4/8/2019
1.2019.3.7 8,716 3/15/2019
1.2019.3.6 4,099 3/12/2019
1.2018.12.5 15,767 12/18/2018
1.2018.12.2 3,873 12/14/2018
1.2018.12.1 2,371 12/14/2018
1.2018.8.2 17,866 8/30/2018
1.2018.6.1 14,367 6/15/2018
1.2018.4.2 16,206 4/6/2018
1.2018.2.2 15,860 2/12/2018
1.2018.2.1 7,209 2/1/2018
1.2018.1.3 13,954 1/5/2018
1.2017.10.4 31,585 10/25/2017
1.2017.10.3 6,018 10/24/2017
1.2017.8.1 35,805 8/3/2017
1.2017.6.119 37,992 6/13/2017
1.2017.2.117 58,537 2/9/2017
1.2016.12.115 38,339 12/13/2016
1.2016.7.113 32,357 7/7/2016
1.2016.6.111 9,420 6/23/2016
1.2016.5.109 8,594 5/26/2016
1.2016.5.107 6,178 5/12/2016
1.2016.4.106 4,661 4/28/2016

-- New features--
#170 Save View As... Create a new personal view from existing
#210 Adding option to show dates with local time in result grid
Possible to review previous release notes in Welcome dialog

-- Bug fixes --
#129 Handle values for Fiscal conditions correctly
#205 Don't treat personal views as uncustomizable
#206 Distinct on countcolumn aggregate

-- Internal --
Rebranded with Jonas personal brand
Restructuring with assembly name Rappen.XTB.FXB.dll
Improved fetch schema load for XML validation
Implemented IAboutPlugin for generic access to About dialog