Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.25 KB

File metadata and controls

38 lines (32 loc) · 1.25 KB
title description ms.author ms.date ms.topic author ms.reviewer
TestRequestPage.Next() Method
Sets the current row of the test page as the next row in the data set.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TestRequestPage.Next() Method

Version: Available or changed with runtime version 1.0.

Sets the current row of the test page as the next row in the data set.

Syntax

[Ok := ]  TestRequestPage.Next()

Parameters

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

Return Value

[Optional] Ok
 Type: Boolean
true if the current row has changed, otherwise false. Throws a NavTestPageNotOpenedException if the page is not opened.

See Also

TestRequestPage Data Type
Get Started with AL
Developing Extensions