Parsing an email body with pure AL – Part 2
Here’s the conclusion of the marathon coding session, parsing emails in pure AL. This time, the email’s content is handled. Check out the video:
Here’s the conclusion of the marathon coding session, parsing emails in pure AL. This time, the email’s content is handled. Check out the video:
Recently, I did a small change to one of my apps, and suddenly everything came to a crawl. Turned out it was the usage of
Here’s a fun one. What if you could use SQL inside Cloud Business Central? In this video, we’re going to do just that. Check out
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