Column | Description |
Name | Enter a name for the class. The system lets you know if the name is not valid. |
Code | Read-only. This defaults to the language selected when you created the project. From the Code Editor tab, you can change the code language. To change the project default, go to Info > Settings. |
Domain | Select where the class executes: •Client—Class executes on each client system. These are Classes that apply locally (on the user’s computer), for example, report generation. •Server—Class executes on the server system. These are classes that apply across the application, that is, globally. |
BuildStatus | Read-only. Status of the class code from constant compiling process. •Green check mark—Class runs without errors. •Red X—Class has warnings or errors. Double-click to go to the warning or error. Warnings are information only. Errors will prevent the code from running, but only that specific class. The rest of the application will run. |
BuildErrors | Read-only. Displays any errors encountered during the last build. |
Description | Enter a description of this class. |