I did something similar for a customer, where also created a SharePointGraphClient, instead of using the default one.
I did something similar for a customer, where also created a SharePointGraphClient, instead of using the default one.
BC TechDays 2026 Call for Speakers: 5 Dec - 5 Apr
The #BCTechDays 2026 𝗖𝗮𝗹𝗹 𝗳𝗼𝗿 𝗦𝗽𝗲𝗮𝗸𝗲𝗿𝘀 𝗼𝗽𝗲𝗻𝘀 𝗼𝗻 𝟱 𝗗𝗲𝗰𝗲𝗺𝗯𝗲𝗿.
This year, we’re introducing a new structure with two separate deadlines:
⚒️ Workshop proposals: submit on or before 5 February
🎤 Session proposals: submit on or before 5 April
🌐 mibu.so/cfs26
#MSDyn365BC roadmap for 2026 release wave 1 from #DirectionsEMEA #EMEA2025
Your Engage home network might display the missing BC community again - but that entry still links to the old URL, and no new one has been announced yet. We need to stay patient.
The 𝗕𝗖 𝗣𝗮𝗿𝘁𝗻𝗲𝗿 𝗖𝗼𝗺𝗺𝘂𝗻𝗶𝘁𝘆 𝗼𝗻 𝗬𝗮𝗺𝗺𝗲𝗿 will very soon move to Viva Engage. Community members will be automatically migrated between now and the end of November 2025.
If you are not yet a member, submit this form to join: aka.ms/BCVivaEngage
#msdyn365bc
As a #vscode developer, you might experience that many of your extensions are now marked as "no longer available on the Extension Marketplace".
I suppose this will be fixed soon, and it is not related to the affected extensions:
github.com/microsoft/vs... (thanks @bc.jeremy.vyska.info)
Have a nice holiday!
When your tests suddenly fail for test pages in NextMajor (BC 27), check whether FlowFields are involved. Due to the new Feature "Calculate only visible FlowFields", you might need an additional CalcFields now.
𝗦𝗲𝘁𝘁𝗶𝗻𝗴 𝗰𝗼𝗻𝗱𝗶𝘁𝗶𝗼𝗻𝗮𝗹 𝗯𝗿𝗲𝗮𝗸𝗽𝗼𝗶𝗻𝘁𝘀
learn.microsoft.com/en-us/dynami...
🆕 Note:
At this point conditional breakpoints aren't supported in version 26.0 and later due to necessary changes in the platform. We're investigating this issue and will update the documentation accordingly.
I was able to create a container for NAV 2016, what error are you getting?
New docs article for #msdyn365bc:
🆕 𝗔𝗣𝗜 𝗲𝗻𝗱𝗽𝗼𝗶𝗻𝘁 𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲
learn.microsoft.com/en-us/dynami...
This article explains how the endpoint URLs for APIs are constructed and provides examples from different types of APIs.
Hey developers for #msdyn365bc:
You don't always have to clone a repository just to perform a code search. Try these two web-based alternatives!
My new blog:
𝗦𝗲𝗮𝗿𝗰𝗵 𝗰𝗼𝗱𝗲 𝗼𝗻 𝗚𝗶𝘁𝗛𝘂𝗯 𝗶𝗻 𝘁𝗵𝗲 𝗯𝗿𝗼𝘄𝘀𝗲𝗿
nataliekarolak.wordpress.com/2025/07/01/s...
Wow that is a very extended and detailed list! Great work!
You want to code in AL more efficiently, but you don't know which VS Code extension to use?
You are a VS Code extension developer searching for features that do not exist yet?
Search no more - but take a look:
nataliekarolak.wordpress.com/2023/06/15/v...
#msdyn365bc
A picture of a screen showing an Excel with all sessions scheduled for BC TechDays 2025
That's a wrap! All sessions for #BCTechDays 2025 are scheduled.
We will update the conference website shortly.
Picture of Freddy
Thank you @freddydk.bsky.social
Dynamics 365 Business Central: Overview of all available action (button) icons/images yzhums.com/64155/
#Dynamics365
#Dynamics
#MSDyn365
#MicrosoftDYN365
#MSDyn365BC
#businesscentral
#msdyn365bc AL Tool now supports compile - try it out using the AL dotnet tool.
al compile /project:<your project path>
In case you went to #ColorCloud in #Hamburg last week and want to know more about the topic @tobiasfenster.io and I talked about: go and check out the new blog post
simonofhh.tech/2025/04/27/g...
It was great talking with all of you there 🌈😊
Just tested it out! Indeed very cool!
Absolutely awesome session on code generation (AL) for API calls based on Open API. Mind blowing .. this deserves all the attention!
Thanks Simon and Tobias for switching to English!
@colorcloudrocks.bsky.social #msdyn365bc
What about using: Bytes: List of [Byte]; ? instead of a classic array, a list does not suffer from a fixed size limitation.
@nataliekarolak.bsky.social has been concerned about the lack of activity on BSky. I have a suggestion. How about garbage collection? Seems to be a good topic to talk about.
www.keytogoodcode.com/post/garbage...
Retrieve the current call stack during the execution of AL code using Sessioninformation.Callstack in business central.
ammolhsaallvi.blog/2025/04/08/s...
#msdyn365bc
#businesscentral
bsky.app/profile/nata...
Nice collection!
Something new is coming to the LinterCop 🤗
foreach TestText in '1.2.3.4.5.P.I'.Split('.') do
Not my own discovery, but ... That's a clever pattern for repeatable text dissection!
(foreach will call a procedure that converts some text variable with the TestText input.)