Have you ever seen a custom Sales Line field’s data just disappear? You sit
there wondering why is that getting cleared out. There is a procedure on the
Sales Header RecreateSalesLines() that deletes and rebuilds all lines for the
document after k...
Prompts are markdown files that are used by GitHub Copilot to assist in common
development tasks. Instead of having to type out the same instructions, you can
pull prompts into your chat to reuse the logic and speed up your development
workflow. L...
GitHub Copilot is more than a fancy auto-complete, as it offers multiple chat
modes that empower developers to interact with their code in natural language to
streamline development. Whether you need quick answers, automated refactoring,
structure...
Have you ever wondered which apps are listening to specific events in Business
Central? Or maybe you’re troubleshooting why something is behaving unexpectedly.
There is a hidden page that is going to change your debugging style… Page 9510 –
Event ...
In the ever-evolving world of software development, staying ahead of the curve
is crucial. One of the latest tools making waves in the industry is GitHub
Copilot, an AI-powered coding assistant developed by GitHub and OpenAI. This
innovative tool ...
Have you used the AZ AL Dev Tools New AL File Wizard to create objects? It’s
probably as fast as my cats running into the kitchen when they hear the pantry
door open. Quick, efficient, and surprisingly satisfying. But speed isn’t
everything, espe...
Queries are powerful tools for data analysis within Business Central, allowing
us to perform a range of calculations that help us aggregate and make sense of
our data. To do this, we set a Method property on a chosen column within our
query, which...
As a developer, we oftentimes participate in code reviews where we are either
sharing our screen, or viewing someone else’s code. How hard is it to identify
where some code needs to be changed, or it’s hard to follow someone navigating
through the...