| Course OutlineModule 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. Lessons Functional Design - Technical Design
After completing this module, 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.
Module 2: Number SequencesNumber 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. Lessons Assign a New Number Continuous Number Sequences Format a Number Number Pre-Allocation Clean Up Process Form Handler NumberSeqReference Lab : Add Pay Id number sequenceLab : Use Form HandlerAfter completing this module, students will be able to: - 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
Module 3: PrintJobSettingsPrint Job Settings are used to control and retrieve settings when writing to a printer. This module details how to use these correctly. Lessons Set Print Options Retrieve Print Options Use of Pack and Unpack to Store Settings Use of SysPrintOptions Args Object Lab : Suppress Scaling MessageLab : Print Job SettingsLab : Print the receipt to the correct printerLab : Bypass Print OptionsAfter completing this module, students will be able to: - Set Print Options
- Retrieve Print Options
- Use Pack and Unpack to Store Settings
- Use SysPrintOptions
Module 4: Business ConnectorWhen 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. Lessons - Business Connector Setup and Configuration
Business Connector Architecture Lab : Business ConnectorAfter completing this module, students will be able to: - 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.
Module 5: CLR InteroperabilityThis 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. Lessons - Reference CLR Assemblies in the AOT
Adding Assemblies to the Global Assembly Cache or Client Leverage CLR Managed Code Within X++ Code - InteropPermission Class
- Web service references
Implementing a DLL Lab : CLR InteropLab : Implementing DLL'sAfter completing this module, students will be able to: - 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.
Module 6: LedgerThis 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. Lessons LedgerVoucher LedgerJournal Lab : Create and Post a Ledger JournalAfter completing this module, students will be able to: - Create ledger transactions using LedgerVoucher
- Create ledger transactions using a Ledger Journal
Module 7: TradeThe 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. Lessons TableType and LineType Post and Print Document Updates Posting Transactions Settlement Trade Agreement Lab : TradeLab : Payment Posting and Invoice UpdateLab : SettlementAfter completing this module, students will be able to: - Use SalesTableType, SalesLineType, PurchTableType, and PurchLineType.
- Post and Print Document Updates
- Post Transactions
- Use Settlements
- Use Trade Agreements
Module 8: InventoryThis 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. Lessons Inventory Journals Inventory Dimensions InventSum InventMovement InventUpdate Lab : On-hand Inventory on Sales Order FormLab : Create an ABC allocationLab : POS - Display inventory dimensionsLab : POS - Display on hand inventoryAfter completing this module, students will be able to: - Create and post inventory journals
- Use inventory dimensions
- Use InventSum
- Use InventMovement
- Use InventUpdate
Module 9: ProductionThis 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 Lessons ProdMulti ProdStatusType ProdUpd Scheduling Lab : Special Instructions Using Master PlanningLab : Special Instructions From Sales OrderAfter completing this module, students will be able to: - 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
Module 10: Project AccountingThis 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. Lessons Design Posting Transactions Invoice Proposal Invoice Lab : Warranty ItemLab : Place Invoice Proposal On HoldAfter completing this module, students will be able to: - 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
Module 11: WorkflowThis 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. Lessons Workflow Installation Create a Workflow Category Create a Workflow Template Create a Workflow Document Create a Workflow Approval Enable Workflow on a Form Create Event Handlers Configure a Workflow Code Walkthrough: Submitting a workflow - Code Walkthrough: Workflow Processor
Lab : Add Another Condition to the Submit ActionLab : : Enable ResubmitAfter completing this module, students will be able to: - 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
|
| |