Tables are the foundation of Microsoft Dynamics 365 Business Central. They are essential for organizing and storing data. There are different types for different purposes. In this guide, you will learn how to create 5 of the most common tables. Along with their pages and the most important properties.
Tag Archives: Table
How to create a setup table and page for your app
Great customizations need a great setup experience. Check out this video for an approach to adding a proper setup area to your app:
Dynamics 365 Business Central: Intellisense will suggest tables for report extension data-items
VS Code IntelliSense features are powered by a language service. A language service provides intelligent code completions based on language semantics and an analysis of your source code. If a language service knows possible completions, the IntelliSense suggestions will pop up as you type.
Dynamics 365 Business Central: Difference between Table Data and Table in Permissions
Today I would like to briefly talk about a very basic topic, what is the difference between Table Data and Table in Permissions.
Dynamics 365 Business Central: Can we extend TableRelation Property through a table extension???
Today I would like to briefly talk about whether we can extend TableRelation Property through a table extension.
In conclusion, yes we can, but with some limitations.
Dynamics 365 Business Central: How to export all Media Contents (bmp, jpg,mp4…) from table 2000000184 “Tenant Media”
Today I would like to talk about how to export all Media Contents from table 2000000184 “Tenant Media” in Business Central.
Dynamics 365 Business Central: How to get fields in the keys of the table (Using KeyRef Data Type)
Today I would like to talk about an interesting method in Business Central customization, how to get fields in the keys of the table.
As you might know, in AL, a key definition is a sequence of one or more field IDs from a table. You can define keys in table objects and table extension objects, depending on the type of key. There are two types of keys: primary and secondary.