Tutorial Pillar

Microsoft Dynamics 365 Business Central & AL

Learn from 47 genuine retained tutorials covering ERP foundations, Business Central functional areas, AL development, extensibility and interview preparation.

  • Protected URLs
  • Real Content
  • AL Code
  • Reviewed Tutorials
Step-by-Step LearningStructured genuine guidance from concepts to implementation.
Real AL ExamplesRetained code, workflows and outcomes.
Named Technical AuthorReal authorship and correction path.
Protected LibraryAll existing article filenames retained.

Business Central Foundations

10 genuine retained tutorials in this learning area.

Business Central Foundations

What is ERP (Enterprise Resource Planning)?

Learn what ERP (Enterprise Resource Planning) is, why it exists, core ERP principles, common modules, deployment models, and how ERP works in Microsoft Dynamics 365 Business Central.

Genuine tutorialProtected URL
Business Central Foundations

How ERP Works in Business Central

Understand how ERP works in Microsoft Dynamics 365 Business Central, including core modules, data flow, transaction posting, and real-time integration across finance, sales, purchase, and inventory.

Genuine tutorialProtected URL
Business Central Foundations

What is Microsoft Dynamics NAV?

Learn what Microsoft Dynamics NAV is, its history, core features, architecture, customization model, and how it evolved into Dynamics 365 Business Central.

Genuine tutorialProtected URL
Business Central Foundations

Business Central vs Dynamics NAV

Understand the difference between Microsoft Dynamics NAV and Dynamics 365 Business Central. Learn about cloud strategy, development changes, licensing, and upgrade considerations.

Genuine tutorialProtected URL
Business Central Foundations

What is Microsoft Dynamics 365 Business Central?

Microsoft Dynamics 365 Business Central is an ERP solution for small and mid-sized businesses. Learn features, modules, benefits, and real-world use.

Genuine tutorialProtected URL
Business Central Foundations

Understanding BC (Business Central)

Understanding Business Central by explaining how Microsoft Dynamics 365 Business Central works, including sales, purchase, inventory, and finance processes.

Genuine tutorialProtected URL
Business Central Foundations

Business Central Overview

Business Central overview explaining what Microsoft Dynamics 365 Business Central is, how it works, its key features, and how businesses use it.

Genuine tutorialProtected URL
Business Central Foundations

Business Central Cloud vs On-Premise

Understand the difference between Business Central Cloud and On-Premise deployment. Compare architecture, customization, updates, security, cost, and scalability to choose the right model.

Genuine tutorialProtected URL
Business Central Foundations

Who Should Learn Business Central?

Discover who should learn Microsoft Dynamics 365 Business Central, including business users, accountants, consultants, developers, solution architects, students, and decision makers.

Genuine tutorialProtected URL
Business Central Foundations

How Companies Implement and Use Business Central

Learn how companies implement and use Microsoft Dynamics 365 Business Central, covering ERP implementation phases, real-world usage, business processes, customization, and daily operations.

Genuine tutorialProtected URL

Business Central Functional Areas

9 genuine retained tutorials in this learning area.

Business Central Functional Areas

Finance Module in Business Central

Learn how the Business Central Finance Module works, including general ledger, posting logic, VAT, dimensions, financial statements, and integration with sales, purchase, and inventory in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Sales Module in Business Central

Learn how the Business Central Sales Module works, including sales quotes, orders, shipments, invoices, posting logic, and integration with inventory and finance in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Purchase Module in Business Central

Learn how the Business Central Purchase Module works, including purchase quotes, orders, receipts, invoices, posting logic, and integration with inventory and finance in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Inventory Module in Business Central

Learn how the Business Central Inventory Module works, including items, stock movements, inventory valuation, costing methods, posting logic, and integration with sales and purchase in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Jobs Module in Business Central

Learn how the Business Central Jobs Module works, including project setup, job tasks, budgeting, cost tracking, revenue recognition, and integration with finance and purchasing in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Manufacturing Module in Business Central

Learn how the Business Central Manufacturing Module works, including production orders, bills of materials (BOM), routings, capacity planning, costing, and integration with inventory and finance in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Production Module in Business Central

Learn how the Business Central Production Module works, including production orders, consumption, output posting, capacity usage, and integration with manufacturing, inventory, and finance in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Service Module in Business Central

Learn how the Business Central Service Module works, including service items, service orders, service contracts, posting logic, and integration with finance and inventory in ERP.

Genuine tutorialProtected URL
Business Central Functional Areas

Power Platform and Business Central

Learn how Microsoft Power Platform integrates with Dynamics 365 Business Central. Understand Power BI, Power Automate, Power Apps, Dataverse, and real-world ERP extension scenarios.

Genuine tutorialProtected URL

AL Fundamentals

7 genuine retained tutorials in this learning area.

AL Fundamentals

Getting Started with AL in Business Central

Learn how to get started with AL language in Business Central. Understand what AL is, who should learn it, prerequisites, and how AL development works.

Genuine tutorialProtected URL
AL Fundamentals

What Is AL and How to Code in AL

Understand what AL language is and how to code in AL for Business Central. Learn AL fundamentals, development approach, and how AL programming works.

