MB-500T00: Develop Finance and Operations Apps with Dynamics 365

MB-500T00: Develop Finance and Operations Apps with Dynamics 365

Duration: 5 Days

In this course we discuss the tasks needed to fulfill the role of developer in Dynamics 365 Finance and Operations Apps. The Dynamics 365 Finance and Operations apps developer is a key technical resource that implements and extends the application to meet the requirements of the business.

Microsoft Dynamics 365 finance and operations apps developers

Explore the ecosystem and main components of finance and operations apps

Dynamics 365 offers a large range of cloud-driven applications that help organizations optimize their business so they can reach their full potential. This module explores the Dynamics 365 ecosystem and how the apps work together to help your organization reach its fullest potential. Additionally, this module describes the major components of finance and operations apps that are important for you to know before you begin developing.

  • Finance and operations apps and associated apps
  • Finance + Operations on-premises and cloud-based finance and operations apps
  • Development and deployment processes
  • The user interface
  • Reporting capabilities
  • Extend Copilot capabilities in finance and operations apps

Explore the technical architecture of finance and operations apps

To begin developing for finance and operations, you must understand the core concepts of development, including packages, models, and elements. Additionally, as a developer, you will need to understand metadata management and source control tools and processes by using Azure DevOps. Last, this module will also discuss the purpose of Lifecycle Services, deployable packages and their importance throughout development, and implementation of finance and operations apps.

  • Differentiate cloud and on-premises architecture
  • Elements, models, and packages
  • Application components and architecture
  • Metadata management processes
  • Source control processes
  • Conform code to organization policies
  • Overview of Lifecycle Services
  • Manage developer environments for finance and operations apps
  • Extend the functionality of finance and operations apps into the Microsoft ecosystem

Explore design and deployment considerations for finance and operations apps

Identifying design and deployment processes that conform to organizational policies will help you in developing for finance and operations apps, and ensure that code is deployed to the correct environments to avoid issues in production.

  • Identify relevant business concepts
  • Evaluate functional specifications and create technical design documentation
  • Identify the technical gaps
  • Design patterns and practices for code deployments
  • The process for deploying code changes
  • Finance and operations apps frameworks

Manage finance and operations apps implementations by using Lifecycle Services

Lifecycle Services helps you host finance and operations apps environments. It provides repeatable processes to support consistent success with each delivery. Lifecycle Services is available to customers and partners as part of their support plans.

  • Perform support tasks
  • Provision and manage environments
  • Manage asset libraries
  • Manage the code update process

Work with performance and monitoring tools in finance and operations apps

Learn how to use performance tools and Lifecycle Services environment monitoring tools to enhance your validation and testing experience in finance and operations apps.

  • Diagnose performance issues by using Trace parser
  • Load testing by using the Performance SDK
  • Monitor performance by using SQL Insights
  • Create a SQL trace by using the SQL Profiler
  • Monitor server health metrics in Lifecycle Services
  • Exercise - Use the Environment monitoring tool in Lifecycle Services

Manage source code by using version control in finance and operations apps

When you're collaborating with other developers, it's important to manage your source code by using version control. For finance and operations apps, source code is managed by using Azure DevOps within Visual Studio.

  • Configure Visual Studio to connect to Azure DevOps
  • Working in Visual Studio
  • Manage and perform code reviews

Explore the test framework and tools in finance and operations apps

In finance and operations apps, the test framework helps to alleviate risks and provides a system to manage a clean record of testing.

  • Unit test framework
  • Acceptance test library
  • Task recorder
  • Best Practices tool
  • Identify various categories and types of errors
  • Configure the testing environment and prepare data
  • Run unit tests
  • Document and fix issues
  • Perform debugging activities

Explore reporting tools in finance and operations apps

A report is a structured presentation of data. Reporting presents data in a way that lets you make informed decisions by using data visualizations, dashboards, financial reporting, and structured documents. finance and operations apps provide several reporting tools that you can use to meet different reporting needs. This module will help you become familiar with the various reporting options that are available with finance and operations apps.

  • Create and modify report data sources and supporting classes
  • Implement reporting security requirements
  • Publish a report
  • Lab – Set authorization requirements on database tables

Set up and work in the finance and operations apps developer environment

