RequestPage.SetSelectionFilter(var Record) Method

Version: Available or changed with runtime version 1.0.

Notes the records that the user has selected on the request page, marks those records in the table specified, and sets the filter to "marked only".

Syntax

 RequestPage.SetSelectionFilter(var Record: Record)

Parameters

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

Record
 Type: Record

Remarks

If all records are selected, marks will not be used.

If only the current record is selected on the page, then SetSelectionFilter does the following:

  • Sets the current filter group to 0 on the destination record

  • Adds filters on the primary key fields that point to the current record of the page

If more than one record is selected on the page, then SetSelectionFilter does the following:

  • Copies the current key from the page source table to the destination record

  • Copies the current sort order from the table to the destination record

  • Copies the current filters that are set in all filter groups

  • Copies the current filter group

  • Marks the selected records and sets the "marked only" filter

See Also

RequestPage Data Type
Get Started with AL
Developing Extensions