News
18 hours of no containerhelper…
Upgrade to Business Central V17 (part 1) – The Workflow
Errata and Updates to my book and GitHub project
As more people are starting to get into test automation, my book is being used more and more. And as time is moving on it gets outdated more and more, unfortunately. Because of this I have asked my publisher almost a year ago to update the content to be fully in sync with the current state of the product. To no avail (so far).
As part of an internal project at one of the Dutch Microsoft Dynamics 365 BC partners I will be training their developers on this topic and for that have provided them my book. Today one of their eager developers, reading the book upfront and working on the exercises, pointed out to me an anomaly in the code on . This made me realize that it makes sense to share all relevant known errata and needed updates with you on my blog. In the book and on GitHub. Surely the one that developer shared with me is worthwhile to share with all of you. And if I find time the coming weeks I will share more. Shouldn't be too difficult (for many of them) as I already composed a list that used in trying to convince the publisher to go for an update.
Keep an eye on this post, if you want to be updated as I will be updating this topic the coming time.
Book
Chapter 3 - Standard Tests (page 42 in e-book)
In C/SIDE times all tests objects were delivered in two main .fob files, test codeunits and test libraries. No, in AL times these are provided in a vast collection of .app files.
GitHub
app.json
Until BC15 test dependencies were addressed by the Test keyword:
As off BC15 test dependencies should be explicitly referenced in the dependencies collection in the app.json as in this .
See GitHub issue .
Notes
- If you have any question and errata/updates to report feel free to do so below
- Please also note down if you think the book should be updated (this might help to convince the publisher)
Business Central – BCContainer Wizard Steps
Good morning,today we present this short video related to the BCContainer Wizard, a useful tool (powershell based) to use for those who want to start with BC on Docker. This Wizard produces a script (which obviously can also be written by hand …) with the necessary commands to create the docker; the system reads Artifacts, ...
L'articolo proviene da .
Business Central: the “VAT Group” Concepts
Business Central: the “VAT Group” Concepts What is Group VAT Management? VAT groups are formed of individual companies, ideally to lift the VAT burden within the group. From the perspective of VAT reporting, authorities treat a VAT group as one company, which means one VAT Return submission from the group with “aggregated data for the ...
L'articolo proviene da .
Business Central Execute Queries from Pages
Business Central Execute Queries from Pages With the QueryCategory property we can execute a query object from a page (also available in Smartlists) by defining a query in AL; it is possible to declare with a comma separated list where the object can be used, in practice it is added to the list of objects ...
L'articolo proviene da .
Multitenant sandbox containers changes behavior…
Troubleshooting Business Central on Docker
BcContainerHelper configuration
Tip: Text constants in AL
Long time no see, but that’s how it gets every now and then, I guess… Anyway, I am still alive, still kicking, just don’t get to blog as much as I’d hope for, it’s work,…
The post appeared first on .