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.
Business Central Foundations
10 genuine retained tutorials in this learning area.
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.
Business Central FoundationsHow 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.
Business Central FoundationsWhat 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.
Business Central FoundationsBusiness 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.
Business Central FoundationsWhat 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.
Business Central FoundationsUnderstanding BC (Business Central)
Understanding Business Central by explaining how Microsoft Dynamics 365 Business Central works, including sales, purchase, inventory, and finance processes.
Business Central FoundationsBusiness Central Overview
Business Central overview explaining what Microsoft Dynamics 365 Business Central is, how it works, its key features, and how businesses use it.
Business Central FoundationsBusiness 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.
Business Central FoundationsWho 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.
Business Central FoundationsHow 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.
Business Central Functional Areas
9 genuine retained tutorials in this learning area.
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.
Business Central Functional AreasSales 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.
Business Central Functional AreasPurchase 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.
Business Central Functional AreasInventory 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.
Business Central Functional AreasJobs 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.
Business Central Functional AreasManufacturing 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.
Business Central Functional AreasProduction 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.
Business Central Functional AreasService 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.
Business Central Functional AreasPower 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.
AL Fundamentals
7 genuine retained tutorials in this learning area.
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.
AL FundamentalsWhat 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.
AL FundamentalsCoding 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.
AL FundamentalsAL 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.
AL FundamentalsAL Method Attributes
Learn about AL method attributes in Business Central, including EventSubscriber, IntegrationEvent, TryFunction, and how attributes control method behavior in AL.
AL FundamentalsAL Properties
Learn about AL properties in Business Central and how they control object behavior, appearance, data handling, and runtime execution in AL programming.
AL FundamentalsInbuilt 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.
AL Objects and Extensibility
17 genuine retained tutorials in this learning area.
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.
AL Objects and ExtensibilityTables 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.
AL Objects and ExtensibilityTable 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.
AL Objects and ExtensibilityPages 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.
AL Objects and ExtensibilityPage 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.
AL Objects and ExtensibilityReports 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.
AL Objects and ExtensibilityReport 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.
AL Objects and ExtensibilityXMLPort 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.
AL Objects and ExtensibilityCodeunits 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.
AL Objects and ExtensibilityHow 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.
AL Objects and ExtensibilityEnum 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.
AL Objects and ExtensibilityQuery 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.
AL Objects and ExtensibilityPermission 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.
AL Objects and ExtensibilityPermission 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.
AL Objects and ExtensibilityInterfaces 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.
AL Objects and ExtensibilityControl 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.
AL Objects and ExtensibilityTriggers 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.
Business Central Interview Preparation
4 genuine retained tutorials in this learning area.
Business Central Interview Questions – Overview
A complete guide to preparing for Microsoft Dynamics 365 Business Central interviews. Understand interview levels, skills evaluated, and how to prepare for beginner, moderate, and advanced roles.
Business Central Interview PreparationBeginner Level Business Central Interview Questions
Beginner level Business Central interview questions covering ERP basics, core modules, posting concepts, and introductory AL development for freshers and junior roles.
Business Central Interview PreparationModerate Level Business Central Interview Questions
Moderate level Business Central interview questions covering sales and posting processes, ledger entries, FlowFields, AL development, events, and real-world scenarios for consultants and developers.
Business Central Interview PreparationAdvanced Level Business Central Interview Questions
50+ advanced Microsoft Dynamics 365 Business Central interview questions covering architecture, performance tuning, posting logic, AL design, integrations, and real-world scenarios for senior developers and architects.
Start with Business Central Foundations
Begin with the retained ERP overview and continue through the protected library.