DocumentExtractorSecondaryConfigs
View containing secondary configuration parameters that supplement the main extraction setup, such as error handling rules or advanced filters.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the secondary configuration record, used as the primary key for internal reference and data relationships. |
| Name | String | Descriptive name assigned to the secondary configuration, intended to convey its purpose or contextual function within the document extraction process. |
| Status | String | Current lifecycle state of the secondary configuration, such as Active, Inactive, or Archived, indicating whether it is currently used in processing. |
| Created_By | String | Username or system identifier of the user or service that initially created the configuration record. |
| Created_Date | Datetime | Timestamp indicating when the configuration record was first created in the system, captured in Coordinated Universal Time (UTC). |
| Last_Modified_By | String | Username or system identifier of the user or service that last modified the configuration record. |
| Last_Modified_Date | Datetime | Timestamp of the most recent update to the configuration record, reflecting administrative or system changes. |
| Metadata_Veeva_ObjectName | String | Name of the Veeva Vault metadata object associated with this configuration. This links the configuration to a specific object type in the Vault data model, such as documents, products, or events. |