Learn how to use performance tools and Lifecycle Services environment monitoring tools to enhance your validation and testing experience in finance and operations apps. These tools help identify performance issues, monitor environment health, validate app functionality, and conduct stress testing. By optimizing resource usage and addressing performance bottlenecks, you can improve app reliability and enhance the overall user experience. Insights from these tools help you make data-driven decisions so that you can maintain high performance standards and ensure smooth app operation in finance and operations apps.

  • Access cloud-hosted development environments
  • On-premises architecture
  • Set up a VHD for first-time use
  • Set up and manage a downloadable VHD for development
  • Upgrade the VHD
  • Exercise - Install a virtual machine
  • Access and configure Visual Studio
  • Models and packages
  • Design and create models
  • Exercise - Configure Visual studio

Start developing for finance and operations apps by using Visual Studio

Visual Studio is the integrated development environment (IDE) for finance and operations apps. Developers can create deployable packages that contain projects and elements that are stored as metadata. Developing in Visual Studio allows users to customize the finance and operations apps experience.

  • Create and build projects
  • Create and use label files
  • Manage metadata by using the Application Explorer
  • Build deployment packages
  • Manage package deployments
  • Synchronize data changes with the database
  • Create new elements
  • Lab - Create a project and add an element

Build extended data types and enumerations for finance and operations apps

Extended data types (EDTs) and base enumerations (enums) are data types that are created and managed in the development environment. Base enums represent a list of literals, while EDTs are reusable data types that have a specific definition. The Application Object Tree (AOT) in finance and operations apps contains many existing EDTs and base enums that can be extended for use in your project, or you can create new data types. This module will focus on creating new data types.

  • Extended data types and element properties
  • Base enums and element properties
  • Lab - Create a base enumeration, add elements, and update properties

Build data models in finance and operations apps

The data model in finance and operations apps consists of tables, views, queries, and other components. These components are important in development. All data in finance and operations apps is stored in tables and managed in the data model in Visual Studio. Tables store data such as company transactions, inventory, and journals.

  • Create tables and table fields
  • Populate table and field properties
  • Add fields, field groups, indexes, and relations
  • Table methods
  • Create, manage, and extend views
  • Create, manage, and extend queries
  • Create, manage, and extend table maps
  • Lab - Create a table, add fields, and create field groups

Build forms and optimize form performance in finance and operations apps

Forms are created and managed in Visual Studio and will display to the user as web pages. This module explains how forms are created and managed in the finance and operations apps developer environment, along with how to optimize the performance of forms.

  • Add a new form to a project and apply a pattern
  • Add a data source to a form
  • Add grids, fields, and groups to a form
  • Form methods
  • Create, populate, and extend menu items
  • Create and extend menus
  • Test form functionality and data connections
  • Diagnose and optimize client performance
  • Optimize form loading and performance

Create classes in finance and operations apps

Classes are blocks of code that contain data and methods. When developing for finance and operations apps, you use the X++ language to create new classes.

  • Add a class to a project
  • Implement the global cache and singleton
  • Add code and methods to meet business requirements
  • Data manipulation
  • Lab - Insert records by using a runnable class

Implement role-based security in finance and operations apps

Finance and operations apps use role-based security to assign access to components in the system. A user who is assigned to a security role has access to the set of privileges that is associated with that role.

  • Create and modify duties, privileges, and permissions
  • Enforce permissions policy
  • Extensible data security framework
  • Apply security permissions
  • Lab - Create a new security role and add duties
  • Microsoft Entra ID and OAuth 2.0 authentication

Build reports for finance and operations apps

Organizations have a lot of data. When an organization grows, its ability to provide context for all that data becomes increasingly crucial. Reports can organize data in a meaningful way. Finance and operations apps include reporting tools to help you create reports for your organizations, SQL Server Reporting Services (SSRS), Microsoft Power BI, and Microsoft Excel reports. You can use these reporting tools to visualize a data set in many ways, including as a tabular layout with collapsible tables and by using dashboards. Throughout this module, you build a foundation to design, create, and modify reports.

  • Implement Business document management
  • Create and modify reports that use SSRS
  • Implement query objects and query builder
  • Create and modify reports by using Power BI
  • Create and modify reports by using Excel
  • Exercise - Create and deploy a report

Build workspaces in finance and operations apps

