0% found this document useful (0 votes)
155 views5 pages

Course Syllabus: Course 80011: Development I in Microsoft Dynamics AX 2009

AXAPTA

Uploaded by

bethanco2009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
155 views5 pages

Course Syllabus: Course 80011: Development I in Microsoft Dynamics AX 2009

AXAPTA

Uploaded by

bethanco2009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Course Syllabus

Course 80011: Development I in Microsoft Dynamics AX


2009
Key Data Elements of this syllabus are subject to change.
Course number: 80011
Introduction
Number of Days: 2
This two day instructor led course introduces the student to the Microsoft Dynamics
Available: August 2008 AX 2009® MorphX® development environment. This course develops your
Languages: understanding of the integrated development environment of the Microsoft Dynamics
AX 2009 MorphX Development Suite. By learning the basics of MorphX, you will
• U.S. English
understand the building blocks of the Microsoft Dynamics AX 2009 solution. These are
Format: necessary toward building customizations to add to a customer’s final solution.
• Instructor-Led Training
(lecture and labs)
Topics include Microsoft Dynamics AX 2009 architecture, data objects, user interfaces
Student Materials: in Microsoft Dynamics AX 2009, reporting, and a case study to incorporate all the
• Student Courseware tools. This course provides a solid foundation for development in Microsoft Dynamics
Certification Exam: AX 2009 and will enable the student to be successful in more advanced development
• AX 2009 Development courses.
Introduction
Certification Track: Development This is the first course in the Dynamics AX 2009 Development curriculum and will
serve as the entry point for other AX 2009 development courses.
This course syllabus should be
used to determine whether the Audience
course is appropriate for the
This course is intended for individuals who will be developing and customizing
students, based on their current
Microsoft Dynamics AX 2009 applications. This audience typically includes application
skills and technical training
consultants who are tasked with creating a customized application that is based on
needs.
specific client requirements. Additionally, consultants who are responsible for training
Course content, prices, and or supporting the customer will benefit from the course.
availability are subject to
change without notice. At Course Completion
After completing this course, students will be able to:
ƒ Describe the architecture of Microsoft Dynamics AX 2009.
ƒ List the main elements of Microsoft Dynamics AX 2009 development.
ƒ Use the MorphX development environment and the AOT.
ƒ Design and create tables, forms, reports, and menus.
ƒ Add Places, Forms and Menus to the Navigation Pane and the Area Page.
ƒ Modify objects within each major Data Dictionary category.
ƒ Create a customized user interface.
Key Related Courses: ƒ Use the Microsoft Dynamics AX 2009 Help documentation.
ƒ Create report and section templates.
• 80020: Introduction to ƒ Build a customized application that is based on specific requirements.
Microsoft Dynamics®
AX 2009
• 80012: Development
II in Microsoft
Dynamics® AX 2009
• 80013: Development
III in Microsoft
Dynamics® AX 2009
• 80014: Development
IV in Microsoft
Dynamics® AX 2009
For a referral to a Microsoft Certified Partner of Learning Solutions in your area, see the
Microsoft Training and Certification Web site at http://www.microsoft.com/traincert.
Call your local Microsoft CPLS for more information and to register for classes.
Course Outline • Development I in Microsoft Dynamics AX 2009

Prerequisites
Before attending this course, students must have:
ƒ Some working knowledge of Microsoft® Windows®
ƒ Basic knowledge of programming methodologies and integrated development
environments.
ƒ General Microsoft Dynamics AX 2009 knowledge helps but is not required for this
course.
In addition, it is recommended, but not required, that students have completed:
ƒ Course 280020: Introduction to Microsoft Dynamics® AX 2009.

Student Materials
The student kit includes a comprehensive workbook and other necessary materials for
this class.

To help you prepare for this class, review the following resources:

Chapter 1: Microsoft Dynamics AX 2009 Architecture


This chapter explains the concepts behind the Microsoft Dynamics AX 2009
architecture. The student is also introduced to the main elements of the MorphX
development environment.

Sections

ƒ Features of Microsoft Dynamics AX 2009


ƒ Microsoft Dynamics AX 2009 Application Essentials
ƒ Microsoft Dynamics AX 2009 Layered Architecture
ƒ Tools for Customization
ƒ Security
ƒ Inquiry and Reports
ƒ Best Practices
Demonstrations and Labs
ƒ Creating a New Record in the Customer Table
ƒ Sorting Records
ƒ Filtering Records on the Sales Order Form
ƒ Finding Records
ƒ Setup the Data Crawler
ƒ Lab - Filtering Records on the Customer Form
ƒ Using the Label File Wizard
ƒ Using Intellimorph
ƒ Lab - Moving a Column
ƒ Work with a Company
ƒ Creating a New User Group
ƒ Creating a Simple Query on an Auto Report
ƒ Adding a Table in an Advanced Query
ƒ Lab - Creating a Simple Inquiry on an Auto-Report
ƒ Test Your Knowledge Questions
Course Outline • Development I in Microsoft Dynamics AX 2009

