We discussed in the last episode about introductory concepts about AL reports:
report properties, report triggers, dataset, dataitems … Let’s continue today
with additional concepts and features you’ll be tested in MB-820: ✅
UsageCategory & Access...
In this episode, you will learn about debugging AL projects, securing your IP,
generate documentation on the fly with ALDoc and make it available via a github
website, debug production environments with snapshot debugging, get started with
perform...
In the NAV days the access to the ERP system was done through a combination of a
license file and permission sets. You would have requested the license from
Microsoft through your partner, loaded on the server, and the permissions would
be assigne...
The “Page Extension” is the object type in Business Central designated to allow
a developer to change the user interface of an existing page using AL. You will
learn: 🌟 how to hide a field 🌟 add a new field 🌟 move groups around 🌟 use
Personali...
The “Page” is the object type in Business Central designated to represent the
user interface for different entities. In my latest Youtube video you will
learn: 🌟 architecture of a BC page 🌟 types of AL pages 🌟 page layouts 🌟 link
pages to page...
Last video I looked at table objects, the backbone for making data persistent in
the database. But what do you do if the schema defined in dependent extensions,
is not exactly what the customer needs? What can you change and what you cannot
change...
Business Central is an ERP system that manages data. Data is stored in tables,
and Business Central has a way to manage SQL server tables, via objects of type
tables. Watch the video and not only to learn the topics for MB-820, but also
start writ...