Skip to content

Releases: rappen/FetchXMLBuilder

Beta-1.2018.0.1005

18 Jan 11:16
Compare
Choose a tag to compare
Beta-1.2018.0.1005 Pre-release
Pre-release

Prerelease fixing bug #191 for aggregate queries.
Prerelease fixing bug #194 for multiple parallel filter nodes.
Also introducing Azure Application Insights for analytics.

Follow @FetchXMLBuilder on Twitter for all the latest news!


Prerequisites
FetchXML Builder version 1.2018.x must be installed before this beta is installed.

Instructions

  1. Download FXB.1.2018.0.1005.zip (source code archives are not relevant to run FXB)
  2. Right-click downloaded file and select Unblock if available
  3. Create folder Plugins under existing XrmToolBox folder
  4. Unpack all files from downloaded zip to the new Plugins folder
  5. Run XrmToolBox

Troubleshooting
This version uses the same DockPanel library as Plugin Trace Viewer, so make sure you have an updated version of that plugin, or that it is not installed.
If an older version of PTV is installed, you may face this error:

Exception 1
System.IO.FileNotFoundException: Could not load file or assembly 'WeifenLuo.WinFormsUI.Docking, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481' or one of its dependencies. The system cannot find the file specified.
File name: 'WeifenLuo.WinFormsUI.Docking, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481' 

Solution is to delete file:
c:\Users\<username>\AppData\Roaming\MscrmTools\XrmToolBox\Plugins\Cinteros.XTB.PluginTraceViewer.dll
and then restart XrmToolBox.

FetchXML Builder 1.2016.5.107

12 May 15:19
Compare
Choose a tag to compare

FetchXML Builder 1.2016.4.106

04 May 15:00
Compare
Choose a tag to compare

FetchXML Builder 1.2016.3.96

04 Mar 13:50
Compare
Choose a tag to compare

Compatibility issues with XrmToolBox resolved

Improvements

  • #115 Open View now displays all customizable views.
  • #114 URLs to open records from activitypointer and activityparty fixed.
  • #112 It is now possible to open related records (lookup fields) from result grid view.
    image

FetchXML Builder 1.2016.3.95

01 Mar 18:25
Compare
Choose a tag to compare
Pre-release
#117 Updating to use XrmToolBox 1.2016.2.28 as dependency

FetchXML Builder 1.2016.1.93

29 Jan 11:48
Compare
Choose a tag to compare

New result grid, Quick Actions, and more...

The view displaying query results now supports copying data, reordering columns, show/hide id and index columns, etc.

New features

#63 CRMGridView used to display query results.
image

#100 Quick Actions to easier create sub-nodes.
image

#104 Option to generate FetchXML with single or double quotation marks.
image

#107 Support for CRM 2016 FetchXML schema.

Bug fixes

#92 JSon serializer now handles AliasedValue values.
#87 OlderThanXMonths now renders correct FetchXML.

CRMGridView

FetchXML Builder 1.2015.12.77

22 Dec 08:57
Compare
Choose a tag to compare

Support for CRM 2016

This release is supported by Microsoft Dynamics CRM 2016 and XrmToolBox v.1.2015.12.20 (or later).

These versions require use of CRM SDK version 8.*

Bug fixes

#93 OData filter for primary id creates incorrect query
#94 OData query generates error if no attributes are selected
#98 Show all entities and attributes when config file is missing

FetchXML Builder 1.2015.10.72

28 Oct 14:41
Compare
Choose a tag to compare

Generate OData query from FetchXML

Official release for OData feature (issue #4) including bugfix #86.

  • Select option Show OData Equivalent

image

  • At the bottom the url will be displayed and updated on the fly as you build your query. Click the url to open the query in a browser, och right click to copy the url.

image

Bug fixes

#86 Bug in OData with filter on statecode and statuscode
#79 QueryExpression code bugs
#81 QueryExpression link-entity attributes were reversed
#83 Link-entity control crashed when selecting invalid relation

FetchXML Builder 1.2015.10.71

27 Oct 13:48
Compare
Choose a tag to compare

Generate OData query from FetchXML

First official release for issue #4.

  • Select option Show OData Equivalent

image

  • At the bottom the url will be displayed and updated on the fly as you build your query. Click the url to open the query in a browser, och right click to copy the url.

image

Bug fixes

#79 QueryExpression code bugs
#81 QueryExpression link-entity attributes were reversed
#83 Link-entity control crashed when selecting invalid relation

FetchXML Builder 1.2015.10.68

23 Oct 11:10
Compare
Choose a tag to compare
Pre-release

#4 Beta for first OData generation functionality.

Select option Show OData Equivalent

image

At the bottom the url will be displayed and updated on the fly as you build your query. Click the url to open the query in a browser, och right click to copy the url.

image

This beta is published for feedback on functionality. It still lacks support for link-entities, some condition operators etc.

Feedback here: #4