Skip to content
Primary Menu
  • Home
  • About
  • Blog
  • Tools
  • Twitter
  • LinkedIn
  • GitHub
Mark Carrington

Data, D365, Diabetes, Lego, …

Month: December 2019

  • Home
  • 2019
  • December
Category: FetchXML/MSDyn365

Inside FetchXML pt 5 – aggregate

Posted On 17th December 201928th September 2020 By Mark Carrington16 Comments

One feature of FetchXML that sets it apart from other CDS query options is aggregates. This is the option to get summary data (number of records, sum of opportunity value etc.) rather than the individual values from each record. If your only concept of how many records you have is Continue Reading

Category: FetchXML/MSDyn365

Inside FetchXML pt 4 – order

Posted On 10th December 201928th September 2020 By Mark Carrington8 Comments

It’s often important to sort the results of your query, and in FetchXML you can do this with the <order> element. This is equivalent to the ORDER BY clause in SQL.

Category: FetchXML/MSDyn365

FetchXML Builder Updates

Posted On 9th December 201928th September 2020 By Mark Carringtoncomment

I’m very proud to have some more of my contributions included in the latest release of the popular FetchXML Builder tool!

Category: FetchXML/MSDyn365

Inside FetchXML pt 3 – filter

Posted On 3rd December 201928th September 2020 By Mark Carrington35 Comments

So far we’ve looked at using the <attribute> and <link-entity> elements to control what columns to include in your query, but for a truly useful query you’ll likely want to select which rows to include instead of taking everything. Enter <filter>!

Copyright © All rights reserved Theme: Infinity Blog by Themeinwp