Microsoft Dynamics 365 Business Central Developer, Support & Administration Academy

Prihajajoče izvedbe

Nivo:For IT professionals
Prodajalec:Microsoft
Kategorija prodajalca:Dynamics 365
Teme:ERP
Trajanje (dni):12
Ur/dan:8
Tip učenja:V učilnici in/ali preko spleta
Cena:5.540€ + DDV

In collaboration with top-notch foreign experts in Dynamics 365BC we have prepared a package of training for IT staff and developers who need a more detailed knowledge of Microsoft Dynamics ERP solution. With knowledge of this content IT staff understands and knows how to support the use of the solution, works well with the developer of the solution and successfully controls the quality, costs and deadlines of the external contractor. For future developers, this program is the entry point of their career development and their start of serious work in the Dynamics environment. The program is also an opportunity for a new career in the ERP Dynamics environment, which is one of the most perceptive and fast-growing in the IT industry.

The program covers clean bases, all the way to the most advanced development skills.

For whom is the 365 BC Academy intended:

  • All informatics who want to obtain support and development competences for Dynamics 365 Business Central.
  • All informatics looking for career opportunities in Microsoft 365BC solutions.
  • Professionals working on a functional part of 365BC and want to redirect to the development area.
  • The price includes snacks and beverages.

* Prices are free of VAT.
* Education is not included in the NLT membership fee.

The package contains 8 individual courses, which together form a completed whole:

  • Introduction to Microsoft Dynamics 365BC, 1 day, 1st week
  • Financial Management in Microsoft Dynamics 365BC,1 day, 1st week
  • Trade in Microsoft Dynamics 365BC, 0,5 day, 1st week
  • Warehouse and inventory management in Microsoft Dynamics 365BC, 0,5 day, 1st week
  • Introduction to integrated development environment in Microsoft Dynamics 365BC, 2,5 days, 2nd week
  • Solution Development in Microsoft Dynamics 365BC, 2,5 days, 2nd week
  • Reporting in Microsoft Dynamics 365BC, 2 days, 3rd week
  • Data Upgrade and Code Upgrade to Microsoft Dynamics 365BC, 1 day, 3rd week
  • Installation and Configuration in Microsoft Dynamics 365BC, 1 day, 3rd week

 

Week 1 - Introduction to Microsoft Dynamics 365BC

Introduction

  • History Navision/Dynamics BC
  • Role Center
  • Pages (Field types, Lists and Cards)
  • Search, Sort and Filter options
  • Personalization
  • Help functions

Fin. Mgt. 1

  • General Ledger (Chart of Accounts)
  • Journal Postings
  • Posting Groups
  • Navigate
  • Dimensions
  • Bank and Cash Transactions

(Trade) Purchase

  • Inventory and Purchase Setup
  • Vendor Card, Item Card
  • Purchase Process (incl. Prices, Discounts and Item Tracking)
  • Requisition Process
  • Purchase Reports and Analysis

(Trade) Sales

  • Sales Setup
  • Customer Card
  • Sales Process (incl. Sales Prices and Discounts)
  • Reservations
  • Return Orders
  • Assembly Order
  • Drop Shipment
  • Sales Reports and Analysis 

Fin. Mgt. 2

  • Fiscal Year (Closing income statements)
  • Foreign Currency
  • Budgets
  • VAT Statements
  • Financial Reports

Warehouse and Inventory Management

  • Warehouse Mgt. setup
  • Locations (warehouses), Zones, Bins and Bin content
  • Inbound handling: Receive and Put-Away
  • Outbound handling: Pick and Ship
  • Warehouse Employees

Week 2 - 365 BC Administration and Programming basics 

Dynamics 365 Business Central Administration

Module 1: User Administration

  • Setting Up Users in cloud
    • Creating and managing user accounts
    • Assigning licenses to users
    • Inviting Guest Users/External Accountants
  • Setting Up Users on-Premise
    • Creating and managing user accounts
    • Assigning licenses to users
  • Permissions Management
    • Setting up and managing permissions
    • Creating and managing  user groups
    • Creating and managing permission sets
    • Best practices for permissions management

