In this video, I demonstrate the concept of date formulas. Both with filter and with the CALCDATE function.
Tag Archives: AL
Please Zip an entire Customer with AL
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.
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 ;
Options VS Enums
To define a variable of type Option, you can’t use the OptionMembers property that’s used on a field of data type Option. You need to list the available options as a comma-separated list after your variable definition.
For example:- Color: Option Red,Green,Yellow;
Dynamics 365 Business Central: the impact of tableextensions
I think that everyone of you already knows that when working with Dynamics 365 Business Central, table extensions are killers for performances. But how much?
That’s a question that I’ve also done to myself a lot of time when working with partners or when creating my own solutions. Is there a “deadline” for how many table extensions can I create for the same table in order to not kill my performances?