TestRequestPage.GoToRecord(Record) Method

Version: Available or changed with runtime version 1.0.

Finds the specified record in a data set on a test page. The record is searched from the beginning of the dataset defined by the current filter. The search is performed by iterating across the rows, comparing the primary key with the primary key fields of the record. For large dataset, use SetFilter to limit the dataset.

Syntax

[Ok := ]  TestRequestPage.GoToRecord(Rec: Record)

Parameters

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

Rec
 Type: Record
The record to find.

Return Value

[Optional] Ok
 Type: Boolean
true if the record is found, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

TestRequestPage Data Type
Get Started with AL
Developing Extensions