Target group

Developers, Technical Specialists, Dynamics AX Consultants, Dynamics AX Administrators.

Preliminary Knowledge

Candidates have basic knowledge of using Microsoft Dynamics 365 for Finance and Operations, the Dynamics 365 Finance and Operations Fundamentals (DO-INT) course. Some knowledge of the basics of Object Oriented Programming is recommended, for example Introduction to Programming (Course 10975A).

Contents

  • Overview of the architecture, the components that make up the system. System customization and deploying changes are covered in depth.
  • Learn what options Visual Studio offers for customizing the system. Concepts covered include build, synchronization, code compare, debugging and versioning.
  • Build different types of forms. Forms use components that may or may not be connected to internal/external data. A diagram can be used to visualize data.
  • Several new elements are created in the definition tree (AOT). Each element has an application and is created using Microsoft guidelines (Best Practices).
  • Write and test X++ code. A logical error in code is easily made, as is wrong input from the end user. Take advantage of the test framework to make the solution more robust.
  • Develop advanced object-oriented X++ code. Consider: inheritance, ?attribute classes? or ?chain of commands?
  • Explore reporting capabilities: SSRS, Power BI and Excel.
  • Create your own workspace, or modify an existing workspace.
  • Exchange data via data management. Work out import/export scenarios using data entities and services (OData and RESTful APIs).
  • Gain insight into overall security and create necessary security elements.
  • Optimize code using cache and bulk commands.