TestPart.ValidationErrorCount() Method
Version: Available or changed with runtime version 1.0.
Gets the number of validation errors that occurred on the test page.
Syntax
Count := TestPart.ValidationErrorCount()
Parameters
TestPart
Type: TestPart
An instance of the TestPart data type.
Return Value
Count
Type: Integer
Number of validation errors that occured on the test page.
Related information
TestPart Data Type
Get Started with AL
Developing Extensions