Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
5 views2 pages

Microsoft Dynamics Ax2012 Development III Table of Content: Chapter 1: X++ Unit Test Framework

The document outlines the curriculum for Microsoft Dynamics Ax2012 Development III, covering key topics such as the X++ Unit Test Framework, data handling, classes, forms, Visual Studio integration, and workflow management. Each chapter includes practical labs to reinforce learning, focusing on creating test cases, managing data, developing classes and forms, integrating with Visual Studio, and configuring workflows. The content is structured to provide a comprehensive understanding of development practices within the Microsoft Dynamics Ax2012 environment.

Uploaded by

mdd
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)
5 views2 pages

Microsoft Dynamics Ax2012 Development III Table of Content: Chapter 1: X++ Unit Test Framework

The document outlines the curriculum for Microsoft Dynamics Ax2012 Development III, covering key topics such as the X++ Unit Test Framework, data handling, classes, forms, Visual Studio integration, and workflow management. Each chapter includes practical labs to reinforce learning, focusing on creating test cases, managing data, developing classes and forms, integrating with Visual Studio, and configuring workflows. The content is structured to provide a comprehensive understanding of development practices within the Microsoft Dynamics Ax2012 environment.

Uploaded by

mdd
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/ 2

Microsoft Dynamics Ax2012 Development III

Table of Content

Chapter 1: X++ Unit Test Framework


• Creating Test Cases
• Adding Methods to Test Cases
• Running Test Cases
• Build Test Projects and Suites
Lab 1.1 - Create a Test Case

Chapter 2: Working with Data


• While Select
• Query
Lab 2.1 - Fetching Data
Lab 2.2 - Converting Queries
• Caching
• Locking
Lab 2.3 - Reducing Locking
• Temporary Tables
Lab 2.4 - Temporary Tables
• InitFrom
• Parm Tables
• Date Effectiveness
• Computed Columns in Views
• Data Integration
Lab 2.5 - Integrating External Data

Chapter 3: Classes
• Collection Class
Lab 3.1 - Create a Map
• Application Object Classes
Lab 3.2 - Create a Query From Code
• Application Substituted Kernel Classes
Lab 3.3 - Create a Global method RunBase Framework
Lab 3.4 - Make a RunBase Class
• Args Object
Lab 3.5 - Using Args

Chapter 4: Forms
• Architecture
• Data Sources
Lab 4.1: Create a form
• Form Controls
Lab 4.2 - Use Unbound Controls
• Form Methods
Lab 4.3 - Initialize a Form
• Placement of Code
• Additional Controls
Lab 4.4 - Add a window control

Chapter 5: Visual Studio Integration


• Application Explorer
• Visual Studio Projects
• Managed code projects
• Deploying Managed Code
• Visual Studio Debugging Experience for X++
Lab 5.1 - Create a Managed Code Project

Chapter 6: Workflow
• Workflow Configuration
• Create a Workflow Category
• Create a Query
• Create a Workflow Type
• Enable Workflow on a Form
• Create a Workflow Approval Create Event Handlers
• Author a Workflow
Lab 6.1 - Add Another Condition to the Submit Action
Lab 6.2 - Enable Resubmit

You might also like