Why do all my tests show up twice in the test explorer?
Long story, short Because you are using the pre-release of AL Language and you also have AL Test Runner installed. If you are using AL Test Runner then you probably want to switch to the release version of the AL Language extension for now.…
Got a problem with tests hanging indefinitely with AL Test Runner? It may be a problem publishing to your container (an issue in the AL Language extension? github.com/microsoft/AL...). Publish your test app first and set "Publish Before Test" to None or enable publishing from PowerShell. #msdyn365bc
love your posts 😆
Embed Visual Studio Code in Business Central.
Could be a great user experience when you've got a large block of text that you need to display and/or edit.
#msdyn365bc
Hi @evernote.bsky.social, love Evernote, but I don't want Ctrl+Shift+K to launch the search. Can I change that?
Using Azure DevOps Wiki as a WYSIWYG Editor for Your Static Site
Using Azure DevOps Wiki as a WYSIWYG Editor for Your Static Site #msdyn365bc #azure #docfx
Dynamics 365 Business Central: finally we'll have TRUNCATE table in SaaS. 🤩
demiliani.com/2025/08/04/d...
#msdyn365bc
The patches are usually made of organic amino acid crystals…
Truly extraordinary Google AI results. Amazing.
Calling Business Central Directly from a Managed Identity #msdyn365bc
Authenticate directly from your Azure resources into Business Central without an app registration or client secret.
I can't tell if it is foreach or Copilot (or maybe the combination), but everytime I use foreach VS Code goes mad. All sorts of false compilation errors highlighted in the editor but actually compiles when I build.
Foreach does feels a little like a forgotten child of the AL language. #bcalhelp
Calling Business Central APIs without a client secret
How to setup an Azure function to call a Business Central API without the hassle of having to manage and maintain client secrets.
#msdyn365bc
Can we auth web service calls with a managed identity? Telemetry says "successfully authenticated in Microsoft Entra ID but the user does not have any entitlements in Business Central". Also found @demiliani.bsky.social blog which suggests this is not possible. Is that right? #bcalhelp #msdyn365bc
I like a ConfirmationDialog for this kind of thing as well where the enum is rendered as radio buttons. You can limit the options with the AllowedValues property, BUT that is hardcoded 😢 I think I've seen a BCIdea to allow it to be dynamic which would be great.
"Fabric [gestures widely]" - that made me laugh...
...and then sigh
This is cool 👍
Is this ready for a straight switch with alc.exe commands? Are all the same parameters supported?
Another Look at App Integration in Business Central - Part 2 #msdyn365bc
It turns out you can drop the ics file directly into the OWA calendar for a substantially less-bad user experience.
Anyone willing to share data transformation rules that they use to reduce BC telemetry costs? Trimming out authorization calls (RT0004 and RT0003) seems like an obvious place to start? #bcalhelp #msdyn365bc
Writing to the clipboard from Business Central #msdyn365bc
Another use for the WebPageViewer control add-in to add a small layer of UX joy to your apps.
Are the MS marketing team paid per-rebrand?
This is why I've used for several years Outlook web client. Loading an invite from a file is the only reason I would open the desktop app now. "Outlook (new)" is basically a skin for the web client anyway 🤷♂️
Outlook is genuinely baffling. Downloaded an appointment ics file. Outlook (new) opens and...does nothing with it. I select "Outlook" from the open with menu (called "Outlook (classic)" in start menu). Prompts me to set up my account. Evidently the two outlooks don't even share account setup.
Another Look at App Integration in Business Central #msdyn365bc
Problems logging into @evernote.bsky.social web app? The Continue button on the login page remains disabled after I enter my username... 🤔
What are your experiences with Cursor? What are you using it for?
Ouch. That feels...unintended. Thanks for sharing. I'm sure there must be partners using internal tables on the understanding that they cannot be access by anyone else. How about rapidstart come to think of it?
Is IsolatedStorage the only actually protected data then?
Genuine question. Does anyone actually use AI tools to "change the tone" of their writing? Just noticed that it has popped up in Evernote now as well. Who needs that?
OK, thanks for the reply. Still confused as to why the versions don't line up, but have reworked our pipeline:
$feed, $package, $version = Find-BcNuGetPackage -packageName Microsoft.Application.GB -version 23.1.0.0 -select Earliest -nuGetServerUrl $bccontainerhelperconfig.MSAppsNuGetFeedUrl