Branch
Represents organizational branches that define physical or operational locations within a company. This table supports segmentation and reporting by enabling users to group records by geographic region or internal business structure.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this branch record. This field supports record tracking and relationship mapping by providing a stable reference that links the branch to related entities across Bullhorn CRM. |
| DateAdded | Datetime | False |
Captures the date and time when this branch record is created. This field supports auditing and timeline analysis by helping users understand when a branch is first introduced into the system. |
| ExternalID | String | False |
Stores an external identifier that links this branch to an upstream or third-party system. This field supports integration workflows by allowing branch records to be synchronized and reconciled across multiple platforms. |
| Name | String | False |
Specifies the name that is assigned to this branch. This field supports searching, reporting, and user navigation by providing a human-readable label for the branch within Bullhorn CRM. |
| ParentBranchId | Int | False |
Stores the Id of the parent branch that is associated with this branch. This field supports hierarchical modeling by enabling users to represent regional structures or organizational roll-ups in reporting and analysis. |
| IsDeleted | Bool | False |
Returns a value of 'true' when this branch record is marked as deleted in Bullhorn CRM. It returns a value of 'false' when the record remains active and available for standard workflows. |