**Source URL:** https://general.veevavault.dev/commercial/mdl/component-types/documentcheck.md

# Documentcheck

**Class: ** `metadata`

Document checks are document type-specific checklist items displayed in the Document Readiness panel to help guide users in documentation reviews.

Learn more about <a href="https://platform.veevavault.help/en/lr/8599601" target="_blank">Configuring the Document Readiness Panel in Vault Help</a>.

| Attribute | Metadata | Description |
| --- | --- | --- |
| label | Type: StringMax length: 60 | UI-friendly string in the Vault’s base language. |
| active | Type: Boolean | Indicates whether the component is active. |
| document_check_section | Type: ComponentReferenceRequired | The Documentchecksection in which the document check appears. |
| help_text | Type: StringMax length: 255 | The text to display when users hover over the document check label in the Document Readiness panel. |
| order | Type: NumberRequired | The relative order in which the document check appears in the document check section. |
| pending_delete | Type: Boolean | If true, the document check is marked for deletion. |

### Supported Operations {#supported-operations}

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


---

**Previous:** [Documentaction](/commercial/mdl/component-types/documentaction)  
**Next:** [Documentchecksection](/commercial/mdl/component-types/documentchecksection)