Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Ad-hoc Analysis for Fixed Assets (new in Business Central 2024 wave 2)

2024 release wave 2 has an out-of-the-box query designed to make ad hoc analysis easier for fixed assets. The new query joins Fixed Assets Ledger Entries with Fixed Asset table, Fixed Asset Class, Fixed Asset Sub-class, Fixed Asset Location and De...

Like ( 0 )
Extended Text for Project Planning Lines

Did you know Extended Text in #MSDyn365BC now works with Projects too? 📝 If you haven’t explored this yet, take 8 minutes to watch my quick ‘how-to’ video and unlock this handy feature! #BusinessCentral #Tips #BC2024Wave2 The post Extended Text ...

Like ( 0 )
Ternary Operator in AL

Ternary operator has been used for some time on a few programming languages. But now, with Business Central 2024 wave 2, AL developers can leverage this operator in their code. Let’s have a look at this 9 minute video on ternary operator and learn...

Like ( 0 )
Create Word Layouts based on schema from RDLC layout

Business Central 2024 wave 2 will make a lot of people happy! Starting with version Business Central 2024 wave 2, users and consultants can now create a word layout for a report that only has a RDLC layout available. Curious how? Watch my short vi...

Like ( 0 )
Decorate your AL code with “this”

“This” was introduced with Business Central 2024 wave 2. If you want to self-reference your codeunit in an external function call, or make field assignments much clearer, then “this” is what you need. Take a look at the video on “this” topic: The...

Like ( 0 )
Scheduled Performance Profiler

Performance Profiler was introduced a few versions ago and it proved to be one of the most useful tools in the hands of users to report back to partners performance issues. I touched on Performance Profiler when it first came out here. Now, with B...

Like ( 0 )
Business Central 2024 Wave 2: Pull extension source from Github via action on web ...

For years, getting the version of the code deployed to a specific tenant, meant a trip to github/DevOps and pulling locally the version of the code deployed to the client. Well, no more! With Business Central 2024 wave 2, if you fill up the right ...

Like ( 0 )
Business Central 2024 Wave 2: Extend and customize profiles from other extensions

With this new feature in Business Central 2024 wave 2, you can now create profile extension objects in your AL code. They can be used to: Please check my YouTube video for a sample profileextension and subscribe! The post Business Central 2024 Wa...