Workspaces are personalized work centers with data, reports, and transactions and are designed to increase efficiency of daily tasks. Workspaces can be created and modified by developers. There are many reasons to design and create a workspace in the developer environment rather than the user interface. For instance, your business might want key performance indicator (KPI) tiles, analytical components, drillthrough components, or other advanced features that cannot be created or modified in the user interface.

  • Design KPIs
  • Create drill-through workspace elements
  • Create custom reusable report functions by using RDL
  • Implement built-in KPIs, charts, and other reporting components
  • Exercise - Create a workspace and add a tile, list, link, and Power BI element

Explore extensions and the extension framework in finance and operations apps

Finance and operations apps are customized by using extensions, which let you add functionality to model elements and source code in the Application Object Tree (AOT) by using Visual Studio.

  • Customization models
  • Assess the extensibility of code
  • Extension points for frameworks
  • Develop code to extend a framework
  • Create pre-event and post-event handler classes
  • Implement the SysOperationSandbox framework
  • Implement the workflow framework
  • Lab - Extend an EDT

Extend elements in finance and operations apps

Elements in finance and operations apps are customized through extensions to help you modify properties, add components, or remove controls.

  • Add a table extension to a project
  • Add a form extension to a project
  • Lab - Extend a form and add controls
  • Extend menus
  • Implement delegates

Consume business events in finance and operations apps

Business events provide a mechanism that lets external systems receive notifications from finance and operations apps. In this way, the systems can perform business actions in response to the business events.

  • Business event framework
  • Create a new business event
  • Activate business events
  • Consume business events
  • Extend an existing business event
  • Role-based security for business events
  • Business events in Microsoft Power Automate

Work with class extensions in finance and operations apps

This module provides the tools and information that you need to effectively use class extensions in finance and operations apps. It shows you how to enhance and extend the functionality of classes without altering their original source code. Additionally, the module covers key concepts, such as method wrapping and the chain of command, allowing for controlled, layered customization of system behavior.

  • Class extensions
  • Chain of command and method wrapping
  • Best practices

Explore data integration concepts in finance and operations apps

As a developer, you're usually part of the data integration scenarios during and after a finance and operations apps implementation. This module explores web application programming interfaces (APIs) that are available for finance and operations apps and helps you understand the key differences between synchronous and asynchronous integrations for the application.

  • Data integration overview
  • Synchronous integration
  • Asynchronous integration

Work with synchronous integrations in finance and operations apps

Connect to your finance and operations apps data by using data entities, where data is accessed outside of the application and with different endpoint and external applications.

  • Develop an entity and enable it for data export
  • Extend a data entity
  • Implement custom services
  • Implement custom services and the Batch OData API
  • Expose OData endpoints from data entities
  • Consume external web services
  • Integrate finance and operations apps with Microsoft Excel
  • Integrate finance and operations apps with external applications by using Power Apps
  • Download electronic document interchange solutions
  • Verify source and target data for auditing
  • Debug with JSON Web Tokens

Implement the Data management package API for finance and operations apps

The Data management framework's package representational state transfer (REST) application programming interface (API) lets you integrate with finance and operations apps by using data packages.

  • Import and export APIs
  • Monitor the status of APIs
  • Manage entity change tracking
  • Create wrapper classes to consume external web services
  • Create wrapper classes with C#

Work with asynchronous integrations in finance and operations apps

Integrations are an important component of implementing finance and operations apps. By implementing recurring integrations, you can enable the exchange of documents or files between finance and operations apps and other applications or services.

  • Set up a data project and recurring data job
  • Exercise - Create a data project and recurring data job
  • Implement authorization to support integration
  • Monitor status and availability of entities
  • Develop data transformation
  • Microsoft Dataverse integrations
  • Integrate Dataverse by using virtual entities
  • Work with composite data entities
  • Azure Data Lake and Entity Store
  • Connect to Azure Data Lake Storage
  • Change data in Azure Data Lake
  • Power Platform convergence

Prepare data for migration to finance and operations apps

When it is time to migrate data, the more you know, the easier it is to control operational complexity and reduce costs. Your customer's business continuity must be your priority. Learn how to prepare data for migration, by using the data management framework to manage data entities and data entity packages in finance and operations apps.

  • Select a data integration (import/export) strategy
  • Common migration scenarios and tools
  • Bring your own database (BYOD)
  • Test a data migration and validate output

Manage data sources with external data stores in finance and operations apps

