Skip to main content

salesforce.field.filteredlookupinfo

Home > @runlightyear/salesforce > Field > filteredLookupInfo

Field.filteredLookupInfo property

If the field is a reference field type with a lookup filter, filteredLookupInfo contains the lookup filter information for the field. If there is no lookup filter, or the filter is inactive, this field is null.

This field is available in API version 31.0 and later.

Signature:
filteredLookupInfo: FilteredLookupInfo;