MAXCACHE no licensing 80014 Разработка IV в Microsoft Dynamics AX 2009 | Giusto Consulting

Курс 80014. Разработка IV в Microsoft Dynamics AX 2009

↓ Запрос на обучение

Course 80014A. Development IV in Microsoft Dynamics AX 2009

Продолжительность 4 дня.

Ближайшие даты по обучению Axapta.

*Описание курса 80014 Разработка IV в Microsoft Dynamics AX 2009 представлено на английском языке. Курс читается на русском языке.

About this Course

This four-day Development IV in Microsoft Dynamics AX course teaches the student advanced X++ development techniques and examines how the Microsoft Dynamics AX application is structured.

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 Workflow, and goes into detail about the technical aspects of some of the main functions within each of these modules.

Audience Profile

This course is intended for Microsoft Dynamics AX developers who are familiar with the Morph X and X++ development environment, and are looking to further their knowledge of the complete Microsoft Dynamics AX application and development environment.

At Course Completion

After completing this course, students will be able to:

  • Create the base functionality for the Point-Of-Sale (POS) module.
  • Review the functional design of the POS project.
  • Review the technical design of the POS project.
  • Use and create number sequences.
  • Assign a new number using a number sequence.
  • Use continuous number sequences.
  • Format a number from a number sequence.
  • Use Number Pre-Allocation.
  • Use the Clean Up Process.
  • Use the Form Handler.
  • Use the NumberSeqReference table and methods.
  • Set Print Options.
  • Retrieve Print Options.
  • Use Pack and Unpack to Store Settings.
  • Use SysPrintOptions.
  • Describe the purpose of the Business Connector.
  • Set up and manage the Business Connector.
  • Debug code through the Business Connector.
  • Describe the architecture of the Business Connector.
  • Use the managed classes in the Business Connector.
  • List various uses of the Business Connector.
  • Reference Common Runtime Language (CLR) assemblies in the Microsoft Dynamics AX 2009 Application Object Tree (AOT).
  • Add assemblies to the Global Assembly Cache.
  • Write X++ code that interacts with managed code in external applications.
  • Secure CLR Interop code.
  • Consume external web services from X++ code.
  • Understand how and where the use of DLL’s is implemented in Microsoft Dynamics AX 2009.
  • Create ledger transactions using LedgerVoucher.
  • Create ledger transactions using a Ledger Journal.
  • Use SalesTableType, SalesLineType, PurchTableType, and PurchLineType.
  • Post and Print Document Updates.
  • Post Transactions.
  • Use Settlements.
  • Use Trade Agreements.
  • Create and post inventory journals.
  • Use inventory dimensions.
  • Use InventSum.
  • Use InventMovement.
  • Use InventUpdate.
  • Identify the three main sections that make up a report.
  • Add data sources to a report to define what data is displayed by the report.
  • Create a report design with multiple sections and controls.
  • Override system methods to control the fetch and display of data.
  • Know the structure and design of the project module.
  • Post transactions to the project module.
  • Make modifications to the project invoice proposal procedure.
  • Make modifications to the project invoice procedure.
  • Identify the components required prior to using workflow.
  • Specify which applicationmodule a workflow is applicable to using a workflow category.
  • Create a new workflow template.
  • Link tables to workflows using a workflow document.
  • Define what happens when the workflow is approved or denied.
  • Apply a workflow to a form.
  • Create Event Handlers and apply them to a workflow.
  • Configure a workflow.
  • Submit a record for workflow processing.
  • Use the workflow processor.

Course Outline

Module 1: Point-of-Sale Project

This module outlines the development project that will be undertaken throughout the course. As the different technical and application specific areas are taught, the POS module is developed. This chapter introduces the initial basic design from which the student will build the module, and the students contribute to their own final design.

Module 2: Number Sequences

Number sequences are created and used by all programmers regularly. This module 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.

Module 3: PrintJobSettings

Print Job Settings are used to control and retrieve settings when writing to a printer. This module details how to use these correctly.

Module 4: 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.

Module 5: CLR Interoperability

This module shows how implement external CLR assemblies within Microsoft Dynamics AX. It also shows how to consume a web service by adding it to the AOT and calling the reference from X++ code.

Module 6: Ledger

This module 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.

Module 7: Trade

The most common area for modifications in Microsoft Dynamics AX is the sales and purchase updates. This module 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.

Module 8: Inventory

This module 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.

Module 9: Production

This module introduces the student to the workings of the production module.  The update of production order status is introduced as well as the requirement calculation

Module 10: Project Accounting

This module introduces the project module and some of the basic constructs within it. The student will learn to create the different types of journals, how invoice proposals are created and how invoices are posted.

Module 11: Workflow

This module details all the processes involved in creating a configuring a new workflow. The lesson takes the student step by step through the processes with the result being a fully functioning workflow that could be used in a real-life implementation.