PlacementFileAttachment
Captures the files that are attached to placement records, including contracts, onboarding documents, and compliance materials. This table supports documentation workflows by enabling users to store, retrieve, and audit placement-related files.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementFileAttachment record. This value serves as the primary reference that Bullhorn CRM uses to track file attachments that relate to placements. |
| ContentSubType | String | False |
Indicates the content subtype for the PlacementFileAttachment record. This value supports file handling logic that differentiates between various subformats of stored content. |
| ContentType | String | False |
Indicates the content type for the PlacementFileAttachment record. This value determines how the system interprets and processes the attached file. |
| DateAdded | Datetime | False |
Indicates the date and time when the PlacementFileAttachment record is added to the system. This value provides chronological tracking that supports audit history for file management. |
| Description | String | False |
Represents the description that is associated with the PlacementFileAttachment record. This value supplies context that is used to identify or clarify the purpose of the attached file. |
| Directory | String | False |
Specifies the directory value for the PlacementFileAttachment record. This value identifies the storage location path that is associated with the attachment. |
| Distribution | String | False |
Represents the distribution setting for the PlacementFileAttachment record. This value influences how the attachment is shared or made available within Bullhorn CRM. |
| ExternalID | String | False |
Represents the external Id that is associated with the PlacementFileAttachment record. This value links the attachment to external systems or processes that integrate with Bullhorn CRM. |
| FileExtension | String | False |
Indicates the file extension for the PlacementFileAttachment record. This value helps determine file type handling and compatibility during system operations. |
| FileOwnerId | Int | False |
Specifies the Id of the file owner for the PlacementFileAttachment record. This value identifies the user who is responsible for managing or uploading the file. |
| FileSize | Int | False |
Represents the file size for the PlacementFileAttachment record. This value supports capacity tracking, file-transfer decisions, and storage management. |
| FileType | String | False |
Indicates the file type for the PlacementFileAttachment record. This value determines how Bullhorn CRM categorizes and processes the file within attachment workflows. |
| IsCopied | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is marked as copied. It returns a value of 'false' when the attachment does not represent a copied file instance. |
| IsEncrypted | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is encrypted. It returns a value of 'false' when the file is stored without encryption. |
| IsExternal | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is designated as external. It returns a value of 'false' when the attachment exists solely within Bullhorn CRM. |
| IsOpen | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is indicated as open. It returns a value of 'false' when the attachment is not available for open access or viewing. |
| IsPrivate | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is marked as private. It returns a value of 'false' when the file is accessible based on standard system permissions. |
| IsSendOut | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is designated for sending out. It returns a value of 'false' when the attachment is not configured for outbound distribution. |
| JobOrderId | Int | False |
Specifies the Id of the job order that is associated with the PlacementFileAttachment record. This value links the attachment to the originating job order for workflow alignment. |
| Name | String | False |
Represents the name of the file that is associated with the PlacementFileAttachment record. This value supports identification, searchability, and display within attachment listings. |
| PlacementId | Int | False |
Specifies the Id of the placement that is associated with the PlacementFileAttachment record. This value ties the attachment to the placement to support document management and workflow tracking. |
| Type | String | False |
Indicates the type designation for the PlacementFileAttachment record. This value determines how the attachment is categorized and used within placement-related workflows. |
| UserId | Int | False |
Specifies the Id of the user who uploads or manages the PlacementFileAttachment record. This value supports permissions, auditing, and user accountability for file activity. |
| Uuid | String | False |
Represents the universally unique identifier (UUID) that is associated with the PlacementFileAttachment record. This value provides a unique reference that supports file identification across distributed systems. |
| IsDeleted | Bool | False |
Returns a value of 'true' when the PlacementFileAttachment record is marked as deleted. It returns a value of 'false' when the attachment remains active in the system. |