Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.22 KB

testrequestpage-validationerrorcount-method.md

File metadata and controls

38 lines (32 loc) · 1.22 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
TestRequestPage.ValidationErrorCount() Method
Gets the number of validation errors that occurred on the test page.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

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

Parameters

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

Return Value

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

See Also

TestRequestPage Data Type
Get Started with AL
Developing Extensions