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…

Show Microsoft translations when hovering over field names in VS Code

This post is especially interesting for the people whose native language is not English. Do you know the feeling? You are looking at the source code of some .al object and you come across a field name that means absolutely nothing to you. It would be helpful for you if you could see the translation of this field name into your native language.

Source : Business Central Deep Dive
Read more…