Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.16 KB

testpage-validationerrorcount-method.md

File metadata and controls

38 lines (32 loc) · 1.16 KB
title description ms.author ms.date ms.topic author ms.reviewer
TestPage.ValidationErrorCount() Method
Gets the number of validation errors that occurred on the test page.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TestPage.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 :=   TestPage.ValidationErrorCount()

Parameters

TestPage
 Type: TestPage
An instance of the TestPage data type.

Return Value

Count
 Type: Integer
The number of validation errors that occurred on the test page.

See Also

TestPage Data Type
Get Started with AL
Developing Extensions