Microsoft Dynamics 365 Business Central Technical Combo Training

3896 Learners

The Microsoft Dynamics 365 Business Central Technical Combo Training is ideal for the developers. PR Tech Skills is a certified training partner of Microsoft. Backed by a team of Microsoft-accredited training partner, this training company has gained an upper hand in providing this course. This course combines three courses on Dynamics 365 Business Central, and these courses are Using AL in Microsoft Dynamics 365 Business Central Training, Development Environment Introduction in Microsoft Dynamics 365 Business Central Training, and Development Environment Solution Development in Microsoft Dynamics 365 Business Central Training.

Owing to its prime location, highly equipped classrooms, experienced team of instructors, hands-on training, real-life examples, Multisoft has been able to attain words of intense appreciation from the Microsoft Dynamics 365 Business Central professionals. Furthermore, we charge minimum and believe in lifetime relationships with our training aspirants.

In its successful completion, you will learn::
  • You will become a master of Microsoft Dynamics 365 Business Central after earning all these courses of this combo training.
Target Audience
  • This combo course is designed for the developers who dream to start or boost their careers as Microsoft Dynamics 365 Business Central professionals.
Prerequisites
  • If you are a developer, you don’t need to carry any formal set of pre-requisites to earn this combo training.
Technical Combo in Microsoft Dynamics 365 Business Central consist of following courses
  • Using AL in Microsoft Dynamics 365 Business Central Training 
  • Development Environment Introduction in Microsoft Dynamics 365 Business Central Training 
  • Development Environment Solution Development in Microsoft Dynamics 365 Business Central Training
     

The Microsoft Dynamics 365 Business Central Technical Combo Training is ideal for the developers. PR Tech Skills is a certified training partner of Microsoft. Backed by a team of Microsoft-accredited training partner, this training company has gained an upper hand in providing this course. This course combines three courses on Dynamics 365 Business Central, and these courses are Using AL in Microsoft Dynamics 365 Business Central Training, Development Environment Introduction in Microsoft Dynamics 365 Business Central Training, and Development Environment Solution Development in Microsoft Dynamics 365 Business Central Training.

Owing to its prime location, highly equipped classrooms, experienced team of instructors, hands-on training, real-life examples, Multisoft has been able to attain words of intense appreciation from the Microsoft Dynamics 365 Business Central professionals. Furthermore, we charge minimum and believe in lifetime relationships with our training aspirants.

In its successful completion, you will learn::
  • You will become a master of Microsoft Dynamics 365 Business Central after earning all these courses of this combo training.
Target Audience
  • This combo course is designed for the developers who dream to start or boost their careers as Microsoft Dynamics 365 Business Central professionals.
Prerequisites
  • If you are a developer, you don’t need to carry any formal set of pre-requisites to earn this combo training.
Technical Combo in Microsoft Dynamics 365 Business Central consist of following courses
  • Using AL in Microsoft Dynamics 365 Business Central Training 
  • Development Environment Introduction in Microsoft Dynamics 365 Business Central Training 
  • Development Environment Solution Development in Microsoft Dynamics 365 Business Central Training
     

Microsoft Dynamics 365 Business Central Technical Combo Training Course Content

Using AL in Microsoft Dynamics 365 Business Central Training

Module 1: Modern Development Environment

  • Module Overview
  • Visual Studio Code IDE
  • Application Language Code
  • What is Extension
  • Properties and Triggers
  • Objects and Extension Json
  • Configuration File
  • Team Development Feature

Module 2: Tables

  • What is Table?
  • Table Type
  • Properties
  • Data Types
  • Table Relations
  • Keys
  • Field Groups
  • Calculated Field

Module 3: Table Extension

  • What is Table Extension? Properties

Module 4: Page

  • What is Page?
  • Page Properties
  • Controls Properties
  • Page Parts
  • Actions

Module 5: Page Extension

  • What is Page Extension?
  • Page Extension Properties 

Module 6: Files

  • What is File Data Type?
  • Best Practices
  • Supported Methods
  • TempBlob Table
  • Streaming
  • Instream and OutStream Data Types

Module 7: XMLPort

  • XMLPort Fundamentals
  • Design XMLPorts
  • XML Properties
  • Importing and Exporting Plain Text
  • Using XMLPorts In AL Code

Module 8: Query

  • Query
  • Joining Data
  • Filtering Data
  • Properties
  • Aggregate Data
  • Queries and Records

Module 9: Reporting

  • Report Overview
  • Report Description
  • Report Layout
  • Report Data Model
  • Request Page
  • Report Triggers and Functions
  • Report Triggers execution flow

Module 10: Power BI

  • Content Packs
  • Prerequisites
  • Enabling Business Data for Power BI
  • Getting Data from Business Central

Development Environment Introduction in Microsoft Dynamics 365 Business Central Training

Module 1: Development Environment Module Overview

  • Object Designer
  • 7 Objects & The Logical Database
  • Managing Objects
  • Properties and Triggers
  • Team Development Features

Module 2: Tables

  • What is a Table?
  • Table Properties
  • Table Triggers
  • Field Properties
  • Field Properties Data Types
  • Table Relation Property - Regular
  • Table Relation Property - Filtered & Conditional
  • Keys
  • Field Group
  • Calculated Fields - Part 1
  • Calculated Fields - Part 2
  • Field Triggers
  • Database Schema Synchronisation

Module 3: Pages Module Overview

  • What is a Page?
  • Page Properties - Part 1
  • Page Properties - Part 2 
  • Page Triggers
  • What are Controls?
  • What are Controls? - part 1
  • What are Controls? - part 2
  • Create a card page
  • Create a List page
  • Control Properties
  • Control Triggers Lesson
  • Using Page Parts
  • What are actions?
  • Action Properties
  • Action Triggers
  • Rolecenter Actions

Module 4: Introduction to C/AL Programming Module Overview

  • Application Language and Triggers
  • Identifiers, Syntax and Variables
  • Intrinsic Data Types
  • Arrays
  • Assignment Statements
  • Symbol Menu and Code Completion
  • Expressions
  • Relational Expressions
  • Logical Expressions
  • Boolean Expressions

Module 5: C/AL Statements Module Overview

  • Statements
  • Conditional Statements
  • Repetitive Statements

Module 6: Buit-In Functions Module Overview

  • Data Access Functions
  • Sorting and Filtering Functions
  • Data Manipulation Functions
  • Field Functions
  • Interaction Functions
  • String Functions
  • Date Functions
  • Numeric Functions
  • System Functions
  • Variables Functions
  • ARRAY functions
  • STREAM functions

Module 7: Custom Functions Module Overview

  • Functions & Parameters - Part 1
  • Functions & Parameters - Part 2
  • Make a custom function

Module 8: Reports Module Overview

  • Reports Components
  • Report Design Process
  • Creating the Data Model
  • Properties: Report & Data Item Properties
  • Properties: Column Properties
  • Designing the RDLC Layout
  • Designing the Word Layout
  • Request Page Designer
  • Report Triggers and Functions

Module 9: Codeunits Module Overview

  • CodeUnit Fundamentals 
  • Accessing Codeunits

Module 10: Query Module Overview

  • Query Designer: Selecting, Joining
  • Query Designer: Filtering, Aggregating, Ordering
  • Accessing Queries from C/AL - Part 1
  • Accessing Queries from C/AL - Part 2
  • Mapping Queries to T-SQL

Module 11: XMLports Module Overview

  • XMLPort Fundamentals
  • Design XMLports
  • XMLPort Properties
  • Importing and Exporting Plain Text
  • Using XMLPorts in C/AL Code
     

Development Environment Solution Development in Microsoft Dynamics 365 Business Central Training

Module 1: Application Design Module Overview

  • Architecture and Design Principles
  • Customizing versus Extending
  • Coding Guidelines
  • Eventing
  • Hooks
  • Developing Multilanguage-Enabled Applications

Module 2: Data and Process Model Module Overview

  • Functional Table Types and Characteristics Part 1
  • Functional Table Types and Characteristics Part 2
  • Standard Data Model
  • Setup
  • Master Table and Page Standards
  • Frequently Used Table Properties
  • Working With Media on Records
  • Building a Document Page
  • Working with Objects
  • Frequently used Page Functions
  • Document and Journal Functions
  • The Difference Between a Journal and a Ledger
  • The Journal Posting Process
  • Posting Routine Patterns
  • Document Posting Routines
  • Document Posting Routine Patterns 
  • Document Posting Setup Patterns
  • Program for Low Impact on the Application

Module 3: Feature Integration Module Overview

  • Statistics
  • Navigate
  • Dimensions
  • Feature Integration Features

Module 4: Role Tailoring Module Overview

  • Building a RoleCenter
  • Building an Activity Page
  • Create Role Center Lists
  • The MenuSuite Object
  • Assisted Setup
  • Notifications

Module 5: Extending Module Overview

  • Extensions Packages
  • .NET
  • Control Add-inns

Module 6: Interfacing Module Overview

  • File Handling
  • Web Services

Module 7: Reporting Module Overview

  • Multilanguage Reports
  • The No Printed Field
  • Implementing No of Copies
  • Implementing Report Selections
  • Processing Only
  • Built-in and Custom Report Layouts

Module 8: Testing, Debugging, Monitoring and Tuning Module Overview

  • Test Driven Development
  • Code Coverage
  • Debugging
  • Monitoring
  • Tuning

Drop Us a Query

+91 9555006479

Available 24x7 for your queries

+91 9555006479

Available 24x7