Microsoft - What's New - Technical in Dynamics AX 2012 for Development

Duration

Duration:

Just 2 Days

Method

Method:

Classroom / Online / Hybrid

Next date

Next date:

24/6/2024 (Monday)

Overview

This two-day course will provide you with an introduction to the new features and functionality of Microsoft Dynamics AX 2012.

The course is aimed at experienced systems consultants that are typically working for a Microsoft Dynamics Partner that is selling, consulting, implementing, and / or supporting Microsoft Dynamics AX 2012.

After the course, you will be able to:

  • Describe the new interface elements in Microsoft Dynamics AX.
  • Understand how to use the organization model, and its importance in the implementation process.
  • Use and update the help system.
  • Describe the Microsoft Office Add-Ins in Microsoft Dynamics AX.
  • View work items that are based on specific business documents in one location.
  • Discuss improvements made to the document handling feature in Microsoft Dynamics AX 2012.
  • Understand how to set up alert rules to work across all organizational structures.
  • Understand the different options available when you migrate data between environments.
  • Explain the new features and benefits of the Global Address Book (GAB).
  • Understand the code upgrade process.
  • Demonstrate Models and the SQL Server-based Model repository.
  • Discuss the separation of the developer from the application experience as a new workspace.
  • Understand the improvements made to the X++ Editor.
  • Explain the deployment of label files within a model store.
  • Understand how to browse type hierarchies in the application model. This includes table inheritance, by using the Type Hierarchy Browser and Type Hierarchy Context window.
  • Discuss the improvements made to the Reverse Engineering Tool.
  • Understand the improvements made to the Visual Studio Tools for Microsoft Dynamics AX 2012.
  • Write business logic in managed code and integrate with Microsoft Dynamics AX 2012.
  • Understand the features that are introduced in Microsoft Dynamics AX 2012 to support the data normalization initiative.
  • Discuss date effectiveness and learn how to build date effective forms.
  • Discuss the Unit Of Work concept and learn how to enable a group of tables to be treated as a single transaction.
  • Discuss the additional improvements made to the data access framework including, Temp DB tables, data caching, query framework, full-text search and effects of disabling tables.
  • Explain how the concept of eventing lets the user use a publisher and subscriber model when manifesting changes occurring in the X++ application.
  • Understand how services lets the clients interact with and retrieve system information.
  • Explain how integration ports help streamlines service deployment.
  • Understand the architectural changes in Services and Application Integration Framework (AIF).
  • Discuss the improvements made for Enterprise Portal setup and deployment.
  • Discuss the improvements for Enterprise Portal security.
  • Explain the new user experience and additional user control components in Enterprise Portal.
  • Understand how the Business Connectivity Services provides an easy way to integrate Microsoft Dynamics AX business data with SharePoint to provide solutions for end users without writing any code.
  • Provide an overview for the improvements made to the security framework and explain Role-based Security.
  • Discuss the benefits of the Role-based Security framework.
  • Describe the extensible data security framework.
  • Explain the improvements made to Microsoft Dynamics AX 2012 Workflow.
  • Discuss the new graphical Workflow Editor which is used to model workflows by arranging elements similarly to how a business process is graphically modeled using Microsoft Visio.
  • Discuss how to implement a line-item workflow.
  • Explain the high-level improvements to Analytics in Microsoft Dynamics AX 2012.
  • Understand the developer experience improvements.
  • Explain the SQL Server Reporting Services report capabilities in Microsoft Dynamics AX 2012.
  • Understand the features added for Visual Studio Reporting Tools for Microsoft Dynamics AX.

Four reasons why you should sit your AX 12 Development course with Firebrand Training

  1. You'll be AX 12 Development trained and certified faster. Learn more on this 2-day accelerated course. You'll get at least 12 hours a day of quality learning time in a distraction-free environment
  2. Your AX 12 Development course is all-inclusive. One simple price covers all course materials, exams, accommodation and meals – so you can focus on learning
  3. Pass AX 12 Development first time or train again for free. Your expert instructor will deliver our unique accelerated learning methods, allowing you to learn faster and be in the best possible position to pass first time. In the unlikely event that you don't, it's covered by your Certification Guarantee
  4. Study AX 12 Development with an award-winning training provider. We've won the Learning and Performance Institute's "Training Company of the Year" three times. Firebrand is your fastest way to learn, with 134.561 students saving more than one million hours since 2001

Curriculum

