Task
Represents Task records that track actionable items assigned to users or teams. This table supports workflow management by documenting to-do items, deadlines, and follow-up activities across customer Bullhorn CRM processes.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the Task record. This value provides the primary reference that Bullhorn CRM uses to retrieve, track, and manage task activities. |
| CandidateId | Int | False |
Specifies the Id of the candidate that is associated with the Task record. This value links the task to a specific individual who is included in workflow or follow-up actions. |
| ClientContactId | Int | False |
Specifies the Id of the client contact that is associated with the Task record. This value associates the task with the appropriate contact within the client organization. |
| CommunicationMethod | String | False |
Represents the communication method that is associated with the Task record. This value indicates how the interaction or outreach is initiated or completed. |
| DateAdded | Datetime | False |
Indicates the date and time when the Task record is added to the system. This value supports audit tracking and chronological organization of activity entries. |
| DateCompleted | Datetime | False |
Indicates the date and time when the Task record is completed. This value supports performance tracking and helps determine task completion patterns. |
| DateEnd | Datetime | False |
Indicates the end date and time that are associated with the Task record. This value defines the closing boundary of the scheduled task duration. |
| DateLastModified | Datetime | False |
Indicates the date and time when the Task record is last modified. This value supports auditability and helps identify the most recent updates applied to the task. |
| Description | String | False |
Represents the descriptive text that is associated with the Task record. This value provides context for the action, objective, or purpose of the task. |
| DueDateAndTime | Datetime | False |
Indicates the due date and time that are associated with the Task record. This value supports deadline tracking and ensures timely follow-up within workflows. |
| IsCompleted | Bool | False |
Returns a value of 'true' if the Task record is marked as completed. It returns a value of 'false' when the task remains incomplete. |
| IsSystemTask | Bool | False |
Returns a value of 'true' if the Task record is generated automatically by the system. It returns a value of 'false' when the task is manually created by a user. |
| IsTask | Int | False |
Specifies the numeric value that indicates whether the Task record is classified as a task within the system's internal activity structure. This value supports filtering and categorization in task-management operations. |
| JobId | Int | False |
Specifies the Id of the job that is associated with the Task record. This value ties the action to a specific job opportunity or opening. |
| JobMatchId | Int | False |
Specifies the Id of the job match that is associated with the Task record. This value links the task to candidate-job matching processes that occur within Bullhorn CRM. |
| Location | String | False |
Represents the location that is associated with the Task record. This value provides geographic or meeting-place context for the scheduled activity. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the Task record. This value supports cross-system migration, synchronization, and historical tracking. |
| OwnerId | Int | False |
Specifies the Id of the owner that is associated with the Task record. This value identifies the user responsible for managing, completing, or monitoring the task. |
| ParentTaskId | Int | False |
Specifies the Id of the parent task that is associated with the Task record. This value establishes hierarchical relationships for tasks that are grouped or sequenced. |
| PlacementId | Int | False |
Specifies the Id of the placement that is associated with the Task record. This value links the activity to a placement-related workflow or follow-up requirement. |
| Priority | Int | False |
Represents the priority level that is associated with the Task record. This value supports task triage and ordering within workflow queues. |
| RecurrenceDayBits | Int | False |
Specifies the encoded day-of-week recurrence pattern that is associated with the Task record. This value allows the system to generate repeated tasks according to defined schedules. |
| RecurrenceFrequency | Int | False |
Specifies the numeric frequency that is associated with the recurring Task record. This value determines how often the system repeats the task within automated scheduling cycles. |
| RecurrenceMax | Int | False |
Specifies the maximum number of recurrences that are associated with the Task record. This value controls the termination point for recurring-task generation. |
| RecurrenceMonthBits | Int | False |
Specifies the encoded month-based recurrence pattern that is associated with the Task record. This value supports scheduling logic for recurring activities across defined months. |
| RecurrenceStyle | String | False |
Represents the recurrence style that is associated with the Task record. This value determines how the scheduling engine interprets and applies recurrence rules. |
| RecurrenceType | String | False |
Specifies the recurrence type that is associated with the Task record. This value defines the structural model the system uses when generating recurring tasks. |
| Reminder | Int | False |
Represents the reminder interval that is associated with the Task record. This value determines how far in advance the system alerts users about upcoming task deadlines. |
| Subject | String | False |
Represents the subject text that is associated with the Task record. This value provides a concise summary that supports quick recognition and task list navigation. |
| TaskUUID | String | False |
Represents the universally unique identifier that is associated with the Task record. This value supports system-wide uniqueness and ensures reliable referencing across distributed operations. |
| TimeZoneID | String | False |
Specifies the time zone that is associated with the Task record. This value ensures accurate scheduling and correct interpretation of deadlines across regional boundaries. |
| Type | String | False |
Represents the type classification that is associated with the Task record. This value categorizes the activity within Bullhorn CRM to support filtering, reporting, and workflow segmentation. |
| Visibility | Bool | False |
Returns a value of 'true' if the Task record is visible to users based on system permissions. It returns a value of 'false' when the task is restricted or hidden according to access rules. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the Task record is flagged as deleted. It returns a value of 'false' when the task remains active and available within standard workflows. |