--- title: QuanticCaseClassification slug: latest-case-assist-case-classification canonical_url: https://docs.coveo.com/en/quantic/latest/reference/case-assist-components/case-assist-case-classification/ collection: quantic source_format: adoc --- # QuanticCaseClassification > **Note** > > This component was introduced in version `1.7.2`. The `QuanticCaseClassification` component displays field value suggestions returned by Coveo Case Assist as well as a single-select dropdown containing other available values retrieved from the CASE_OBJECT of the Salesforce org used. Note: only supports Salesforce fields of type `Picklist`. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `sfFieldApiName` _(required)_ | `sf-field-api-name` a| The name of the field of the case in the Salesforce API to be classified. | `string` | | `coveoFieldName` _(required)_ | `coveo-field-name` a| The name of the Coveo field to be classified. | `string` | | `required` | `required` a| Tells whether the input is required or not. | `boolean` | `false` | `label` | `label` a| The label to be shown to the user. | `string` | `'Which topic relates to your issue?'` | `selectPlaceholder` | `select-placeholder` a| The placeholder of the combo box input. | `string` | `'More Topics'` | `maxSuggestions` | `max-suggestions` a| The maximum number of suggestions to be displayed. | `number` | `3` | `messageWhenValueMissing` | `message-when-value-missing` a| The message to be shown when the value is missing. | `string` | `'Select an option'` | `fetchClassificationOnChange` | `fetch-classification-on-change` a| Indicates whether the component should automatically fetch new case classifications when its value changes. | `boolean` | `false` | `fetchDocumentSuggestionOnChange` | `fetch-document-suggestion-on-change` a| Indicates whether the component should automatically fetch new document suggestions when its value changes. | `boolean` | `false` | `fetchOnInit` | `fetch-on-init` a| Whether or not the component should fetch classifications during initialization. | `boolean` | `false` |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== --