Module 1: Overview

Lessons

  • Introduction
  • New User Interface Elements
  • Organizational Model
  • Help System
  • Microsoft Office Add-Ins
  • Work Items
  • Document Handling
  • Alerts
  • Global Address Book
  • Code Upgrade

After completing this module, students will be able to:

  • Describe the new interface elements in Microsoft Dynamics AX.
  • Understand how to use the organization model, and its importance in the implementation process.
  • Use and update the help system.
  • Describe the Microsoft Office Add-Ins in Microsoft Dynamics AX.
  • View work items that are based on specific business documents in one location.
  • Discuss improvements made to the document handling feature in Microsoft Dynamics AX 2012.
  • Understand how to set up alert rules to work across all organizational structures.
  • Explain the new features and benefits of the Global Address Book (GAB).
  • Understand the code upgrade process.

Module 2: MorphX

Lessons

  • Introduction
  • Model Repository
  • Development Workspace
  • X++ Editor
  • Label Files in MorphX
  • Type Hierarchy Views
  • Reverse Engineering Tool

Lab : Management of Models

  • Create and Use a Model
  • Export a Model
  • Delete a Model
  • Import a Model

After completing this module, students will be able to:

  • Demonstrate Models and the SQL Server-based Model repository.
  • Discuss the separation of the developer from the application experience as a new workspace.
  • Understand the improvements made to the X++ Editor.
  • Explain the deployment of label files within a model store.
  • Understand how to browse type hierarchies in the application model. This includes table inheritance, by using the Type Hierarchy Browser and Type Hierarchy Context window.
  • Discuss the improvements made to the Reverse Engineering Tool.

Module 3: Development with Visual Studio

Lessons

  • Introduction
  • Visual Studio Tools
  • Managed Code

Lab : Visual Studio Tool

  • Add a new Model project in Visual Studio

Lab : Managed Code

  • Create X++ Object
  • Managed Code
  • Research Object Relations

After completing this module, students will be able to:

  • Understand the improvements made to the Visual Studio Tools for Microsoft Dynamics AX 2012.
  • Write business logic in managed code and integrate with Microsoft Dynamics AX 2012.

Module 4: Data Access

Lessons

  • Introduction
  • Relational Modeling
  • Date Effectiveness
  • Unit of Work
  • Data Access Framework
  • Eventing

Lab : Create a Date Effective Form

  • Create a Date Effective Table
  • Demonstrate Date Gap
  • Demonstrate Date Overlap

After completing this module, students will be able to:

  • Understand the features that are introduced in Microsoft Dynamics AX 2012 to support the data normalization initiative.
  • Discuss date effectiveness and learn how to build date effective forms.
  • Discuss the Unit Of Work concept and learn how to enable a group of tables to be treated as a single transaction.
  • Discuss the additional improvements made to the data access framework including, Temp DB tables, data caching, query framework, full-text search and effects of disabling tables.
  • Explain how the concept of eventing lets the user use a publisher and subscriber model when manifesting changes occurring in the X++ application.

Module 5: Service and Application Integration

Lessons

  • Introduction
  • Services
  • Inbound and Outbound Ports
  • Architecture

Lab : Create a Service

  • Create the Service
  • Create the C# Project

After completing this module, students will be able to:

  • Understand how services enable clients to interact with and retrieve system information.
  • Explain how integration ports help streamlines service deployment.
  • Understand the architectural changes in Services and Application Integration Framework (AIF).

Module 6: Enterprise Portal Framework

Lessons

  • Introduction
  • Deployment and Setup
  • Security
  • User Experience
  • Enterprise Search and Business Data Connectivity Service

Lab : Create a List Page

After completing this module, students will be able to:

  • Discuss the improvements made for Enterprise Portal set up and deployment.
  • Discuss the improvements for Enterprise Portal security.
  • Explain the new user experience and additional user control components in Enterprise Portal.
  • Understand how the Business Connectivity Services provides an easy way to integrate Microsoft Dynamics AX business data with SharePoint to provide solutions for end users without writing any code.

Module 7: Security

Lessons

  • Introduction
  • Role-based Security Overview
  • Role-based Security Benefits
  • Extensible Data Security Framework

Lab : Assign Permission

  • Assign security permissions by using the new Role-based Security framework

After completing this module, students will be able to:

  • Provide an overview for the improvements made to the security framework and explain Role-based Security.
  • Discuss the benefits of the Role-based Security framework.
  • Describe the extensible data security framework.

