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

Varighed

Varighed:

Kun 2 dage

Metode

Metode:

Klasseværelse / Online / Hybrid

Næste dato

Næste dato:

24/6/2024 (Mandag)

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.

Her er 4 gode grunde til at du skal tage AX 12 Development hos Firebrand Training:

  1. Du bliver AX 12 Development uddannet hurtigere. Du lærer mere på vores 2 dages accelererede kursus og får mindst 12 timers daglig uddannelse i et distraktionsfrit miljø.
  2. Dit AX 12 Development kursus er alt-inklusiv. Du får en gennemskuelig pris, der dækker alle kursusmaterialer, overnatning og forplejning. Du skal ikke tænke på andet end at lære.
  3. Få masser af hands-on AX 12 Development erfaring. Din instruktør er ekspert, og træner dig ud fra accelererede metoder, så du lærer hurtigere og har de bedste muligheder for at tage hjem med de nye færdigheder du har brug for.
  4. Tag AX 12 Development hos en prisvindende uddannelsesleverandør. Vi har vundet adskillige udmærkelser heriblandt Microsofts "Årets Learning Partner" hele fire gange i træk og to Børsen Gazelle priser. Firebrand er din hurtigste vej til uddannelse, og vi har sparet 134.561 deltagere for mere end en million spildte timer siden 2001.

Er du klar til kurset? Tag en GRATIS test som hjælper dig med at bedømme din nuværende viden.

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

Det hele er inkluderet! Du får en alt-inklusiv kursuspakke, som er målrettet til dine behov. Vi tager os af enhver detalje, så det eneste du skal fokusere på er dine lærings- og certificeringsmål.

  • Transport til/fra specifikke afhentningssteder
  • Overnatninger, samtlige måltider samt adgang til forfriskninger, snacks, kaffe og the.
  • Intensiv Hands-on uddannelse med vores unikke (Lecture | Lab | Review)TM metode
  • Omfattende kursusmaterialer og labmanualer
  • Et helt igennem instruktørstyret program
  • 24 timers adgang til både undervisningslokale og instruktøren
  • Samtlige måltider samt adgang til forfriskninger, snacks, kaffe og the.
  • Certificeringsgaranti

Prerequisites

You must have working experience of Microsoft Dynamics AX 2009

Er du klar til dit Firebrand Kursus?

Vi interviewer alle potentielle deltagere angående deres baggrund, uddannelser, certificeringer og personlig indstilling. Hvis du kommer igennem denne screeningsprocedure, betyder det, at du har rigtig gode chancer for at bestå.

Firebrand Training tilbyder et ambitiøst uddannelsesmiljø, som forudsætter at du dedikerer dig til kurset. Ovenstående forkundskaber er vejledende; mange deltagere med mindre erfaring, men med en anden baggrund eller færdigheder, har haft succes med accelereret uddannelse hos Firebrand Training.

Hvis du funderer på hvorvidt du opfylder de anbefalede forkundskaber, er du meget velkommen til at ringe til os på 89 88 66 05 og tale med en af vores uddannelsesrådgivere, som kan hjælpe dig.

Kundereferencer

Her er Firebrand Training review afsnit. Siden 2001 har vi trænet præcist 134.561 studerende og professionelle og bedt dem alle om at gennemgå vores Accelerated Learning. Lige nu har 96,41% sagt, at Firebrand har overgået deres forventninger.

Læs anmeldelser fra de seneste accelererede kurser nedenfor, eller besøg Firebrand Stories for skriftlige og videointerviews med vores alumner.


"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."
Anonym (9/8/2011 (Tirsdag) til 10/8/2011 (Onsdag))

"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 (Tirsdag) til 10/8/2011 (Onsdag))

"Long days, but definitely worth it!"
A.B. (15/7/2011 (Fredag) til 16/7/2011 (Lørdag))

"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."
Anonym (9/8/2011 (Tirsdag) til 10/8/2011 (Onsdag))

"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 (Tirsdag) til 10/8/2011 (Onsdag))

Kursusdatoer

Starter

Slutter

Tilgængelighed

Sted

Tilmelding

19/2/2024 (Mandag)

20/2/2024 (Tirsdag)

Afsluttet - Giv feedback

-

 

24/6/2024 (Mandag)

25/6/2024 (Tirsdag)

Venteliste

Landsdækkende

 

5/8/2024 (Mandag)

6/8/2024 (Tirsdag)

Begrænsede pladser

Landsdækkende

 

16/9/2024 (Mandag)

17/9/2024 (Tirsdag)

Tilgængelige pladser

Landsdækkende

 

28/10/2024 (Mandag)

29/10/2024 (Tirsdag)

Tilgængelige pladser

Landsdækkende

 

9/12/2024 (Mandag)

10/12/2024 (Tirsdag)

Tilgængelige pladser

Landsdækkende

 

Seneste anmeldelser fra vores studerende