Skip to main content

salesforce.field.groupable

Home > @runlightyear/salesforce > Field > groupable

Field.groupable property

Indicates whether the field can be included in the GROUP BY clause of a SOQL query (true) or not (false). See GROUP BY in the Salesforce SOQL and SOSL Reference Guide. Available in API version 18.0 and later.

Signature:
groupable: boolean;