Partial Records: Interlude

This post was originally meant to be a “down and dirty” look in the platform’s engine room, exploring how Partial Records makes data fetching faster. But to satisfy the AL developers who are always asking for more examples, we will first have to take a quick…

Partial Records: Interlude

This post was originally meant to be a “down and dirty” look in the platform’s engine room, exploring how Partial Records makes data fetching faster. But to satisfy the AL developers who are always asking for more examples, we will first have to take a quick…

Partial Records: Part 1

Previously on this blog the Record type was presented and explored. In that post it was pointed out that the Record type and its accompanying API is large enough to warrant Directions sessions (and blog posts) for merely subsets of it. That was written with great…

Grouping records using a List

I don't know why, but grouping records in in C/AL in the past had always been a difficult topic to understand for new programmers during my development courses. In C/AL the best method was using temporary tables, as in the example below, in which I group…