Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Let’s pass MB-820: Episode 15 – Reports in AL, a continuation …

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...

Like ( 0 )
Let’s pass MB-820: Episode 14 – Developing reports 101 with AL for Business Central

Learn essential report development skills for #BusinessCentral: ✅ Report properties & triggers ✅ Request pages ✅ DataSet & DataItems items; properties and triggers ✅ Layouts — Github repo — https://github.com/SilviuVirlan/Episode-14-An-intro-to-AL...

Like ( 0 )
Let’s pass MB-820: Episode 13 – Debug and deploy AL extensions

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...

Like ( 0 )
Let’s pass MB-820: Episode 12 – Entitlements, PermissionSets and InherentPermissions

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...

Like ( 0 )
Let’s pass MB-820: Episode 11 – A guided tour of what you can do with page extensions

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...

Like ( 0 )
Let’s pass MB-820: Episode 10 – Pages, what you really need to know

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...

Like ( 0 )
Let’s pass MB-820: Episode 9 – Table extensions what you can and cannot do

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...

Like ( 0 )
Let’s pass MB-820: Episode 8 – Tables, snippets, keys, fieldgroups

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...