| Course OutlineModule 1: Introduction to X++ This chapter gives a foundation for understanding development using X++. The student will also be able to use the main development tools in Microsoft Dynamics AX. Lessons - What is X++?
- Object-Oriented Programming
- Development Tools
- Jobs
- Best Practices
After completing this chapter, students will be able to: Identify key features of developing with X++ Describe the basic foundation of Object-Oriented Programming Understand the basics of development tools within Microsoft Dynamics AX Know the foundations of Microsoft Dynamics AX's Development Best Practices Module 2: Objects and ClassesThis chapter discusses the concept of object-oriented programming and its relation to X++. By the end of this chapter, the student will have a solid foundation to develop in Microsoft Dynamics AX using object-oriented concepts. Lessons - Introduction to Objects, Methods, and Classes
- Classes
- Objects
- Methods and Variables
After completing this chapter, students will be able to: Use the objects and classes within X++ development Create a new class Know how to instantiate objects Understand the use of object and class methods Use variables and understand scope within X++ Module 3: X++ Control StatementsThis chapter focuses on programming constructs in X++, such as loops, conditional statements, and functions. In addition, the student will be able to effectively communicate with the end-user using X++ output commands. Lessons - X++ Constructs
- Communication Tools
After completing this chapter, students will be able to: Understand Conditional Statements in X++ Create Loops in X++ Use built-in Functions in AX Use the most basic X++ output commands Aid in development using output commands Communicate effectively with the end-user Module 4: Accessing the DatabaseThis chapter discusses developing modifications that interact with the Microsoft Dynamics AX database. This functionality is frequently needed, making this an important topic in learning development with X++. Lessons - Searching for Records
- Data Manipulation
- Queries
Lab : Accessing the DatabaseAfter completing this chapter, students will be able to: Search for records using select and while select commands Modify search criteria using sorting and ranging Manipulate data by using insert, update, and delete functions Understand how to use and build queries using kernel classes Module 5: Exception HandlingThis chapter discusses how programs handle exceptions that occur when code is executed. This is an important skill in all programming to make the application execute more efficiently. Lessons - What is Exception Handling?
- Using the Try and Catch Commands
- Throwing Exceptions
- Infolog and Error Catching
After completing this chapter, students will be able to: Understand the exception handling mechanism in Microsoft Axapta Use the Try, Catch, and Retry commands Throw Exceptions Know best practices with Infologs and exception handling Module 6: Appendix: SolutionsThis Appendix contains all the answers to chapter exercises, Test Your Knowledge, and Lab sections. |
| |