Table of Contents

AddFiltersFromView Procedure

Codeunit RecRef Functions

Adds filters from a view to a RecordRef, in the current FilterGroup.

The filters from the view will be combined with the existing filters on RecRef with a & (AND) operator.

Signature

AddFiltersFromView(RecRef: RecordRef; View: Text)

Parameters

RecRef RecordRef

The RecordRef to which the filters will be added.

View Text

The view to extract the filters from.

This view is often returned by Record.GetView().

This documentation is generated from Smart Toolbox v27.1