Administrators often need access to their data from finance and operations apps, to perform analytics that will help ensure that certain parameters or business metrics are met.

  • Identify report data source requirements for external sources
  • Differentiate among report data stores
  • Create and manage custom data sources
  • Optimize data entities to achieve better performance
  • Lab - Create a data entity

Integrate finance and operations apps with Microsoft Azure

Finance and operations apps are integrated with Microsoft Azure to help power many of its built-in capabilities, such as search and intelligence. This module will focus on custom cloud integrations that you can build that are unique to your own project integration needs.

  • Develop and integrate by using Logic Apps
  • Develop and integrate Microsoft Power Platform
  • Integrate finance and operations apps with enterprise applications
  • Automate EAI, B2B, EDI, and business processes with Logic Apps
  • Consume data from the Azure Machine Learning service
  • Enable connectivity with external services
  • Optimize data entities to achieve better performance

Connect to Microsoft Power Platform services with finance and operations apps

Microsoft Power Platform services like Power Apps and Power Automate, and the Common Data Model are tools that you can use to create efficient ways to get more work done with finance and operations apps.

  • Connect your finance and operations apps data using Power Automate
  • Triggers and actions used in Power Automate for finance and operations apps
  • Connect to your finance and operations apps data with Power Apps
  • Finance and operations data on Common Data Model and Microsoft Dataverse

Prepare data for migration to finance and operations apps

When it is time to migrate data, the more you know, the easier it is to control operational complexity and reduce costs. Your customer's business continuity must be your priority. Learn how to prepare data for migration, by using the data management framework to manage data entities and data entity packages in finance and operations apps.

  • Select a data integration (import/export) strategy
  • Common migration scenarios and tools
  • Bring your own database (BYOD)
  • Test a data migration and validate output

Work with data management in finance and operations apps

You can export or import data in finance and operations apps by using the Data management workspace. Validate the data by staging the source data, and then move it to the target tables in the finance and operations apps database.

  • Data management concepts
  • Use data entities for data management and integration
  • Work with the Data management workspace
  • Using Standard and Enhanced views for tiles
  • Use templates in data management
  • Export, import, and copy data into a legal entity
  • Lab - Explore the Data management workspace
  • Lab - Export data using the Data management workspace
  • Database movement operations
  • Data sharing framework

Perform user acceptance testing in finance and operations apps

After all customer requirements have been handled by either configuration, customization, and integration, you need to know how to perform user acceptance testing (UAT) in finance and operations apps to validate the solution. User acceptance testing is an important step in the go-live preparation. You can perform automated tests by using the Regression suite automation tool (RSAT).

  • Create user acceptance test libraries
  • Record test cases and save to the business process modeler (BPM)
  • Synchronize and configure your test plan in Azure DevOps
  • Run user acceptance tests
  • Data task automation
  • Exercise - Build test scripts to test business functionality

Prepare to go-live with finance and operations apps

All your hard work becomes a success by moving the implemented solution in finance and operations apps to the production environment. You want a happy customer, a quality solution, and peace of mind during this important phase, which is known as go-live. Learn how to prepare to go live with a finance and operations apps project by using Microsoft Dynamics Lifecycle Services.

  • Understand the go-live process
  • Complete the Lifecycle Services methodology
  • Manage environments in the Implementation portal
  • Perform user acceptance testing (UAT) for your solution
  • FastTrack go-live assessment
  • Request a production environment

Work with analytics and reporting in finance and operations apps

Business leaders can make important decisions in their company if they have accurate insight into the underlying financial and operational data. Without data visibility, business leaders are challenged with a nearly impossible task. By using analytics and reporting in finance and operations apps, you can empower every business user, depending on their security rights, to get the insights they need to make those important decisions.

  • Understand different types of reports and inquiries
  • Financial reporting
  • Find inquiries and reports
  • Generate and consume inquiries and reports
  • Configure finance and operations apps for Microsoft Power Platform
  • Lab - Work with reports

Configure electronic reporting in Dynamics 365 Finance

Instead of extending the code for Dynamics 365 Finance to meet regulatory features and compliance for different countries or regions, a business user can configure and use the electronic reporting tool without a single line of code. For example, you can adopt new regulatory requirements and generate business documents in the required format to electronically exchange information with government bodies, banks, and other parties.

  • Configure electronic reporting
  • Use barcode data sources to generate bar code images
  • Lab - Generate electronic documents for payments
This class has hands-on labs provided by Go Deploy.