TearsheetRecipient
Represents the intended recipients of tearsheet-related communications. This table supports outreach workflows by tracking which individuals should receive marketing or informational messages associated with a tearsheet.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the TearsheetRecipient record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage the relationship between a tearsheet and its recipients. |
| CandidateRestrictionBits | Int | False |
Specifies the encoded restriction value that is associated with the TearsheetRecipient record. This value determines which candidate data the system allows the recipient to access when interacting with the tearsheet. |
| Comments | String | False |
Represents the comment text that is associated with the TearsheetRecipient record. This value stores user-provided notes that support communication and clarification within distribution workflows. |
| DateAdded | Datetime | False |
Indicates the date and time when the TearsheetRecipient record is added to the system. This value supports audit tracking and provides a timeline reference for recipient assignment. |
| IsSent | Bool | False |
Returns a value of 'true' if the TearsheetRecipient record is flagged as sent. It returns a value of 'false' when the record has not been sent to the designated recipient. |
| JobOrderId | Int | False |
Specifies the Id of the job order that is associated with the TearsheetRecipient record. This value links the tearsheet distribution activity to a relevant job requirement or hiring context. |
| PersonId | Int | False |
Specifies the Id of the person who is associated with the TearsheetRecipient record. This value identifies the recipient included in the tearsheet distribution list. |
| TearsheetId | Int | False |
Specifies the Id of the tearsheet that is associated with the TearsheetRecipient record. This value establishes the connection between the tearsheet and the designated recipient for distribution or review. |