TestRequestPage.FindFirstField(TestField, Any) Method

Version: Available or changed with runtime version 1.0.

Finds the first field in the data set that is displayed on a test page. The row 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.FindFirstField(Field: TestField, Value: Any)

Parameters

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

Field
 Type: TestField
The field to find.

Value
 Type: Any
The value of the field.

Return Value

[Optional] Ok
 Type: Boolean
true if the row 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