Genuine tutorialProtected URL
AL Fundamentals

Coding with AL – Overview

Get an overview of coding with AL in Business Central. Learn how AL development works, project structure, objects, compilation, and extension-based development concepts.

Genuine tutorialProtected URL
AL Fundamentals

AL Data Types and Methods

Learn about AL data types and methods in Business Central. Understand simple and complex data types, procedures, functions, and how methods work in AL programming.

Genuine tutorialProtected URL
AL Fundamentals

AL Method Attributes

Learn about AL method attributes in Business Central, including EventSubscriber, IntegrationEvent, TryFunction, and how attributes control method behavior in AL.

Genuine tutorialProtected URL
AL Fundamentals

AL Properties

Learn about AL properties in Business Central and how they control object behavior, appearance, data handling, and runtime execution in AL programming.

Genuine tutorialProtected URL
AL Fundamentals

Inbuilt Functions in AL

A complete overview of inbuilt functions in AL for Microsoft Dynamics 365 Business Central. Understand their purpose, categories, execution rules, and role in real-world AL development.

Genuine tutorialProtected URL

AL Objects and Extensibility

17 genuine retained tutorials in this learning area.

AL Objects and Extensibility

Objects in AL

Learn about objects in AL and how they are used in Business Central. Understand different AL object types, their roles, and how objects form the foundation of AL development.

Genuine tutorialProtected URL
AL Objects and Extensibility

Tables in AL

Learn about tables in AL and how they store data in Business Central. Understand table objects, fields, keys, triggers, and how tables work in AL development.

Genuine tutorialProtected URL
AL Objects and Extensibility

Table Extensions in AL

Learn about table extensions in AL and how to extend existing tables in Business Central. Understand adding fields, modifying keys, and best practices for table extensions.

Genuine tutorialProtected URL
AL Objects and Extensibility

Pages in AL

Learn about pages in AL and how they define the user interface in Business Central. Understand page objects, page types, layout, actions, and UI behavior in AL.

Genuine tutorialProtected URL
AL Objects and Extensibility

Page Extensions in AL

Learn about page extensions in AL and how to extend existing pages in Business Central. Understand adding fields, actions, layout changes, and best practices for page extensions.

Genuine tutorialProtected URL
AL Objects and Extensibility

Reports in AL

Learn about reports in AL and how they are used in Business Central. Understand report objects, datasets, layouts, processing-only reports, and reporting concepts in AL.

Genuine tutorialProtected URL
AL Objects and Extensibility

Report Extension in AL

Learn what Report Extension in AL is and how it is used to extend standard reports in Business Central without modifying base objects. Understand structure, use cases, and best practices.

Genuine tutorialProtected URL
AL Objects and Extensibility

XMLPort in AL

Learn about XMLPort in AL and how it is used for data import and export in Business Central. Understand XMLPort objects, schemas, mappings, and data exchange concepts.

Genuine tutorialProtected URL
AL Objects and Extensibility

Codeunits in AL

Learn about codeunits in AL and how they are used to implement business logic in Business Central. Understand codeunit objects, procedures, events, and execution patterns in AL.

Genuine tutorialProtected URL
AL Objects and Extensibility

How to Extend Codeunits in AL

Learn how to extend codeunits in AL using events, subscribers, and interfaces in Business Central. Understand safe extension patterns without modifying base codeunits.

Genuine tutorialProtected URL
AL Objects and Extensibility

Enum in AL

Learn about enums in AL and how they define enumerated values in Business Central. Understand enum objects, enum extensions, and how enums replace option fields in AL.

Genuine tutorialProtected URL
AL Objects and Extensibility

Query Object in AL | Business Central AL Data Querying

Learn about the query object in AL and how it is used to retrieve and aggregate data in Business Central. Understand query objects, data items, joins, and filtering concepts in AL.

Genuine tutorialProtected URL
AL Objects and Extensibility

Permission Sets in AL

Learn about permission sets in AL and how they control access in Business Central. Understand permission sets, object permissions, and security concepts in AL development.

Genuine tutorialProtected URL
AL Objects and Extensibility

Permission Set Extension in AL

Learn about permission set extensions in AL and how to extend existing permission sets in Business Central. Understand adding permissions safely without modifying base permission sets.

Genuine tutorialProtected URL
AL Objects and Extensibility

Interfaces in AL

Learn about interfaces in AL and how they enable abstraction and extensibility in Business Central. Understand interface objects, implementations, and design patterns in AL development.

Genuine tutorialProtected URL
AL Objects and Extensibility

Control Add-ins in Business Central

Learn about control add-ins in Business Central and how they enable custom UI, JavaScript, and HTML integration. Understand control add-in architecture and usage in AL development.

Genuine tutorialProtected URL
AL Objects and Extensibility

Triggers in AL

Understand triggers in AL and how they control execution flow in Business Central. Learn table triggers, page triggers, report triggers, XMLPort triggers, and best practices.

Genuine tutorialProtected URL

Start with Business Central Foundations

Begin with the retained ERP overview and continue through the protected library.

Start the first tutorial

Stay Updated

Get the latest tutorials, tips and resources delivered to your inbox.

ADVERTISEMENT
ADVERTISEMENT