Get started with development using X++ in finance and operations apps
X++ is an object-oriented language. This module introduces X++ development for finance and operations apps, which is performed in Visual Studio.
Learning objectives
In this module, you will:
- Identify components of classes.
- Create an instance of a class.
- Learn about collection classes.
- Create objects in a constructor.
- Manipulate data by using X++.
- Identify the different types of conditional statements.
- Write conditional statements.
- Write loop statements.
- Use iterative statements.
- Identify exception handling statements.
- Write exception handling statements.
- Learn about the use and function of const values.
- Learn how to implement global functions in X++.
Prerequisites
- Basic understanding of development techniques