Importing and parsing an email with pure AL code
For a project, I needed to parse a raw email (EML) inside Business Central, as there’s no library for this, I started the process of
For a project, I needed to parse a raw email (EML) inside Business Central, as there’s no library for this, I started the process of
There’s nothing like a holiday idle time to experiment with technology, and this holiday I experimented with agents in Business Central, my own agents that
In this video I take a look at defensive programming in AL, explain-it-Like-I’m-5 style. How do we approach defensive programming with practical examples. Check out
In the world of agents and longer-running processes, the need for UI interaction during processes is paramount. Recently, I found myself grabbing an old trip
Being a keyboard warrior in the BC world is a challenge, working within the confines of a browser, the number of available keys is limited.
In this video, I’m trying to bust an old myth around deleting records in AL. I found myself using a pattern that I have used