After completing this chapter, students will be able to:


ƒ List the advantages of using Microsoft Dynamics AX 2009.
ƒ Describe the main elements of Microsoft Dynamics AX 2009 development.
ƒ Navigate throughout Microsoft Dynamics AX 2009.
ƒ Understand the layered architecture of Microsoft Dynamics AX 2009.
ƒ Describe the basic security architecture.
ƒ Describe how Microsoft Dynamics AX 2009 uses Companies.
ƒ Use Microsoft Dynamics AX 2009 Auto-Reporting.

Chapter 2: Data Dictionary


This chapter explores the MorphX development environment. By the end of this
chapter, the student can create and modify objects within each major Data Dictionary
category.

Sections
ƒ MorphX and the Application Object Tree
ƒ Tables
ƒ Relations
ƒ Data Types – Extended and Primitive
ƒ Base Enumerations
ƒ Maps
ƒ Views
ƒ Indices
Demonstrations and Labs
ƒ Opening the AOT
ƒ Creating a table
ƒ Lab – Table Creation
ƒ Creating a Relation on a Table
ƒ Creating an Extended Data Type
ƒ Assigning an Extended Data Type to a Field
ƒ Creating Base Enums
ƒ Creating an Extended Data Type By Using Base Enums
ƒ Creating Views
ƒ Lab - Views
ƒ Creating an Index
ƒ Lab - Indices
After completing this chapter, students will be able to:
ƒ Describe the MorphX development environment and the Application Object Tree
(AOT).
ƒ Design and create tables using MorphX.
ƒ Use relations on Microsoft Dynamics AX 2009 tables.
ƒ Use the different data types within Microsoft Dynamics AX 2009.
ƒ Describe the role of Views.
ƒ Use the different types of Indices.
ƒ Create and modify objects within each major Data Dictionary category.
Course Outline • Development I in Microsoft Dynamics AX 2009

Chapter 3: User Interfaces


This chapter focuses on graphical interfaces in Microsoft Dynamics AX 2009 such as
forms and menus. Students will be able to customize and build both of these objects.
Microsoft Dynamics AX 2009 Non Graphical objects are also discussed.

Sections
ƒ Projects
ƒ Forms
ƒ Menu items in MorphX
ƒ Navigation Panes and Area Pages
ƒ Microsoft Dynamics AX 2009 Non Graphical Objects
Demonstrations and Labs
ƒ Create a Project
ƒ Examining a Form’s Design
ƒ Build a Form
ƒ Create the Form Design
ƒ Lab – Form Creation
ƒ Creating a Display Menu Item
ƒ Adding a Menu Item to a Menu
ƒ Create a Menu and Add a Menu Reference
ƒ Lab – Menu Item Creation
ƒ Create a Query
ƒ Create an Advanced Query
After completing this chapter, students will be able to:
ƒ Use projects in Microsoft Dynamics AX 2009.
ƒ Describe Microsoft Dynamics AX 2009 graphical interfaces.
ƒ Design and build Forms in Microsoft Dynamics AX 2009.
ƒ Create customized menus and menu items.
ƒ Describe non-graphical objects in Microsoft Dynamics AX 2009.
ƒ Create Queries and describe where queries can be used.

Chapter 4: Report Adjustments


This chapter focuses on report elements. The student will design reports using
different methods in addition to create report and section templates.

Sections
ƒ Introduction to Report Adjustments
ƒ Working with Report Design
ƒ Report Templates
Course Outline • Development I in Microsoft Dynamics AX 2009

Demonstrations
ƒ Working with the Visual Report Designer
ƒ Modifying Report Properties
ƒ Using the Auto Design Specs
ƒ Create a Custom Report Design
ƒ Building a Custom Generated Report
ƒ Create and Attach a Report Template
ƒ Create and Attach a Section Template
ƒ Test Your Knowledge Questions
After completing this chapter, students will be able to:
ƒ Use the visual report designer in Microsoft Dynamics AX 2009.
ƒ Work effectively with report elements.
ƒ Design reports using different methods.
ƒ Create report and section templates.
ƒ Use best practices creating reports.

Appendix: Case Study


This chapter serves as a case study using MorphX and its components. Elements
discussed in previous chapters are used to build a functional application that is based
on a client's requirements.

Sections
ƒ Scenario
ƒ Part 1: Metadata Design
ƒ Part 2: Creating the Basic Data Objects
ƒ Part 3: Creating the Graphical Components
Exercises
ƒ Use the tools and utilities described in the previous chapters to design and
customize an application.
Use this chapter to build:
ƒ Tables
ƒ Relations
ƒ Base enumerations
ƒ Extended data types
ƒ Basic forms
ƒ Reports
ƒ Menus
ƒ Menu items

Appendix: Solutions
This Appendix contains all the answers to the Test Your Knowledge and Test Your
Skills sections.

© 2008 Microsoft Corporation. All rights reserved.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy