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 […]
Author: george jeffry
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 […]
Breaking it Down
First Principles The fundamental presuppositions for a system. Rules that are self-evident or axiomatic. The smallest facet of knowledge or logic, regarding a single system, that cannot be further divided. A way of analyzing and learning by starting at the very beginning and building knowledge from the foundation. A system of categorization where building blocks […]
Trust
What a load of malarkey! The idjits running projects have no idea who to trust and they’ve never earned anyone’s trust in their lives; so they lie. From the web site, Scrum.org …trust is a feeling. Trust is a characteristic of a relationship, of many interconnected and overlapping relationships.It may be challenging and complex, but […]
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 […]