**Source URL:** https://limited.veevavault.dev/quality/mdl/component-types/qualityextractentityconfig

# Qualityextractentityconfig

**Class:** `metadata`

This component is specific to Quality family Vaults and supports the Supplier Change Notification feature of the Veeva QMS application. Defines an *Extract Entity Configuration*, which extracts and relates objects from *Supplier Change Notification* attachments.

Learn more about [Supplier Change Notifications in Vault Help](https://quality.veevavault.help/en/lr/54469203).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the Vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `match_field` | Type: Subcomponent **Required** | The field on the `match_object` to match parsed text to. For example, `Field.quality_material__v`. |
| `match_object` | Type: Component **Required** | The object to search when parsing information from the attachment. For example, `Object.qms_org_qualification__v`. |
| `match_object_type` | Type: Component | If the `match_object` allows object types, the object type. For example, `Objecttype.qms_org_qualification__v.asset_qualification__c`. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Qualityexternalnotificationtemplate](/quality/mdl/component-types/qualityexternalnotificationtemplate)  
**Next:** [Qualityinboundemailaddressconfiguration](/quality/mdl/component-types/qualityinboundemailaddressconfiguration)