Validation checks the syntax and semantics of the logic of a selected method. It checks the syntactic validity of each command and validates the semantic correctness of the command and its operands.
To validate logic in the logic editor, perform the following:
Open the logic editor for the method you want to validate.
From the Build menu, select Validate.
Alternatively, press CTRL + F7.
To validate logic in the class view, perform the following:
In Class view, select the methods you want to validate. You can also select one or more classes if you want to validate all the methods they own.
From the Build menu, select Validate.
Validate During Import
If you intend to deploy the model without alteration after migration, you might choose the option of automatically validating the logic after import during the import process. Refer to Logic validation after import for more information.
Validate During Generate
Doing a model generate initiates validation for logic that was not validated previously or revalidates logic marked as invalid.
Error Reporting
If the validation finds any errors, an error window is displayed. The window displays a tree list with details of all errors for each method. Double-clicking an error item opens the method and takes you to the line that contains the error.