Dynamics 365 and Power Apps Deep Dive for Developers

This course is designed for experienced IT professionals and developers, providing an insight into development techniques and approaches that can be applied to extend and manage solutions and apps built on Microsoft Dynamics 365 and the Power Platform.

Description

 

This course is designed for experienced IT professionals and developers, providing an insight into development techniques and approaches that can be applied to Microsoft Dynamics 365 and the Power Platform.

You will learn the necessary skills to extend the features of Model-driven Apps and Canvas Apps using code, integrate with the Common Data Service using the Web API and Organization Service, build custom controls using the Power Apps Component Framework (PCF), implementing custom business logic through Plug-Ins and Custom Workflow Activities, write client-side code that interacts with the Client API Object Model, implement Custom Connectors, and learn about the Application Lifecycle Management (ALM) frameworks available to help support and maintain Power Platform implementations, including the Microsoft Power Platform Build Tools for Azure DevOps and the Power Apps Center of Excellence (CoE).

 

At Course Completion

 

After completing this course, students will be able to:

 

  • Understand the features and tools that exist for Developers in the Microsoft Dynamics 365 Power Platform.

 

  • Be able to extend Model-driven and Canvas Apps with code to support complex business requirements.

 

  • Understand how to set up projects in Microsoft Visual Studio in preparation to write code, connect to and extend the Common Data Service.

 

  • Write server and client-side code to execute commands, read and write data to and from the Common Data Service using the Web API.

 

  • Write server-side code to execute commands, read and write data to and from the Common Data Service using the Organization service.

 

  • Download and configure developer resources and tools such as the PowerApps Component Framework (PCF), the Customer Engagement Software Development Toolkit and Visual Studio resources.

 

  • Build custom components using the Power Apps Component Framework (PCF).

 

  • Understand where and how to use the Power Apps Command Line Interface (CLI).

 

  • Extend Model-driven Apps with custom business logic using Plug-In and Custom Workflow Activities.

 

  • Build, configure and deploy Custom Connectors in the Power Apps Maker Portal.

 

  • Embed Canvas Apps and PCF components into Model-driven Apps.

 

  • Write JavaScript code to extend Model-driven Apps using the Client API Object Model.

 

  • Understand the best practice methodologies when extending and writing code for Microsoft Dynamics 365 Customer Engagement and the Power Platform.

 

  • Understand the need for Application Lifecycle Management (ALM) through the implementation of Microsoft Power Platform Build Tools for Azure DevOps and the Power Apps Center of Excellence (CoE).

 

 

Course Outline

 

Module 1: Introduction to Dynamics 365 Power Platform Development

This module introduces the concept of extending Microsoft Dynamics 365 Customer Engagement Apps and Power Apps using Pro Code development. You will learn about the tools and resources that are available to Pro Code Developers as well as best practice methodologies and fundamentals. 

 

Lessons

 

  • Dynamics 365 and Power Platform Overview
  • App Makers vs Pro Developers
  • Pro Code Developer Options
  • Development Tools
  • The Customer Engagement Toolkit
  • Environments and Solutions
  • Security Considerations
  • Application Lifecycle Management
  • Valuable Skills
  • Further reading and resources

 

Lab 1.1: Power Platform Developer Orientation

 

  • Review Developer Resources
  • Review Developer Tools
  • Review the Lab Files
  • Review Common Development Scenarios

 

 

Module 2: Working with the Common Data Service using the API

This module presents the various API options that are available to developers in connect to a interact with the Common Data Service programmatically. You will learn how to write server-side and client-side code to consume the API endpoints.

 

Lessons

 

  • Introduction to API programming
  • Authentication Considerations
  • The Web API
  • The Discovery Web Service
  • The Organization Web Service
  • Core Assemblies
  • Early and Late-bound classes
  • The Code Generation Tool
  • Service Context
  • CRUD Operations
  • Using the QueryExpression Class
  • Using LINQ

 

Lab 2.1: Using the Web API with server-side code to connect to CDS

 

  • Set up the Visual Studio Project
  • Develop an App to perform operations on the Common Data Service using the Web API with server-side code
  • Test your App

 

