title
Please take a moment to fill out this form. We will get back to you as soon as possible.
All fields marked with an asterisk (*) are mandatory.
Dynamics 365 Business Central Developer
Course Description
Overview
A Dynamics 365 Business Central developer develops apps that extend Business Central. This can include creating new modules and modifying existing modules. The developer can add new business logic or change existing business logic by using events. A developer also makes it possible to integrate Business Central with other applications, including Microsoft Power Platform products. Business Central developers are responsible for troubleshooting and debugging issues in the system. This may involve identifying the root cause of a problem, fixing bugs, and testing the solution to ensure it works as expected. Business Central developers may be required to optimize the performance of the system by identifying bottlenecks and improving code quality. Business Central developers are responsible for upgrading the system, migrating data, and maintaining the system to ensure it remains up to date and secure.Objectives
Audience
Topics
- Introduction - Create your own Business Central account
- Sign in to Business Central
- Use a demo database
- Start a trial with your own data
- Extend your trial and subscribe or unsubscribe your organization
- Exercise - Sign in to Business Central
- Check your knowledge
- Summary
- Introduction to Business Central
- Identify available subscription types for Business Central
- Explore the relationship management functionality
- Use Dynamics 365 Sales with Business Central
- Discover supply chain management capabilities
- Process and administer the purchase cycle
- Process and administer the sales cycle
- Send documents to customers
- Explore how to administer jobs
- Discover service management capabilities
- Business Central manufacturing capabilities
- Business Central Human Resources capabilities
- In Microsoft 365 experience for Business Central
- Exercises - Create a customer and a new office furniture item
- Check your knowledge
- Summary
- Introduction - Cloud architecture for Business Central
- Tailor, extend, and build applications
- Check your knowledge
- Summary
- Introduction
- Understand the difference between connect and add-on applications
- Understand library and dependency applications
- Find development resources for building applications
- Learn how to properly set up code cop tools for app validation
- Check your knowledge
- Summary
- Introduction
- Get your accounts in place
- Understand the marketing validation requirements
- Understand the technical validation requirements
- Check your knowledge
- Summary
- Introduction
- Understand application monetization responsibilities
- Find application monetization documentation and examples
- Check your knowledge
- Summary
- Introduction
- Build a first trial experience
- Implement SaaSification techniques when building your user interface
- Check your knowledge
- Summary
- Introduction
- Understand upgrade responsibilities and best practices
- Consider the update lifecycle
- Create proper installation and upgrade codeunits
- Transfer data between tables using DataTransfer
- Manage apps
- Detect and avoid breaking changes
- Frequently asked questions about updating your Business Central App
- Check your knowledge
- Summary
- Introduction
- Prepare your application for optimal performance
- Get essential Application insights
- Check your knowledge
- Summary
- Introduction
- Understand test automation responsibilities
- Find test automation documentation and examples
- Use the in-client page scripting tool for acceptance testing
- Frequently asked questions about testing your Business Central App
- Check your knowledge
- Summary
- Introduction - Get started with the Cloud Solution Provider program
- Extend a trial for a customer
- Access the administration center
- Manage sandbox and production environments
- Set up tenant notifications
- Inspect environment telemetry and troubleshoot issues
- Export databases
- Enable features
- Describe and analyze telemetry
- Monitoring and analyzing telemetry
- Analyze performance using the In-client performance profiler
- Work with the Performance Toolkit extension
- Configure a BCPT suite
- Use APIs for automation and administration
- Check your knowledge
- Summary
- Introduction - Create new companies with setup data
- Create new companies without data
- Create new companies with setup and demo data
- Create new companies with demo data for manufacturing scenarios
- Create a new company by copying data from an existing company
- Set up company information
- Exercise - Create a company with demo data
- Check your knowledge
- Summary
- Introduction - Data migration concepts
- Use the data migration assisted setup
- Work with data templates
- Import data from Excel
- Migrate data using the Copy data from company function in the configuration worksheet
- Create journal opening balances
- Import business data from other finance systems
- Set up a company with configuration tools
- Set up and sync master data across companies
- Exercise - Create a new customer template
- Check your knowledge
- Summary
- Introduction
- End-to-end process of migrating data
- Run the Cloud Migration tool
- Address common questions and issues with migrations
- Describe cloud migration APIs
- Check your knowledge
- Summary
- Introduction - Add users
- Create user groups
- Implement permissions and permission sets
- Configure user access times and logging
- Understand users, profiles, and role centers
- Perform user-specific setup
- Auditing changes
- Exercise - Add a new user
- Check your knowledge
- Summary
- Introduction
- Set up email accounts
- Compose and send an email
- Send documents by email
- Document sending profiles
- Assign email scenarios
- Send a sales document by email
- Check your sent emails
- Check your email outbox
- Check your knowledge
- Summary
- Introduction
- Set up email logging
- Set up Outlook integration
- Use the Contact insights Outlook add-in
- Creating invoices from your meeting appointments
- Do a quick document lookup
- Exercise - Set up and send email
- Check your knowledge
- Summary
- Introduction
- Manage, install, and use the Business Central App for Teams
- Extend Teams cards
- Create Business Central tabs for Teams
- Get relevant session and environment details for Teams integration
- Check your knowledge
- Summary
- Introduction
- Create a workflow manually
- Create a workflow from workflow templates
- Create a Power Automate flow
- Set up users
- Set up notifications
- Set up approval workflows by using Assisted Setup
- Check your knowledge
- Summary
- Introduction
- Request approval of a record
- Cancel a request for approval
- Approve or reject a request for approval
- Delegate a request for approval
- Manage overdue approval requests
- Check your knowledge
- Summary
- Introduction
- Get started with Visual Studio Code
- Install the AL language extension in Visual Studio Code
- Discover the logical database and its objects
- Differentiate the base app and the system app
- Create a new Business Central extension in Visual Studio Code
- Work with JSON configuration files
- Configure the AL language extension
- Manage multiple AL extensions in one workspace
- Segment AL code and reduce naming conflicts with namespaces
- Open Visual Studio Code from the web client
- Exercise - Create and run an AL extension
- Check your knowledge
- Summary
- Introduction
- Get started with tables
- Identify the different table types
- Configure the different table properties
- Define fields and their properties
- Link different tables with table relations
- Create primary and secondary keys on a table
- Work with DropDown and Brick field groups
- Create and use calculated fields
- Create a table in Visual Studio Code with snippets
- Exercise - Create a table
- Check your knowledge
- Summary
- Introduction
- Get started with table extensions
- Compare table extension properties with table properties
- Add a new FieldGroup to an existing table
- Define extension objects in same app as their base project
- Check your knowledge
- Summary
- Introduction
- Get started with pages
- Identify different page types
- Configure the different page properties
- Build a page layout by using controls
- Link pages with page parts
- Use snippets in Visual Studio Code to create pages
- Set different control properties
- Use the built-in rich text editor to enter data
- Scan barcodes in the mobile app
- Enable users to search for a page
- Define actions on a page and its properties
- Add existing hidden fields to pages
- Exercise - Create a Card page
- Exercise - Create a List page
- Check your knowledge
- Summary
- Introduction
- Get started with page extensions
- Compare page extension properties with page properties
- Use the page designer to change the layout of a page
- Check your knowledge
- Summary
- Introduction
- Get started with entitlements and permissions
- Create entitlements and permission sets
- Override entitlements with inherent permissions
- Check your knowledge
- Summary
- Introduction
- Create an environment
- Start with Dataverse
- Extend Dataverse
- Base Integration Solution
- Exercise
- Check your knowledge
- Summary
- Introduction
- Debug your extension with Visual Studio Code
- Use attach and debug with attach configurations
- Implement snapshot debugging
- Work with Rapid Application Development
- Publish and install an extension
- Set Resource Exposure Policy settings
- Protect sensitive values
- Configure projects and workspaces
- Use AL code actions
- Generate help with the ALDoc tool
- Work with the Business Central Performance Toolkit
- Use Database Wait Statistics
- Exercise - Create a table extension
- Exercise - Create a page extension
- Check your knowledge
- Summary
- Introduction
- Report descriptions
- Report properties and triggers
- Data items and columns
- Request page
- Work with report labels
- Report layouts
- Check your knowledge
- Summary
- Introduction
- Report design process
- Use a snippet to create a report object
- Check your knowledge
- Summary
- Introduction
- Create report data items and their properties
- Add columns to a report dataset
- Link, order, and indent data items
- Use a query to create a report dataset
- Check your knowledge
- Summary
- Introduction
- Add a RDLC layout to a report
- Add a Word layout to a report
- Add an Excel layout to a report
- Exercise - Create a basic report
- Check your knowledge
- Summary
- Introducton
- Design the request page
- Design the request options page
- Check your knowledge
- Summary
- Introduction
- Add reports to Tell Me
- Substitute a report
- Check your knowledge
- Summary
- Introduction
- Report trigger implementation flow
- Use report functions
- Create a processing-only report
- Adding barcodes to a report
- Exercise - Create a processing-only report
- Check your knowledge
- Summary
- Introduction
- Create a report in the language of the user
- Create a report in the language of the recipient
- Define regional settings in reports
- Check your knowledge
- Summary
- Introduction
- Preview and run reports
- Set the layout used by a report
- Set up printers
- Check your knowledge
- Summary
- Introduction
- Prerequisites and getting started
- Work with data analysis mode
- Date hierarchies and pivot mode
- Share data analysis
- Check your knowledge
- Summary
- Introduction
- Anatomy of a report extension
- Examples of report extensions
- Check your knowledge
- Summary
- Introduction
- Get started with application language
- Work with identifiers, syntax, and variables
- Discover intrinsic data types
- Options and enums
- Work with collections
- Use assignments and type conversions
- Define different expression types
- Exercise - Discover the intrinsic data types
- Exercise - Use logical and relational expressions
- Check your knowledge
- Summary
- Introduction
- Work with comment and compound statements
- Work with conditional statements
- Use repetitive statements
- Exercise - Use conditional and compound statements
- Check your knowledge
- Summary
- Introduction
- Interaction methods
- String functions
- Date functions
- Numeric functions
- Array functions
- List functions
- System functions
- Variable functions
- Exercise - Use built-in functions
- Check your knowledge
- Summary
- Introduction
- Handle errors by using try methods
- Collect errors
- Progress windows and the message, error, and confirm methods
- Check your knowledge
- Summary
- Introduction
- Custom procedures
- Identify differences between local and global procedures
- Identify differences between local and global variables
- Pass into a procedure
- Identify differences between a parameter by value and by reference
- Check your knowledge
- Summary
- Introduction
- Create and access a codeunit
- Check your knowledge
- Summary
- Introduction
- Identify different table and field triggers
- Identify different page, control, and action triggers
- Event-based architecture
- Publish and subscribe to events
- Exercise - Events and triggers
- Check your knowledge
- Summary
- Introduction
- Snippet support
- Importance of interfaces
- Exercise - Create an interface
- Check your knowledge
- Summary
- Introduction
- Retrieve data from the database with AL statements
- Sort and filter data in code
- Add, modify, or delete data with AL
- Use different field functions in AL
- Control database locking behavior
- Exercise - Use data manipulation statements
- Exercise - Custom functions
- Check your knowledge
- Summary
- Introduction
- Create and use translation files
- Use Azure Translator Text to automate translation
- Exercise - Multilanguage development
- Check your knowledge
- Summary
- Introduction
- Work with the File object
- Work with the Temp Blob object
- Read and write files by using streaming in Business Central
- Handle multiple file uploads and file drop zones
- Exercise - Read and write files
- Check your knowledge
- Summary
- Introduction
- Get started with XMLports
- Configure different XMLport properties
- Define nodes and their properties
- Design XMLports
- Create an XMLport by using snippets in Visual Studio Code
- Use XMLports in AL code
- Exercise - Create an XMLport to export XML data
- Check your knowledge
- Summary
- Introduction
- Get started with queries
- Create a query in Visual Studio Code
- Join data in queries
- Filter data in queries
- Aggregate and sort data in a query
- Access queries from AL
- Advanced query concepts
- Check your knowledge
- Summary
- Introduction
- Define differences between SOAP, OData, REST, and API
- Web service authentication
- Enable access to OData web services
- Work with different OData return documents
- Request records with OData
- Work with OData query options
- Create new records with OData
- Update records with OData
- Use SOAP web services
- Request records with SOAP
- Handle UI interaction when working with web services
- Check your knowledge
- Summary
- Introduction
- Access Business Central API
- Tips for working with APIs
- Work with API limits
- Create new APIs
- Read, create, and update by using API
- API and OData bound actions
- Check your knowledge
- Summary
- Introduction
- Use the different HTTP classes and their functions
- Get data from and send data to an external REST service
- Use and read JSON in Business Central
- Get JSON data from external REST services
- Exercise - Connect to external REST services
- Check your knowledge
- Summary
- Introduction
- Create basic Azure functions
- Create an Azure function
- Use an Azure function in Business Central
- Check your knowledge
- Summary
- Introduction
- Apply the Business Central look and feel
- Build a control add-in for Business Central
- Asynchronous considerations for control add-ins
- Connect control add-ins with Azure Functions
- Exercise - Build a control add-in object
- Check your knowledge
- Summary
- Introduction
- Supported scenarios and barcodes
- Add a barcode-scanning UI button on a field
- Invoke barcode scanning programmatically from AL
- Integrate dedicated barcode scanners
- Check your knowledge
- Summary
- Introduction
- Greet new users with the welcome banner
- Get users started with the checklist
- Implement teaching tips and in-app tours
- Check your knowledge
- Summary
- Introduction
- Create a Role Center page
- Create activity page parts
- Integrate with the Cue Setup
- Create Role Center lists
- Implement headline parts
- Exercise - Create a Role Center page with an Activity page
- Check your knowledge
- Summary
- Introduction
- Use Assisted Setup
- Create a wizard page
- Integrate with Assisted Setup in your extension
- Exercise - Build a wizard page with Assisted Setup
- Check your knowledge
- Summary
- Introductions
- Work with notifications
- Create and send notifications
- Exercise - Create a notification
- Check your knowledge
- Summary
- Introduction
- Add objects to search
- Create page customizations
- Create profiles in application language
- Use and create views in application language
- Extend application areas
- Check your knowledge
- Summary
Related Courses
-
Microsoft Dynamics 365 Customer Insights - Journeys
MOC-MB-220T00- Duration: 4
- Delivery Format: Classroom Training, Online Training
- Price: 2,380.00 USD
-
Microsoft Dynamics 365 Finance
MOC-MB-310T00- Duration: 4 Days
- Delivery Format: Classroom Training, Online Training
- Price: 2,380.00 USD
Self-Paced Training Info
Learn at your own pace with anytime, anywhere training
- Same in-demand topics as instructor-led public and private classes.
- Standalone learning or supplemental reinforcement.
- e-Learning content varies by course and technology.
- View the Self-Paced version of this outline and what is included in the SPVC course.
- Learn more about e-Learning
Course Added To Shopping Cart
bla
bla
bla
bla
bla
bla
Self-Paced Training Terms & Conditions
Exam Terms & Conditions
Sorry, there are no classes that meet your criteria.
Please contact us to schedule a class.
STOP! Before You Leave
Save 0% on this course!
Take advantage of our online-only offer & save 0% on any course !
Promo Code skip0 will be applied to your registration
Purchase Information
title
Please take a moment to fill out this form. We will get back to you as soon as possible.
All fields marked with an asterisk (*) are mandatory.