ClientCorporationFileAttachment
Captures file attachments, including documents such as contracts, proposals, or compliance materials, that are associated with client corporation records. This table supports documentation workflows by enabling users to store and manage corporate files.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the client corporation file-attachment record in Bullhorn CRM. This value enables consistent referencing and supports workflows that link uploaded files to the correct corporate entity. |
| ClientCorporationId | Int | False |
Represents the Id of the client corporation that is associated with the file attachment. This value ensures that uploaded files are correctly related to the organization for review, storage, and retrieval workflows. |
| ContentSubType | String | False |
Indicates the content subtype that is associated with the file attachment. This value supports categorization processes that distinguish between different file formats or usage types. |
| ContentType | String | False |
Indicates the primary content type for the file attachment. This value supports validation and ensures that file-handling components treat the uploaded file according to its format. |
| DateAdded | Datetime | False |
Indicates the date and time when the file attachment is added to Bullhorn CRM. This value supports historical review and assists in tracking file lifecycle activity. |
| Description | String | False |
Captures the descriptive text that is associated with the file attachment. This information helps users understand the purpose, context, or relevance of the attached file during review. |
| Directory | String | False |
Captures the directory location where the file attachment is stored within the system. This value supports file-management workflows that require consistent folder organization. |
| ExternalID | String | False |
Captures the external system Id that is associated with the file attachment. This value supports synchronization processes that link attachments to corresponding records in external platforms. |
| FileExtension | String | False |
Captures the file-extension value that is associated with the attachment. This value supports file-type handling and ensures that system components process the file correctly. |
| FileOwnerId | Int | False |
Represents the Id of the user who owns or uploads the file attachment. This value supports permission management and helps determine user accountability within file-handling workflows. |
| FileSize | Int | False |
Indicates the size of the file attachment in bytes. This value supports validation checks that are used to enforce size limits and optimize storage resources. |
| IsEncrypted | Bool | False |
Returns a value of 'true' if the file attachment is encrypted at rest or during storage. It returns a value of 'false' if the file is stored without encryption and is accessible according to standard visibility rules. |
| IsExternal | Bool | False |
Returns a value of 'true' if the attachment references an externally stored file rather than a file that is uploaded directly into Bullhorn CRM. It returns a value of 'false' if the file is stored internally within the system's attachment repository. |
| IsPrivate | Bool | False |
Returns a value of 'true' if the file attachment is marked as private and restricted from general visibility. It returns a value of 'false' if the file is available to users who have standard access to the associated client corporation record. |
| Name | String | False |
Captures the system-stored file name for the attachment. This value supports file-identification workflows that help users distinguish among multiple uploaded documents. |
| OwnerId | Int | False |
Represents the Id of the user who is designated as the owner of the file attachment. This value supports role-based access control and helps determine visibility within file-management workflows. |
| Type | String | False |
Indicates the attachment type that is associated with the file. This value supports categorization processes that distinguish between files such as documents, images, or other stored resources. |
| Uuid | String | False |
Captures the universally unique value that is associated with the file attachment. This value supports system-level file tracking and prevents collisions across distributed storage operations. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the file attachment is marked as deleted in Bullhorn CRM. It returns a value of 'false' if the attachment remains active and available for retrieval, review, or workflow processing. |