Module 8: Workflow

Lessons

  • Introduction
  • Overview
  • Workflow Editor
  • Line-Item Workflows

Lab : Create a Work Item Queue

After completing this module, students will be able to:

  • Explain the improvements made to Microsoft Dynamics AX 2012 Workflow.
  • Discuss the new graphical Workflow Editor which is used to model workflows by arranging elements similarly to how a business process is graphically modeled using Microsoft Visio.
  • Discuss how to implement a line-item workflow.

Module 9: Analytics

Lessons

  • Introduction
  • Overview
  • Development Information

After completing this module, students will be able to:

  • Explain the high-level improvements to Analytics in Microsoft Dynamics AX 2012.

Module 10: Reporting

Lessons

  • Introduction
  • Overview
  • Development Information

Lab : Create a Simple ReportLab : Create an Advanced Report

After completing this module, students will be able to:

  • Explain the SQL Server Reporting Services report capabilities in Microsoft Dynamics AX 2012.
  • Understand the features added for Visual Studio Reporting Tools for Microsoft Dynamics AX.

What's Included

Microsoft Official Curriculum:

MOC 80299 - What's New - Technical in Microsoft Dynamics AX 2012 for Development

Your accelerated course includes:

  • Accommodation *
  • Meals, unlimited snacks, beverages, tea and coffee *
  • On-site exams **
  • Exam vouchers **
  • Practice tests **
  • Certification Guarantee ***
  • Courseware
  • Up-to 12 hours of instructor-led training each day
  • 24-hour lab access
  • Digital courseware **
  • * For residential training only. Accommodation is included from the night before the course starts. This doesn't apply for online courses.
  • ** Some exceptions apply. Please refer to the Exam Track or speak with our experts
  • *** Pass first time or train again free as many times as it takes, unlimited for 1 year. Just pay for accommodation, exams, and incidental costs.

Prerequisites

You must have working experience of Microsoft Dynamics AX 2009

Are you ready to get certified in record time?

We interview all applicants for the course on their technical background, degrees and certifications held, and general suitability. If you get through this screening process, it means you stand a great chance of passing.

Firebrand Training is an immersive training environment. You must be committed to the course. The above prerequisites are guidelines, but many students with less experience have other background or traits that have enabled their success in accelerated training through Firebrand Training.

If you have any doubts as to whether you meet the pre-requisites please call 89 88 66 05 and speak to one of our enrolment consultants, who can help you with a training plan.

Reviews

We've currently trained 134.561 students in 12 years. We asked them all to review our Accelerated Learning. Currently,
96,41% have said Firebrand exceeded their expectations:

"The trainer explained well and made the course interesting, covering all the material within time constraints, tailoring content and speed to match our skills. Will recommend to colleagues."
Anonymous (9/8/2011 (Tuesday) to 10/8/2011 (Wednesday))

"The facilities are condusive to learning, our trainer was excellent and we covered a lot of material in a short space of time. A great start to AX2012."
Christopher Rothery, Maxima. (9/8/2011 (Tuesday) to 10/8/2011 (Wednesday))

"Long days, but definitely worth it!"
A.B. (15/7/2011 (Friday) to 16/7/2011 (Saturday))

"The trainer explained well and made the course interesting, covering all the material within time constraints, tailoring content and speed to match our skills. Will recommend to colleagues."
Anonymous (9/8/2011 (Tuesday) to 10/8/2011 (Wednesday))

"The facilities are condusive to learning, our trainer was excellent and we covered a lot of material in a short space of time. A great start to AX2012."
Christopher Rothery, Maxima. (9/8/2011 (Tuesday) to 10/8/2011 (Wednesday))

Course Dates

Start

Finish

Status

Location

Book now

19/2/2024 (Monday)

20/2/2024 (Tuesday)

Finished - Leave feedback

-

 

24/6/2024 (Monday)

25/6/2024 (Tuesday)

Wait list

Nationwide

 

5/8/2024 (Monday)

6/8/2024 (Tuesday)

Limited availability

Nationwide

 

16/9/2024 (Monday)

17/9/2024 (Tuesday)

Open

Nationwide

 

28/10/2024 (Monday)

29/10/2024 (Tuesday)

Open

Nationwide

 

9/12/2024 (Monday)

10/12/2024 (Tuesday)

Open

Nationwide

 

Latest Reviews from our students