In this video, I show how to create a Zip file from Business Central. I Zip all the invoices on a customer into a single zip file.
Dynamics 365 Business Central: How to customize post options (Dialog: Ship, Invoice, Ship and Invoice)
I saw a new problem in Dynamics 365 Business Central/NAV User Group today. “How to remove the Receive & Invoice option in the PO Posting?”
So in this blog, we will discuss how to customize post options (Dialog: Ship, Invoice, Ship and Invoice) in the SO or PO posting.
Actually I shared this topic in Japanese in August last year. In order to let more developers find it, I world like to post it again in English this time.
How to extend Business Central API without extensions
As most of you, I guess know, it is not allowed to extend Business Central API’s. This page type cannot be extended by creating a page extension object. Instead, you must create a new API by adding a page object
However, sometimes we just need to send more data about the entity: Customer, Vendor, Sales/Purchase documents etc.
Through the looking glass – Prism for AL
The old Prism tool for C/AL has come in a version for AL. In this video, I take a first look at the tool:
My JSON To AL Converter
Since I am very lazy and I didn’t find any AL code generator I decided to develop it on my own. My app gets a JSON file as input and, for each entity present, it automatically generates three files :
1) the AL table ;
2) the AL page ;
3) the AL API page ;
Docker Basics
Like any other software, Docker introduces users to a new range of terminology related to its services. Users need to get familiar with concepts such as Dockerfiles, images, containers, and other Docker-specific words.
Once you have mastered the vocabulary, the next step is to get used to using Docker commands. A list of all the commands and options is quite extensive and would take time to learn them all by heart.
Docker Maintenance
Continuing from where we left in previous post, if not seen you can visit here.
During development, your resource utilization can grow unorganized with old, outdated, and unused components. Where you may require maintenance to manage, free resources and reclaim for other uses.