web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
#HumpDayHacks: RecreateSalesLines

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...

Tonya 16
Like (0)
GitHub Copilot Playbook: Reusable Prompts

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...

Tonya 16
Like (0)
GitHub Copilot Playbook: Chat Modes

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...

Tonya 16
Like (0)
#HumpDayHacks: Event Subscriptions Page in BC

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 ...

Tonya 16
Like (0)
GitHub Copilot Playbook: Getting Started

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 ...

Tonya 16
Like (0)
#HumpDayHacks – Avoiding Validation Chaos

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...

Tonya 16
Like (0)
Query Methods for Business Central AL Development

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...

Tonya 16
Like (0)
Live Share – VSCode Pair Programming

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...

Tonya 16