I just released a new version for the BusinessCentral.LinterCop. This rule is similar to the PTE0004 from Microsoft which checks for your tables to have a TableData permission set. All the other permissions are not covered. After some discussion and some thoughts I ended up also including the check for TableData in LC0015. If youContinue reading “Bugfixes for LinterCop Rule LC0015”
Tag Archives: BusinessCentral
Business Central LinterCop with older Versions of BC
If you want to run pipelines with the LinterCop, you can use Run-ALPipeline and pass in the path to the LinterCop.dll via the parameter – CustomCops. But when running pipelines for various versions of BusinessCentral you might encounter errors like this: The reason for this is, that every BusinessCentral image ships with the exact versionContinue reading “Business Central LinterCop with older Versions of BC”
How to takle all the challenges with BC SaaS?
It’s been a while since my last blog post and this time its not about a technical topic. I have just watched the (right now) latest video from @SteveEndow and he asks a lot of questions and leaves open the answers. I just feel like I could share a few of my thoughts about someContinue reading “How to takle all the challenges with BC SaaS?”
Updates on my LinterCop project
In the last days, I managed to get some new updates for you released. Since this would be too much for a tweet, I will summarize here what changed, what will change in the next days (hopefully 🙃 ), and what is planned for future updates. What changed lately? Pipelines and automated builds The biggestContinue reading “Updates on my LinterCop project”
Be careful with dynamic code
I believe there is a time in every AL developers live where he discovers the power of RecordRef and FieldRef. It is surely Incredible what you can achieve with these tools and how fast you can deliver a pretty good working piece of code. At least this is the way I remember my first solutionsContinue reading “Be careful with dynamic code”
MSDyn365BC.Code.History got a few updates!
Over the last few month a collected a few requests to improve or change the MSDyn365BC.Code.History repository. Last weekend I finally managed to address them and since Sunday I rebuild the whole Repository. Today its finally going live: https://github.com/StefanMaron/MSDyn365BC.Code.History Include Translation files Since today, (hopefully) all translation files are included. I never did this butContinue reading “MSDyn365BC.Code.History got a few updates!”
Validate a commit before it is committed
Recently there was this question about how to do version numbering when working with AL Apps and automatic builds: It started a discussion about when to update which part of the version number and how that is done. The discussion will be continued today (10th June 2021 9pm CEST) on Discord if you are interestedContinue reading “Validate a commit before it is committed”
Upgrade a BC CRONUS Database using Docker
A few days ago I streamed how I try to upgrade a Business Central CRONOS Database just using docker: Apart from a few throwbacks it went quite well, but better watch yourself 😉 However, I promised to publish the script I created so you don’t need to write it down from the video. This fileContinue reading “Upgrade a BC CRONUS Database using Docker”
Code review: Loop over an Enum
So I came across this post from ThatNavGuy: Looping Through Enum – That NAV guy (wordpress.com) He shows an example on how to loop over an enum. The goal is to have the enum pointing to the next value on each iteration. Since this community is about sharing knowledge and learning from each other, IContinue reading “Code review: Loop over an Enum”
Business Central and Multiline Fields
I may introduce you to the “Microsoft.Dynamics.Nav.Client.WebPageViewer”. This is an awesome small controladdin shipped by microsoft. You can not only embed webpages in Buisness Central but you can also pass your own html!