Dynamics 365 Business Central: introducing the Azure File Share module

I wrote in the past some articles about how it’s important to use Azure Storage for storing files in a Dynamics 365 Business Central project (avoid using blobs and media as much as possible) and I’ve talked about the differences between Azure Blob Storage and Azure File Share, also providing a solution for mapping an Azure File Share as a local drive for data exchange with Dynamics 365 Business Central (link here).

Source : Stefano Demiliani
Read more…

Dynamics 365 Business Central: How to check if there is only one value in the filter for a field (For example, check if number of G/L Account No. filter is greater than 1)

Today I would like to talk about an interesting question I was asked before, is there any way to check if there is only one value in the filter for a field, for example, check if number of G/L Account No. filter is greater than 1.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: Can we access the standard internal table/field (Access Property = Internal) via AL???

Today I’d like to talk briefly about whether or not we have access to the standard internal table/field (Access Property = internal) via AL.

Access modifiers are used to set accessibility of tables, table fields, codeunits, and queries, etc which controls whether the object can be used from other code in your module or other modules.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: introducing the new AllowInCustomization field property

Dynamics 365 Business Central 2023 Wave 2 release (version 23) will introduce the possibility to add any existing table field to a page via page customization (by users for their pages or by admins for a specific profile). This feature will be launched in the October release and listed as a “preview”.

Source : Stefano Demiliani
Read more…

Dynamics 365 Business Central: How to get the id, type, length and value of a field by its text name (field name)

Yesterday I saw an interesting question on the D365 forum, how to use field name to find field id. More details: finding the id of a field using the field name only by using the recref and fieldref
So, in this post, I would like to talk about how to get the id, type, length and value of a field by its text name (field name).

Source : Dynamics 365 Lab
Read more…