Lab 2.2: Using the Organization Service with server-side code to connect to CDS

 

  • Set up the Visual Studio Project
  • Develop an App to perform operations on the Common Data Service using the Organization Service
  • Test your App

 

Lab 2.3: Using the Web API with Client-side code to connect to CDS

 

  • Set up the Visual Studio Project
  • Develop an App to perform operations on the Common Data Service using the Web API with client-side code
  • Test your App

 

 

Module 3: Developing Client-side Code

This module introduces the concepts of developing client-side code that works with the event driven Client API Object Model in Microsoft Dynamics 365 Model-driven Apps. You will also learn how to create and deploy client-side components using Web Resources that use the Web API to work with data in the Common Data Services (CDS). 

 

Lessons

 

  • Introduction to Client-side coding
  • The Client-side Events
  • The Client API Object Model
  • Using Web resources

 

Lab 3.1: Writing JavaScript Client-side Code

 

  • Write a JavaScript Function
  • Create a JavaScript Web Resource
  • Configure the Event Handler
  • Test your JavaScript Code

 

 

Module 4: Developing Plug-Ins for Dynamics 365

 In this module you will learn how to develop custom business logic in a Plug-In component using Microsoft .Net C# in Visual Studio. You will also learn how to deploy Plug-In components to Microsoft Dynamics 365 using the Plug-In registration tool.

 

Lessons

 

  • Introduction to Plug-Ins
  • Writing Plug-In Code
  • Using the Plug-In Registration Tool
  • Debugging Plug-Ins with the Plug-In Profiler
  • Deploying Plug-Ins with Solutions

 

Lab 4.1: Create and deploy a Plug-In

 

  • Set up the Visual Studio Project
  • Create a Plug-In
  • Sign and Build the Assembly
  • Deploy a Plug-In using the Plug-In Registration Tool to CDS
  • Test your Plug-In
  • Debug Plug-In code using the Plug-In Profiler Tool

 

 

Module 5: Developing Custom Workflow Activities

 In this module you will learn how to develop a custom Workflow Activity using Microsoft .Net C# in Visual Studio. You will also learn how to use a custom Workflow Activity as a Workflow Step.

 

Lessons

 

  • Introduction to Custom Workflow Activities
  • Writing Custom Workflow Activity code
  • Deploying a Custom Workflow Activity

 

Lab 5.1: Create a Custom Workflow Activity

 

  • Set up the Visual Studio Project
  • Create a Custom Workflow Activity
  • Sign and Build the Assembly
  • Deploy a Custom Workflow Activity
  • Create a Workflow
  • Test your Custom Workflow Activity

 

 

Module 6: Extending Power Apps

This module looks at the possibilities when using Custom Controls in Model-driven Apps to extend the out of the box functionality, including embedding Canvas Apps inside of Model-driven Apps.

 

Lessons

 

  • Introduction to Custom Controls
  • Extending Model-driven Apps with Canvas Apps
  • Embedding Canvas Apps as Custom Controls

 

Lab 6.1: Create a Canvas App and embed it into a Model-driven App

 

  • Create a Canvas Apps
  • Create a Model-driven App
  • Embedding Canvas Apps into a Model-driven App using Controls
  • Test your App

 

 

Module 7: The Power Apps Component Framework (PCF)

This module extends on the previous module as we look into creating custom components for Model-driven Apps and Canvas Apps using the Power Apps Component Framework (PCF). 

 

Lessons

 

  • Introduction to PCF
  • The PCF Command Line Interface (CLI)
  • Creating PCF Components
  • The PCF Test Environment
  • Deploying PCF Components in a Model-driven App

 

Lab 7.1: Create and deploy a PCF Control

 

  • Install the Power Apps CLI
  • Create your PCF control
  • Packing PCF Components in Solutions
  • Deploy a PCF Component
  • Test your control

 

 

Module 8: Developing Custom Connectors

This module looks at how Pro Developers can create Custom Connectors in the Power Apps Maker Portal to then be used by App Makers in Model-driven Apps and Canvas Apps to connect to external data sources and systems.

 

