Skip to main content

salesforce.field.filterable

Home > @runlightyear/salesforce > Field > filterable

Field.filterable property

Indicates whether the field is filterable (true) or not (false). If true, then this field can be specified in the WHERE clause of a query string in a query() call.

Signature:
filterable: boolean;