315 results for CS

Business Central SaaS Environment Triggers

So – thanks to my colleague Márton Sági (the AL Studio guy ;-)), I came across a quite interesting, but highly under-documented ability today in Business Central. One that makes the below post purely based on assumptions ;-), since it’s undocumented, and resides only in the platform part of Business Central (so there isn’t much …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/03/24/business-central-saas-environment-triggers/

Business Central API – leave out CompanyId from the URL

Here’s a nice trick I wanted to share with you simply because I didn’t know this was possible (probably a lot of you already know, but if not – here you go ;-)). It could come in handy in some situations. You probably are very aware about how we’re supposed to use Business Central API’s …

Continue reading

Permanent link to this article: https://www.waldo.be/2022/02/28/business-central-api-leave-out-companyid-from-the-url/

Happy Holidays!

Hey y’all. I just wanted to send my Holiday wishes to the community I value so much. It’s been another crazy year in terms of the world being upside down by this freaking virus. However, it has also shown us how strong this amazing community is – finding new ways to connect, share insights, or …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/12/24/happy-holidays/

The “Universal Code Initiative”

A few months ago, I blogged about a new initiative from Microsoft: Microsoft Dynamics 365 Business Central Publisher program. At Directions EMEA, we got more insights to the program. There is still the same focus and intention – but with a different approach and name. I’d like to go more into details on that, as …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/12/23/microsoft-dynamics-365-business-central-universal-code-initiative/

The “ALGuidelines.Dev” initiative – revival of a diamond

The cat is already out of the bag – since a few days, people already discovered it .. but the plan was to “launch” the initiative today .. so .. here we go .. ;-). As you can see on one of my previous posts – I initially was planning to share a bunch of …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/11/19/the-alguidelines-dev-initiative-revival-of-a-diamond/

AL Development guideline 1: the “NAV Design Patterns Wiki”

Not too long ago, I followed one of Steve Endow’s amazing livestreams where he was talking about BC Coding Guidelines together with Henrik and Jeremy. And what I noticed was that it appeared to be that “coding guidelines” – whatever they are for you – are hard to find – at least if you’re searching …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/10/05/al-development-guideline-1-the-nav-design-patterns-wiki/

Can you “force” VSCode extensions on your team’s PC’s?

You must have seen the launch of Vjeko’s extension: the “AL Object ID Ninja”. If you haven’t, well, let me make your day and show you some resources: AL Object ID Ninja – Vjeko.com AL Object ID Ninja v1.1.0 released – Vjeko.com AL Object ID Ninja – Visual Studio Marketplace vjekob/al-objid: Vjeko.com AL Object ID …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/09/17/how-to-force-vscode-extensions-on-your-teams-pcs/

The complexity of complex return types – Looping a record return type (extended)

Short post Do you remember my post about The complexity of complex return types? And the update The complexity of complex return types (updated) – Looping a record return type? Well, since the release of Microsoft Dynamics 365 Business Central 18.4, I have a another update for you! Let’s call it an “extension” for the …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/08/27/the-complexity-of-complex-return-types-looping-a-record-return-type-extended/

Protected Variables

“Protected Variables” might not be a familiar topic in the Business Central world. It was at least not that familiar to me ;-). So I wanted to make a small post to make this more known in the community, so that at least you are aware that it exists .. and it might give you …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/08/26/protected-variables/

The complexity of complex return types

Since Business Central 2021 Wave 1 – v18, if you will – we are able to return about ANY type from a procedure. For many languages, that’s the most normal thing, but for Business Central’s AL language, it was not. So, at the time this was announced, many people were ecstatic and talking about it …

Continue reading

Permanent link to this article: https://www.waldo.be/2021/07/06/the-complexity-of-complex-return-types/