Lessons

 

  • Connectors Overview
  • Custom Connectors
  • Process to create a Custom Connector

 

Lab 8.1: Create a Custom Connector

 

  • Set up Visual Studio
  • Register an App in Azure
  • Create a Custom Connector
  • Sharing your Custom Connector in a Canvas App
  • Test your Custom Connector

 

 

Module 9: Application Lifecycle Management (ALM)

In this module we look at the Application Lifecycle Management (ALM) options that are available to help manage and support a Dynamics 365 Power Platform deployment. The Microsoft Power Platform Build Tools and the Power Apps Center of Excellence Starter Kit are also presented in this module.  

 

Lessons

 

  • Introduction to ALM
  • Environments and Solution Management
  • Microsoft Power Platform Build Tools
  • The Power Apps Center of Excellence

 

 

Prerequisites

 

Ideally a working knowledge of Microsoft .Net and Visual Studio

And

It is recommended all students successfully complete the ‘Introduction to Microsoft Dynamics 365’ course.

 

Similar courses

This course provides students with an introduction to Microsoft Dynamics 365.

More Information

This course is a 'fast track' approach for end users to learn the main key features of Dynamics 365 and Power Apps in 5 days.

More Information

This course is designed for experienced IT professionals and developers, providing an insight into development techniques and approaches that can be applied to extend and manage solutions and apps built on Microsoft Dynamics 365 and the Power Platform.

More Information

This course is designed for experienced developers who are looking to obtain the required skills to customize, configure, maintain, integrate with, develop code and extend Microsoft Dynamics 365 Customer Engagement (CRM) and Power Apps.

More Information

The Microsoft Power Platform helps organizations optimize their operations by automating routine tasks and standardizing business best practices.

More Information

This course will review the Dynamics 365 Customer Insights - Journeys application configuration needed to drive business growth.

More Information

This course is aimed at developers, solution architects and consultants who are planning to customize, develop and extend Dynamics 365 for Finance and Operations.

More Information

Microsoft Dynamics 365 Finance and Operations Apps Developers implement and extend applications to meet the requirements of the business.

More Information

This course is developed for those aspired to be and new to the solution architect role. This course provides the technical information focusing on application architecture and technical skills to start their journey into this role. This course will not cover the industrial skills and delivery skills required for this role.

More Information

This course covers the core features of Dynamics 365 Finance, including core common features, core configuration, data migration, and preparing to go live.

More Information

This course will equip students with the skills necessary to identify and configure the key components that are used to deliver Field Service and mobile solutions.

More Information

This course provides students with hands-on experience and an in depth understanding of the Microsoft Power Platform.

More Information

Microsoft Dynamics 365 for Sales is an end-to-end application to manage the handling of customers and potential customers; tracking data against sales goals, automating your best practices, learning from your data and more.

More Information

Microsoft Dynamics 365 for Customer Service offers any organization an opportunity for customer success. Using tools such as automatic case creation and queue management frees up your time to dedicate it where you can have a greater impact, directly with your customers.

More Information

In this course, students will learn about decisions a Solution Architect makes during an implementation, covering security, integrations, Power Apps architecture, Power Automate architecture, and more.

More Information

This course provides students with hands-on experience and an in depth understanding of the Microsoft Power Platform.

More Information

This course provides an introduction to managing SharePoint as a Power User.

More Information

This course delivers an instructor-led breakdown of Microsoft PowerApps with SharePoint Online.

More Information

This course provides an introduction to managing SharePoint as a Site Member.

More Information

This course provides an introduction to managing SharePoint as a Site Member.

More Information

This course provides students with an introduction to Microsoft Power BI by building a foundation for all subsequent courses and learning.

More Information

The main purpose of the course is to give students a good understanding of data analysis with Power BI.

More Information

This course is designed for citizen developers and technical users, providing the skills required to gain insights into data held within the Dataverse, create custom reports, custom visualizations and implement the Artificial Intelligence features in Microsoft Dynamics 365 and the Power Platform.

More Information

This course provides students with detailed hands-on experience of Microsoft Dynamics 365 Sales with the new Copilot AI companion .

