Kilian #msdyn365bc
kilian-allgaeu.bsky.social
Kilian #msdyn365bc
@kilian-allgaeu.bsky.social
I wanted to share more this year but I'm still not used to share on social media in any platform.
November 7, 2025 at 6:35 AM
The note is now removed. I haven't tried if it's working again, but I would expect it
November 7, 2025 at 6:33 AM
Why isn't this promoted more?
I'm really grateful that you post such information.
I can see the day coming when I have to press a 100 times F5 to get to the correct line for a breakpoint.
August 27, 2025 at 4:56 AM
You did an amazing job!
June 12, 2025 at 10:25 PM
For me, too.
Not perfect but very helpful review.
June 5, 2025 at 3:16 PM
Those fields are displayed depending on the setting
Use Customized Lookup
In the sales / purchase setup.
April 21, 2025 at 1:50 PM
I'm a little bit confused.
Isn't S2S used for API processes?
github.com/microsoft/BC...
The code should exit if the client type is API ...
BCApps/src/System Application/App/Azure AD User Management/src/AzureADUserMgmtImpl.Codeunit.al at main · microsoft/BCApps
Repository for collaboration on Microsoft Dynamics 365 Business Central applications. - microsoft/BCApps
github.com
April 18, 2025 at 10:15 AM
Luckily I've got only three weeks to go.
Then I'll be of work for about three weeks (nearly the whole may).
April 10, 2025 at 7:20 PM
I have a problem with the bcalhelp that I'm following here. I don't like it that old posts are filtered out.

And I'm totally in work since 4 months without a real break.
April 10, 2025 at 7:04 PM
Did you mention first party apps (currently in ALAppExtensions) in your post?
Or did I miss this part on Friday afternoon?
April 4, 2025 at 2:56 PM
I really like this documentation of different type of events.
I really like the manual event pattern, but we aren't able to force manual binding for events.

Is there already an idea for forcing manual event binding?
April 3, 2025 at 6:18 PM
TypeHelper (most used in the past) -> now replaced with several CUs in System App.
DimMgt for any dimension customization.
March 14, 2025 at 9:59 PM
I then downloaded the DLL manually from GitHub for my specific AL Language Version.
Now everything is working again
February 20, 2025 at 7:20 PM
I downloaded the DLL via VS code today. But LinterCop does nothing.
February 20, 2025 at 9:44 AM
I don't know your exact problem but I can really recommend the following check in the BC LinterCop
github.com/StefanMaron/...
LC0075
Community driven code linter for AL (MS Dynamics 365 Business Central) - StefanMaron/BusinessCentral.LinterCop
github.com
February 19, 2025 at 11:42 AM
I'm not talking about enum to interface.
Following scenario:.
I have a Codeunit with an initialize procedure to set a specific interface impl. (e.g. Http Client Handler)
If the initialize method isn't called then I want to use my default/fallback interface impl. I try to get rid of add. Boolean var
February 19, 2025 at 9:04 AM
I can create an issue in the AL repository, too.
But since this is more a platform bug than a AL Language Extension bug, I wouldn't expect that they solve it via a GitHub issue.
February 17, 2025 at 8:19 AM