|
Development IV in Microsoft Dynamics AX 4.0 Course
8643 :
4 day; Instructor-Led |
|
Introduction It covers both technical and application specific areas of Microsoft Dynamics AX. The technical section ensures that the student has obtained all necessary technical knowledge before progressing to the application specific section. It only covers areas that have not been included in Microsoft Dynamics AX Development classes I, II & III. The application specific section aims at helping the student understand the more complicated processes within Microsoft Dynamics AX. The training material is useful as a reference when a refresher of the process is needed. It covers six key Microsoft Dynamics AX modules; Ledger, Trade, Inventory, Production, Project and Application Integration Framework, and goes into detail about the technical aspects of some of the main functions within each of these modules. Audience At
Course Completion • Be
aware of the availability, functionality and use of some more advanced
functions and procedures
• Have
completed Microsoft Dynamics AX Development III: X++ Advanced
Course
Materials Course
Outline This chapter gives students a general overview of Microsoft Dynamics AX Development IV course. Main Topic • About
this class After completing this module, students will be able to: • Aware
of the course structure Chapter 1: Development Guidelines This chapter covers some advanced X++ functions that are used frequently in the application, and that the student may not be familiar with. Main Topics • Data
Migration Labs • Field
initialized on salesLine from inventTable After completing this module, students will be able to: • Make
informed decisions about the method used during data migration Chapter 2: Writing Secure Code The Microsoft trustworthy computing goals are designed to deliver the level of trust and responsibility that people expect from the computing industry. Main Topics • Introduction
to Trustworth Computing. Labs • Using
Secure Code Features After completing this module, students will be able to: • Implement
secure X++ code. Chapter 3: Number Sequences Number sequences are created and used by all programmers regularly. This chapter highlights the correct way to create a new number sequence and how to use a number sequence in code. It also explores the more advanced options available. Main Topics • Technical
Overview Labs • Create
a new number sequence After completing this module, students will be able to: • Assign
a New Number Chapter 4: Print Job Settings Print Job Settings are used to control and retrieve settings when writing to a printer. This chapter details how to use these correctly. Main Topics • Setting
Print Options Labs • Enable
print options to be saved per POS register After completing this module, students will be able to: • Set
Print Options Chapter 5: Business Connector When using the Microsoft Dynamics AX Business Connector, other applications can access Microsoft Dynamics AX as a .NET or COM object. This means that the application can gain access to the data and business logic of Microsoft Dynamics AX, which enables the use of such applications as front ends, to Microsoft Dynamics AX. Main Topics • Overview Labs • Create
an interface to a C# .NET Front end to the POS module After completing this module, students will be able to: • Understand
what the Business Connector can be used for. Chapter 6: XML This chapter explores the use of XML within Microsoft Dynamics AX. It gives the student an idea of some of the possibilities available with XML and gives examples of where XML is used today. Main Topics • Creating
XML files Labs • Enable
print options to be saved per POS register After completing this module, students will be able to: • Make
informed decisions about the method used during data migration Chapter 7: ActiveX In this chapter the student learns how to add Active-X controls, how to manipulate them and how to find more information about how to use other active-x controls. Main Topics • ActiveX
in Microsoft Dynamics AX After completing this module, students will be able to: • Use
ActiveX control in Microsoft Dynamics AX Chapter 8: DLL This chapter discusses DLL’s. It describes what they are, how they are created and how to use them in Microsoft Dynamics AX 4.0. Main Topics • Creating
a DLL Labs • Create
a graph of customer balance over time After completing this module, students will be able to: • Understand
what DLL’s are and what they can be used for Chapter 9: CLR Integration TBD Main Topics • Reference
CLR Assemblies in the AOT Labs • CLR
Interoperability After completing this module, students will be able to: • Reference
CLR assemblies in Microsoft Dynamics AX AOT. Chapter 10: Ledger This chapter helps the student understand two methods of posting transactions to the General Ledger. Due to the many varied situations that this could occur, there are a number of ways to approach this. Main Topics • LedgerVoucher Labs • Write
an End of Day routine for the POS Module After completing this module, students will be able to: • Understand
the concepts behind the two main methods of posting transactions to the
general ledger Chapter 11: Trade The most common area for modifications in Microsoft Dynamics AX is the sales and purchase updates. This chapter explores the FormLetter constructs, and takes the students throught the code. There are also an number of journals associated with these modules and the are also be discussed. Main Topics • TableType
and LineType Labs • Post
payments to AR After completing this module, students will be able to: • Use
SalesTableType, SalesLineType, PurchTableType, and PurchLineType Chapter 12: Inventory This chapter explores both ways in which to post inventory transactions, and also how to manipulate inventory dimension during both posting and when retrieving data. Inventory dimension are discussed in detail and once the student has seen examples of how to use them, they will understand the concept easily. Main Topics • Inventory
Journals Labs • Add
inventory dimensions to the POS form After completing this module, students will be able to |