More Information

This course covers the financial aspects of Dynamics 365: configure and use essential financial components, accounts payable, accounts receivable, collections, budgeting, fixed assets, and additional functionality.

More Information

This course provides learners with a broad overview of Dynamics 365 applications.

More Information

This course discusses manufacturing in the Dynamics 365 suite of apps: discrete manufacturing, lean manufacturing, and production

More Information

This course discusses supply chain management in the Dynamics 365 suite of apps.

More Information

Learn how to build a solution for your business using Microsoft Dynamics 365 Customer Engagement (CRM) Apps and the Power Platform.

More Information

This course provides students with detailed hands-on experience of Microsoft Dynamics 365 Customer Service with the new Copilot AI companion .

More Information

This course provides end users with an introduction to Microsoft Dynamics 365 and the latest AI tools.

More Information

This training provides a high-level overview of the capabilities of Microsoft Dynamics 365 and the Power Platform and provides a foundation for other Microsoft Dynamics 365 and Power Platform training offerings.

More Information

The Managing Microsoft Teams course is designed for persons who are aspiring to the Microsoft 365 Teams Admin role. Microsoft Teams admins configure, deploy, and manage Office 365 workloads for Microsoft Teams that focus on efficient and effective collaboration and communication in an enterprise environment.

More Information

Learn everything you need to know about Microsoft Power Automate.

More Information

This course will teach you to use Power Platform solutions to simplify, automate, and empower business processes for organizations in the role of a Functional Consultant.

More Information

In this course you will be guided by an experienced Power Platform MCT to learn everything you need to know to pass the PL-100: Microsoft Power Platform App Maker Exam. This course includes a free exam voucher and exam practice paper.

More Information

This course is designed for experienced IT professionals and developers, providing an insight into development techniques and approaches that can be applied to extend and manage solutions and apps built on Microsoft Dynamics 365 and the Power Platform. This course maps directly to exam PL-400: Microsoft Power Platform Developer.

More Information

In this course you will be guided by an experienced Business Central MCT to learn everything you need to know to pass the MB-800: Microsoft Dynamics 365 Business Central Functional Consultant Exam.

More Information

In the this course, students will learn essential skills to start creating Reports and Dashboards in Microsoft Power BI from data in Microsoft Business Central

More Information

In this course, students will learn advanced concepts build, deploy and support Reports and Dashboards built in Microsoft Power BI that use data in Microsoft Dynamics 365, including the Dataverse, Business Central and Dynamics 365 Finance.

More Information

This course is designed to introduce candidates to the fundamental topics of Microsoft Dynamics 365 Business Central.

More Information

This course is designed to introduce the Sales module in Microsoft Dynamics 365 Business Central.

More Information

This course is designed to introduce the Financials module in Microsoft Dynamics 365 Business Central.

More Information

Microsoft Teams is a full collaboration platform and offers facilities for peer to peer collaboration as well as full team collaboration. This course will give guidance on how to use the tools for chat, file sharing, meetings and calls. The course will also give direction on best practices for sharing files with external parties and show how to access other services.

More Information

Organizations use Dynamics 365 for Finance and Operations to reduce operational costs and rapidly respond to changing business needs.

More Information

This course discusses manufacturing in the Dynamics 365 suite of apps: discrete manufacturing, lean manufacturing, and production

More Information

This course provides students with a detailed hands-on experience of setting up, configuring, customizing, extending and maintaining Microsoft Power Pages Portals through the Power Pages Maker Portal, the Portal Management App, and the Power Platform Admin Center.

More Information

Microsoft Teams is a full collaboration platform and offers facilities for peer to peer collaboration as well as full team collaboration. This course will give guidance on how to use the tools for chat, file sharing, meetings and calls.

More Information

This course delivers an instructor-led breakdown of Microsoft Lists. Students will be taught how to empower their data and become organised with a rich range of customisable table types.

More Information

This course will introduce the audience to SharePoint Online Administration in Office 365 and explain and demonstrate the configuration options for SharePoint Online.

More Information

This course is designed for Business Decision Makers and IT Professionals who are interested in deploying cloud services in their organization.

More Information

This 3-day course provides detailed hands-on experience for companies looking to make the most of their Microsoft 365 licenses and the data they hold. This course looks at the different parts of Microsoft 365, including some that apps and features you may not be aware of.

More Information

This course covers five central elements of Microsoft 365 platform – implementing Microsoft Identity, working with Microsoft Graph, extending and customizing SharePoint, extending Teams, and extending Office. In this course, students will learn how to implement Microsoft Identity and work with Microsoft Graph.

More Information

This course delivers an instructor-led breakdown of Microsoft Power Apps. Students will be taught how to design, test and publish new apps that work with a variety of data sources. We will take users through a selection of well-crafted lessons to help them build new applications for their business.

More Information

This course will provide you with a broad introduction to the customer engagement capabilities of Dynamics 365.

More Information

Do you want to learn more about Dynamics 365? This course will provide you with a broad introduction to the finance and operations capabilities of Dynamics 365. You will become familiar with the concept of enterprise resource management (ERP), as well as each of the finance and operations apps, including Dynamics 365 Supply Chain Management, Dynamics 365 Finance, Dynamics 365 Commerce, Dynamics 365 Human Resources, and the ERP capabilities of Dynamics 365 Project Operations.

More Information

You will learn in this course to design, configure, and manage Dynamics 365 Commerce and provide ongoing support for the app. You will gain a strong understanding of unified commerce business operations as well as experience deploying, using, and maintaining Dynamics 365 Commerce.

More Information

This course will provide you with the skills needed to deploy and support business applications that make up the customer engagement capabilities of Dynamics 365.

More Information

This course is aimed at report authors, end users, project managers, and consultants who are needing to gain insights into operational data held within Microsoft Dynamics 365 Finance and Operations.

More Information

This course is designed to introduce candidates to the fundamental topics of Microsoft Dynamics 365 Business Central.

More Information

This course is designed to introduce students to the fundamental topics of Microsoft Dynamics 365 Finance for End Users.

More Information

This course is designed to introduce candidates to the fundamental topics of Microsoft Dynamics 365 Finance Warehousing for End Users.

More Information

This course is designed to introduce candidates to the financial topics of Microsoft Dynamics 365 Finance for End Users.

More Information

This course is designed to introduce candidates to the fundamental topics of Customer Service in Microsoft Dynamics 365 Finance for End Users.

More Information

This course covers the various methods and best practices that are in line with business and technical requirements for modeling, visualizing, and analyzing data with Power BI. The course will show how to access and process data from a range of data sources including both relational and non-relational sources. Finally, this course will also discuss how to manage and deploy reports and dashboards for sharing and content distribution.

More Information

This course is aimed at report authors, end users, project managers, and consultants who are needing to gain insights into operational data held within Microsoft Dynamics 365 Business Central

More Information

This course is designed to showcase tools designed to help gain insight into data held within Dynamics 365 Apps, as well as increase efficiencies and productivity with the implementation of the Artificial Intelligence features in Microsoft Dynamics 365 and Copilot.

More Information

This course is designed to provide an insight into the benefits gained through the implementation of Artificial Intelligence features in the Microsoft Power Platform.

More Information

This course will provide you with the skills needed to support and manage business applications and solutions in Dynamics 365, the Dataverse, Power Pages and the Power Platform.

More Information

This course is aimed at system administrators and consultants who are planning to support and maintain Microsoft Dynamics 365 Finance and SCM Applications.

More Information

This course is designed to introduce candidates to the features and topics of Microsoft Dynamics 365 Human Resources.

More Information

In this course you will learn how to be productive as an end user with the Asset Management features of Dynamics 365 Finance and Supply Chain Management.

More Information

This course is designed to help you prepare for the new Business Central for Developers Exam (MB-820) coming in Jan 2024.

More Information

In this course you will learn how to be productive as an end user with the Procurement and Sourcing features of Dynamics 365 Finance and Supply Chain Management.

More Information

Students wishing to Create and manage canvas apps with Power Apps

More Information

Students wishing to create and manage automated processes by using Power Automate

More Information