Module 2: Security and Compliance

  • Managing Security Groups
    • Creating and managing security groups
    • Assigning permissions to security groups
  • Compliance and Data Security
    • Ensuring compliance with data protection regulations
    • Implementing data security measures

Module 3: Customizing User Profiles

  • Creating and Managing Profiles
    • Setting up new profiles
    • Customizing user interfaces for different roles
  • Optimizing User Experience
    • Customizing pages, actions, and factboxes
    • Personalizing the user experience

Module 4: Onboarding and Support

  • Onboarding New Users
    • Step-by-step guide to onboarding
    • Training new users on Business Central
  • Providing Ongoing Support
    • Managing support requests
    • Troubleshooting common issues

Module 5: Advanced Administration

  • Using the Administration Center
    • Managing environments and tenants
    • Configuring monitoring and notifications
    • Administering backup and restore
    • Administering updates
  • Database Management
    • Exporting and managing databases
    • Enabling new features and updates
    • Exporting databases
  • Telemetry
    • Monitoring and Analyzing Telemetry
    • Turn environment telemetry on or off
    • Analyze and monitor telemetry with Power BI

Module 6: Performance debugging

  • Help & Support
    • Identifying bottlenecks.
    • Using Inspect pages & data
    • Analyzing performance
    • Debugging

Module 7: Service connections

  • Mail setup
    • Mail Accounts
    • Mail Scenarios
    • Mail Attachments
  • EU VAT Reg. No. Validation
  • Online Map setup

Module 8: reports

  • Printer Management
  • Printer Selections
  • Report Selection
  • Custom Report Layout
  • Document Layout

Module 9: web services

  • Publishing webservices
  • Testing webservices
  • Consuming Webservices

Module 10: Practical Applications and Best Practices

  • Real-Life Scenarios
    • Case studies and practical examples
    • Best practices for user administration
  • Continuous Learning
    • Keeping up with updates and new features
    • Resources for ongoing education

Table and Page Design

  • The (C) AL programming language
  • Report and Query Design
  • Installation matters

Introduction to integrated development environment 

Module 1: Tables

  • Table Fundamentals
  • Primary and Secondary Keys
  • Table Relationships
  • Special Table Fields

Module 2: Pages

  • Page Fundamentals
  • Page Designer
  • Page Types and Characteristics

Module 3: Introduction To C/Al Programming

  • C/AL Programming
  • Intrinsic Data Types
  • Identifiers, Variables, and Syntax
  • Variable Scope

Module 4: Assignment Statements And Expressions

  • Assignment Statements
  • The Syntax of Statements
  • Automatic Type Conversions
  • Use Assignment Statements and the Symbol Menu
  • Expressions, Terms, and Operators
  • The String Operator
  • Function Calls in Expressions
  • Numeric Expressions
  • Arithmetic Operators
  • Relational and Logical Expressions
  • Relational Expressions for Comparison
  • Relational Expressions for Set Inclusion
  • Logical Expressions

Module 5: C/Al Statements

  • Conditional Statements and Boolean Expressions
  • The IF Statement
  • The EXIT Statement
  • The CASE Statement
  • Compound Statements and Comments
  • The Syntax of Compound Statements
  • Compound Statement by Using Nested IF Statements
  • The Syntax of Comments
  • Practice: Nested IF
  • Arrays
  • The Syntax of Arrays
  • The Power of Arrays
  • Strings as Arrays of Characters
  • Repetitive Statements
  • The WITH Statement

Module 6: C/Al Functions

  • Functions and Parameters
  • Review Built-in Functions
  • Data Access Functions
  • Sorting and Filtering Functions
  • Data Manipulation Functions
  • Working with Fields
  • User Interaction Functions
  • Other Common CAL Functions
  • Create Custom Functions
  • Local Functions, Variables and the EXIT Statement

Module 7: Reports

  • Reports Fundamentals
  • Report Design Process
  • Design the Data Model
  • Creating a Data Model
  • Designing the Layout
  • The Request Page Designer
  • Design the Request Options Page
  • Grouping and Totaling
  • Add Advanced Features

