Copies the filter that has been set for one field and applies it to another field.

Record.COPYFILTER(FromField, ToRecord.ToField)

Parameters

Record

Type: Record

The record from which to copy the filter.

FromField

Type: Field

The field from which the filter will be copied.

ToRecord.ToField

Type: Record.Field

The record and field to which you want to apply the copied filter.

Expand imageRemarks

Expand imageExample

Expand imageSee Also