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

Data, D365, Diabetes, Lego, …

MSDyn365

  • Home
  • MSDyn365
  • Page 12
Category: FetchXML/MSDyn365

Inside FetchXML pt 6 – datetime grouping

Posted On 6th January 202028th September 2020 By Mark Carrington12 Comments

Last time I looked at aggregates, but unforgivably I missed out how to apply grouping to date/time attributes:

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>!

Category: FetchXML/MSDyn365

Inside FetchXML pt 2 – link-entity

Posted On 25th November 201928th September 2020 By Mark Carrington1 Comment

To combine data from different records in your query you need to use the <link-entity> element. This is equivalent to a join in SQL.

Category: FetchXML/MSDyn365

Inside FetchXML pt 1 – attribute

Posted On 19th November 201928th September 2020 By Mark Carrington4 Comments

As promised, I’m starting a series of blog posts covering various aspects of FetchXML and the humble <attribute> element seems like a good place to start.

Category: MSDyn365/SQL 4 CDS

SQL 4 CDS Update!

Posted On 12th November 201928th September 2020 By Mark Carringtoncomment

Firstly, thank you to everyone who’s shown an interest in my SQL 4 CDS XrmToolBox tool! I’ve been busy working on the difficult second release, and I’m pleased to announce version 1.0.3 is in the new Tool Library today!

Category: MSDyn365/SQL 4 CDS

Query CDS with SQL!

Posted On 16th October 201928th September 2020 By Mark Carrington12 Comments

If you’re anything like me you probably find querying the data in CDS a pain, either using the Advanced Find interface or writing FetchXml. Tools such as FetchXMLBuilder help a lot, but I still think about the query I want to write in good-old SQL and then have to translate Continue Reading

Category: MSDyn365/MSDyn365 Internals

MSDyn365 Internals: Merge Permissions

Posted On 31st August 201912th October 2021 By Mark Carrington19 Comments

The ability to merge records is a powerful one in keeping control of your data quality within PowerApps / D365. It can also be deceptively complex. As we’ve been living & breathing this area of the platform for several years during the development of data8 duplicare, we’ve seen a lot Continue Reading

Posts navigation

Previous 1 … 11 12 13 Next

Copyright © All rights reserved Theme: Infinity Blog by Themeinwp