Tearsheet
Represents tearsheets, which are curated lists of candidates or contacts used for marketing, sourcing, or outreach campaigns. This table supports targeted communication by organizing groups of records that recruiters engage during coordinated outreach.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the Tearsheet record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage the tearsheet. |
| DateAdded | Datetime | False |
Indicates the date and time when the Tearsheet record is added to the system. This value supports audit tracking and helps users organize tearsheets chronologically. |
| DateLastModified | Datetime | False |
Indicates the date and time when the Tearsheet record is last modified. This value supports auditability and helps identify when updates are applied to the tearsheet. |
| Description | String | False |
Represents the descriptive text that is associated with the Tearsheet record. This value provides context that helps users understand the purpose or content of the tearsheet. |
| IsPrivate | Bool | False |
Returns a value of 'true' if the Tearsheet record is marked as private. It returns a value of 'false' when the tearsheet is accessible to users based on standard permissions. |
| Name | String | False |
Specifies the name value that is associated with the Tearsheet record. This value supports identification, sorting, and organization within tearsheet lists. |
| OwnerId | Int | False |
Specifies the Id of the owner that is associated with the Tearsheet record. This value identifies the user responsible for creating or maintaining the tearsheet. |
| Type | Bool | False |
Returns a value of 'true' if the Tearsheet record is assigned a system-defined type classification. It returns a value of 'false' when the tearsheet does not use a system-defined type and follows standard categorization. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the Tearsheet record is flagged as deleted. It returns a value of 'false' when the tearsheet remains active and available in standard workflows. |