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

**Class:** `metadata`

*This component type is only available in Quality Vaults with QMS enabled*. Defines a *Quality Incident Layout Configuration*, which determines the fields Vault displays on an intake form. You can add up to 10 fields to a layout.

Learn more about [Configuring Quality Incidents in Vault Help](https://quality.veevavault.help/en/lr/60704601/).

| 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. |
| `description` | Type: String Max length: 1500 | A general description of the layout. |

### Qualityincidentintakelayoutfield

| 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. |
| `field_to_display` | Type: Subcomponent **Required** | The `Field` to display on the intake form. Fields must be active and either standard object reference fields on the Quality Incident object (`country__v`, `organization__v`, `facility__v`, `department__v`), or one of the following data types: Boolean, text, number, date, or picklist. For example, `Field.summary__v`. |
| `order` | Type: Number **Required** | The order of the field relative to other fields. Can be any value from 1-10. |
| `target_object` | Type: Component **Required** | The object on which the `field_to_display` appears. For example, `Object.quality_incident__v`. |

### Supported Operations

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

---

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