Introduction

Completed

Classes contain data and methods that represent the state and the behavior of an object. Some elements in the Application Object Tree (AOT), such as tables and forms, contain classes out of the box. Many types of methods and statements can be called to dictate the behavior of objects.

Classes can be added to a project to declare new elements, variables, or methods. You can also use classes to manipulate data, such as inserting or deleting data from a table. You can comment on code in new classes to help define the purpose of the block of code. This is helpful when you are working as part of a team to increase collaboration and communication.

To fit your business needs, you will write code in a class to adjust the functionality of finance and operations apps.