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.
- #100 Quick Actions to easier create sub-nodes.
- #104 Option to generate FetchXML with single or double quotation marks.
- #107 Support for CRM 2016 FetchXML schema.
Bug fixes
- #92 JSon serializer now handles AliasedValue values.
- #87 OlderThanXMonths now renders correct FetchXML.
CRMGridView
- The
CRMGridView
used to display the results is available on NuGet: https://www.nuget.org/packages/Cinteros.Xrm.CRMWinForm - The
CRMGridView
control inheritsDataGridView
, and accepts anEntityCollection
as DataSource. - For a brief tutorial on how to use the CRMGridView, see my blog http://jonasrapp.cinteros.se/2016/01/WinFormDev.html
Contributions
Main creator is still Jonas Rapp since 2014. See on GitHub, Twitter, LinkedIn.