I’ve been working in Navision… Attain… NAV… Business Central (whatever they called themselves) since 1998. It’s been a ride. From the Beginning When I first joined the community as a green (but certified) CA/L developer, I was told by the Solution Center owner how the partners ran their successful businesses. (This was long before Microsoft […]
Category: NAV/BC
For NAV related content
Installing the Business Central Test Framework
I believe in testing I believe strongly in testing. I believe strongly in test-first development, whether you call it TDD or BDD or nothing at all. But to test, you need a testing framework. Microsoft has given us a good one in the AL environment. Demonstration In this brief video I will show how to […]
Pivot Grid in Business Central
Business Central reports are fine for some things, but users demand better control and more features in the 21st century. Pivot Grid Business Central doesn’t provide a pivot grid, but I do. Through custom controls, I wrote a pivot grid in BC using JavaScript with the Business Central tools provided by Microsoft. Demonstration Enjoy this […]
PS Script for Creating a BC Docker Container
The following is a sample PS script I use to create Docker containers. All content in ‘<>’ brackets should be replaced with values. For example: <license file path> might be something like, C://licenses/version 18.flf When this script runs, it will pull the latest container image from microsoft and will overwrite any container of the same […]
Library – Utility Procedures
The test library includes a codeunit named Library – Utility: Codeunit 131000. This documentation lists the functions, their parameters and return values. This list should provide some information useful for creating test functions. Only the code can provide the full description of each function, but this reference should be sufficient for most uses. CreateNoSeries Paramters […]