Module 8: XMLPorts

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

Module 9: Codeunits

  • Codeunit Fundamentals
  • Design Codeunits
  • Use Codeunits
  • SMTP

Module 10: Queries

  • Query Design
  • Accessing Queries from C/AL
  • Advanced Query Concepts

Module 11 Menu Suites

  • Maintaining menu suites

Week 3 - Solution Development 

Module 1: Introduction to the Visual Studio Code editor

  • Development in AL
  • Functions in the Visual Studio Editor
  • Supported Objects
  • Defining Variables
  • Snippet support
  • Differences in the Development Environments
  • C/Side and AL Side-by-side development
  • Getting Started with AL
  • The first test

Module 2: Setting up a Git repository

  • Git repositories
  • Installing Git and initializing the repository
  • Committing and Pushing to the off-site reporitory
  • Cloning an existing repository
  • Other Git functionalities worth mentioning

Module 3: Solution Overview

  • Objectives
  • CRONUS International Ltd
  • Functional Requirements
  • Solution Overview

Module 4: Data and Process Model

  • Module Overview
  • Developing solutions for Dynamics 365 BC
  • Objectives
  • Table Types and Characteristics
  • Standard Data Model
  • Module Review

Module 5: Master Tables and Pages

  • Participants
  • Instructors and Rooms
  • Seminars
  • Development 

Module 6: Documents

  • Creating Registrations

Module 7: Posting

  • Posting Seminar Registrations
  • Design patterns explained

Module 8: Feature Integration

  • Seminar Feature Integration
  • Navigate Integration

Module 9: Reporting

  • Reporting Lab Overview
  • Participant List Reporting

Module 10: Role Tailoring

  • Seminar Manager Role Center

Module 11: Web Services

Module 12: Testing and Debugging

Module 13: Handling upgrades

 

Participants should have:

  • basic knowledge of programming,
  • good knowledge of information systems and technologies,
  • basic knowledge of Microsoft technologies.

Peik Bech-Andersen

About

I am a solution architect and senior developer stationed in Denmark, implementing solutions all-over the world, specializing in advanced manufacturing combined with master data replication and Intercompany solutions.

I first saw Navision in 1984 at the beta testing program of PcPlus. I started implementing manufacturing solutions in 1983 on IBM S/36 systems. Since the Dynamics NAV manufacturing module was released, I have implemented at least 50 Manufacturing solutions in all kinds of different businesses. Starting as an accountant in a production company and moving on to implementing systems, I have both the accounting, the development and the implementation background.

As a Microsoft Certified Trainer, I have conducted courses the last 10 years in topics like Dynamics NAV programming, installation, finance, trade, warehouse management and manufacturing. During the 10 years, I have had around 150 courses with at least 800 participants in 14 countries. I maintain a blog in Mibuso.com where I writes about both programming, installation and application topics. Usually topics discussed during courses or customer implementations.

Marko Jurjevec

About

Graduated Informatics at University of Ljubljana (Faculty of Computer and Information Science) in 1997. Started ERP career in 1994 as one of the authors of the ERP solution developed by “MC Center za informacijski inženiring”. Acted as solution architect and developer, gathered experience with different relational databases (SQLBase, SQL Server, Ingres) and worked as implementation consultant, mainly focusing on Supply Chain Management.

Joined Adacta in 2003 as developer and consultant for Navision implementations. Soon promoted to project manager, team leader and finally to executive director of the Dynamics business unit. Later focused on solution delivery and been as solution architect the central person of some of the most challenging Dynamics ERP projects of Adacta in Slovenia and internationally. Actively involved in establishing Adacta operations in Croatia and Serbia and in introducing new competences (BI, CRM, Dynamics AX).

V angleščini Web+učilnica Termin ni potrjen

10. marec 2025 - 25. april 2025

  • Cena: 5.540€ + DDV
Pokaži urnik

Za več informacij nas kontaktirajte na telefonsko številko: 01 568 40 40 ali trzenje@housing.si.