Sendout
Represents Sendout records that document when candidate profiles are submitted to client contacts for review. This table supports recruiter-client collaboration by tracking which candidates are forwarded, when they are sent, and how clients respond.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the Sendout record. This value provides the primary reference that Bullhorn CRM uses to retrieve, track, and manage the Sendout event. |
| CandidateId | Int | False |
Specifies the Id of the candidate that is associated with the Sendout record. This value links the sendout to the individual whose information is being forwarded for client review. |
| ClientContactId | Int | False |
Specifies the Id of the client contact that is associated with the Sendout record. This value identifies the recipient within the client organization who receives the candidate submission. |
| CompanyId | Int | False |
Specifies the Id of the company that is associated with the Sendout record. This value ties the Sendout to the hiring organization that is evaluating the candidate. |
| DateSent | Datetime | False |
Indicates the date and time when the Sendout record is transmitted to the client contact. This value supports activity tracking and provides a timeline reference for submission-based workflows. |
| String | False |
Represents the email address that is associated with the Sendout record. This value captures the communication address that Bullhorn CRM uses when delivering Sendout information. | |
| JobId | Int | False |
Specifies the Id of the job that is associated with the Sendout record. This value links the candidate submission to the specific job opportunity under consideration. |
| JobSubmissionId | Int | False |
Specifies the Id of the job submission that is associated with the Sendout record. This value connects the sendout to the originating submission workflow for tracking and auditing. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the Sendout record. This value supports data-migration processes by ensuring consistent tracking across systems. |
| NumTimesRead | Bool | False |
Returns a value of 'true' if the Sendout record is flagged as being read within the system. It returns a value of 'false' when the record is not flagged as read. |
| NumTimesRead2 | Int | False |
Represents the numeric count indicating how many times the Sendout record is opened or viewed. This value supports analytic and reporting insights into client engagement levels. |
| SenderId | Int | False |
Specifies the Id of the user who sends the Sendout record. This value identifies the internal user responsible for initiating the Sendout action. |