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

**Class:** `metadata`

This component is specific to Quality family Vaults and supports the Configurable Document Metadata feature of the Station Manager application. Station Configurations allow Admins to configure the document metadata fields that appear in the Station Manager UI.

Learn more about [Vault Station Manager Configuration in Vault Help](https://quality.veevavault.help/en/lr/51648).

| 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 Station Configuration. |
| `display_field` | Type: String **Required** Max length: 1500 |  |

### Stationconfigurationdocfield

| 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. |
| `display_order` | Type: Number **Required** | The order in which to display the document field. |
| `field` | Type: Component **Required** | The document field to display. For example, `name__v`. |

### Supported Operations

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

---

**Previous:** [Signaturepage](/quality/mdl/component-types/signaturepage)  
**Next:** [Tab](/quality/mdl/component-types/tab)