Development II in Microsoft Dynamics AX 2012 Training Course (80304)

Description

Duration: 2 days

This two-day instructor-led course introduces students to the tools available in Microsoft Dynamics AX 2012 development environment.

Course 80304 Development II in Microsoft Dynamics AX 2012 is designed for experienced systems consultants typically working for a Microsoft Dynamics partner that is selling, consulting, implementing, and supporting Microsoft Dynamics AX 2012.

  • · Describe the basic features of Microsoft Dynamics AX 2012.
  • · Review basic form of navigation.
  • · Review the architecture of Microsoft Dynamics AX 2012.
  • · Describe the options for making development changes in Microsoft Dynamics AX 2012.
  • · Describe the theory of Model-Driven Architecture in Microsoft Dynamics AX 2012.
  • · Review licensing and configuration.
  • · Explain the MorphX development environment and the Application Object Tree.
  • · Design tables using MorphX.
  • · Describe the different data types within Microsoft Dynamics AX.
  • · Create a new table.
  • · Learn how to create and modify indexes using MorphX.
  • · Describe relations on Microsoft Dynamics AX tables.
  • · Learn how to create and modify Enumerated data types.
  • · Learn how to create and modify views.
  • · Design and build Forms in Microsoft Dynamics AX.
  • · Join two data sources on a form.
  • · Create customized menus and menu items.
  • · Create a form using form templates.
  • · Know the components of a listing page.
  • · Create a new FactBox.
  • · Describe the elements of Role-Based Security in Microsoft Dynamics AX.
  • · Setup a new user.
  • · Assign roles to a user.
  • · Assign a security role to a user.
  • · Edit duties assigned to a role.
  • · Edit privileges assigned to a duty.
  • · Edit permissions assigned to a privilege.
  • · Search for roles with access to a menu item

What’s included?

  • Authorized Courseware
  • Intensive Hands on Skills Development with an Experienced Subject Matter Expert
  • Hands-on practice on real Servers and extended lab support 1.800.482.3172
  • Examination Vouchers & Onsite Certification Testing- (excluding Adobe and PMP Boot Camps)
  • Academy Code of Honor: Test Pass Guarantee
  • Optional: Package for Hotel Accommodations, Lunch and Transportation

With several convenient training delivery methods offered, The Academy makes getting the training you need easy. Whether you prefer to learn in a classroom or an online live learning virtual environment, training videos hosted online, and private group classes hosted at your site. We offer expert instruction to individuals, government agencies, non-profits, and corporations. Our live classes, on-sites, and online training videos all feature certified instructors who teach a detailed curriculum and share their expertise and insights with trainees. No matter how you prefer to receive the training, you can count on The Academy for an engaging and effective learning experience.

Methods

  • Instructor Led (the best training format we offer)
  • Live Online Classroom – Online Instructor Led
  • Self-Paced Video

Speak to an Admissions Representative for complete details

StartFinishPublic PricePublic Enroll Private PricePrivate Enroll
12/25/202312/26/2023
1/15/20241/16/2024
2/5/20242/6/2024
2/26/20242/27/2024
3/18/20243/19/2024
4/8/20244/9/2024
4/29/20244/30/2024
5/20/20245/21/2024
6/10/20246/11/2024
7/1/20247/2/2024
7/22/20247/23/2024
8/12/20248/13/2024
9/2/20249/3/2024
9/23/20249/24/2024
10/14/202410/15/2024
11/4/202411/5/2024
11/25/202411/26/2024
12/16/202412/17/2024
1/6/20251/7/2025

Curriculum

Module 1: Introduction to X++
This module introduces the students to the characteristics of X++.

Lessons

  • Introduction
  • Characteristics of X++
  • Development Tools
  • Reverse Engineering
  • Best Practices

Lab: Print to the Screen
Lab: Debug the Job
Lab: Create a Data Model
Lab: Create an XML Developer Document

After completing this module, students will be able to:

  • Identify key features of developing with X++.
  • Describe the basic foundation of object-oriented programming.
  • Use the development tools available within Microsoft Dynamics AX 2012.
  • Create object and data models from existing application elements by using the Reverse Engineering tool.
  • Use best practices to instill good programming habits.

Module 2: X++ Control Statements
This module explains how to use control statements in X++.

Lessons

  • Introduction
  • Introduction to Variables
  • Operators
  • Conditional Statements
  • Loops
  • Built-in Functions
  • Communication Tools

Lab: Create a Times Table Using a While Loop
Lab: Create a Times Table Using a Do…while Loop
Lab: Create a Times Table Using a for Statement
Lab: Create a YesNo Box
Lab: Create an Infolog Tree
Lab: Create a Dialog Box
Lab : Use X++ Control Statements

After completing this module, students will be able to:

  • Declare and use extended data types for variables.
  • Use the various operators available in X++.
  • Control program flow using conditional statements in X++.
  • Repetitively call the same blocks of code by using Loop statements.
  • Use standard functions that are built into the application
  • Use output commands to display data and messages to the user.

Module 3: Classes and Objects

This module discusses how to use classes and objects within Microsoft Dynamics AX 2012.
Lessons

  • Introduction
  • Classes
  • Method Access Control
  • Inheritance
  • Objects
  • Scoping and Parameters in X++
  • Methods
  • Referencing Object Methods
  • Method Types
  • Table as Classes
  • Eventing

Lab: Create a New Class
Lab: Allow Access to Methods
Lab: Instantiating a Class
Lab: Use Method Parameters
Lab: Create a Run Method
Lab: Create a Calculator Class

After completing this module, students will be able to:

  • Use the classes within Microsoft Dynamics AX 2012 X++ development
  • Control access to methods using Access Control Method Modifiers
  • Extend a class using the concept of inheritance
  • Describe the differences between an object and a class
  • Initialize variables in the appropriate place according to scoping rules
  • Call methods within the same class
  • Use the different method types available
  • Describe the similarities and differences between tables and classes
  • Use the eventing publisher and subscriber model when modifying code in the application.

Module 4: Accessing the Database

This module explains how to develop modifications that interact with the database.

Lessons

  • Introduction
  • Retrieving Data
  • Data Manipulation
  • Queries

Lab: Retrieving Data
Lab: Update
Lab: Create Query Using X++After completing this module, students will be able to:

  • Retrieve data from the database using a select statement.
  • Create, update, and delete data in the database.
  • Use and build queries using kernel classes.

Module 5: Exception Handling

This module discusses the mechanisms built in Microsoft Dynamics AX 2012 to help with exception handling.
Lessons

  • Introduction
  • Exceptions
  • Try and Catch Exceptions
  • Throwing Exceptions
  • Optimistic Concurrency Exceptions

Lab: Handle an Exception

After completing this module, students will be able to:

  • Examine the exception handling mechanism in Microsoft Dynamics AX.
  • Use the Try, Catch, and Retry statements.
  • Throw an exception from code.
  • Identify and create code used to handle optimistic concurrency exceptions.

Module 6: Security for Developers
This module introduces some more advanced security features of Microsoft Dynamics AX 2012.
Lessons

  • Introduction
  • Permissions
  • Security Policies
  • Code Access Security
  • Display Method Authorization