DocumentExtractorDocumentTypes
View listing the types of documents eligible for extraction, often filtered by metadata, lifecycle states, or document classifications.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the document type record, used as a primary key to distinguish each entry within the extractor configuration. |
| Name | String | Human-readable name of the document type being extracted. This value typically corresponds to the Veeva Vault document type label. |
| Status | String | Current state of the document type within the extractor configuration, such as Active, Inactive, or Pending. |
| Created_By | String | Username or system identifier of the user or process that initially created the document type entry in the system. |
| Created_Date | Datetime | Timestamp indicating when the document type record was first created in the configuration table. |
| Last_Modified_By | String | Username or system identifier of the user or process that most recently modified the document type entry. |
| Last_Modified_Date | Datetime | Timestamp of the last update made to the document type record, reflecting the most recent change in metadata or status. |