DocumentExtractorDestinations
View showing configured output destinations for extracted documents, such as file systems, secure repositories, or external systems.
Columns
| Name | Type | Description |
| ID | String | A unique identifier for each document extractor destination record used to distinguish it from others within the system. |
| Name | String | The human-readable name assigned to the document extractor destination for identification purposes. |
| Status | String | The current state of the destination configuration, such as Active, Inactive, or Deprecated. |
| Created_By | String | The username or identifier of the user who originally created the destination configuration entry. |
| Created_Date | Datetime | The exact date and time when the destination configuration was initially created in the system. |
| Last_Modified_By | String | The username or identifier of the user who last made changes to the destination configuration. |
| Last_Modified_Date | Datetime | The timestamp indicating the most recent update made to the destination configuration. |
| Critical | Bool | Indicates whether the destination is marked as critical for operations. A value of true denotes a critical path. |
| description | String | A detailed, free-text explanation describing the purpose or additional context for the destination configuration. |
| destination_hostname | String | The fully qualified domain name (FQDN) or IP address of the destination server where files are transferred. |
| destinationType | String | The type of destination system or service, such as FTP, SFTP, Amazon S3, or local directory. |
| filepath | String | The full path or directory location on the destination server where documents will be transferred. |
| owner | String | The primary individual or team responsible for overseeing the destination configuration and its operation. |
| Owner_Email_Flag | Bool | Indicates whether email notifications should be sent to the primary owner. A value of true enables alerts. |
| secondary_owner | String | The backup or secondary point of contact responsible for the destination configuration in the absence of the primary owner. |
| Secondary_Owner_Email_Flag | Bool | Indicates whether email notifications should be sent to the secondary owner. A value of true enables alerts. |
| transferProtocol | String | The protocol used to transfer documents to the destination, such as FTP, SFTP, HTTPS, or SCP. |
| Owner_Email | String | The email address associated with the primary owner to receive system alerts or transfer status updates. |
| Secondary_Owner_Email | String | The email address associated with the secondary owner to receive system alerts or transfer status updates. |