CandidateProfileRightSideBarLayout
Defines the ProfileRightSideBar layout that displays related candidate information alongside the main profile. This view supports side-panel navigation by presenting contextual fields that help recruiters understand relationships and take appropriate actions.
Columns
| Name | Type | Description |
| AddressAddress | String | Captures the primary street address that is associated with the candidate. This field supports Bullhorn CRM sidebar views by providing essential location information for quick reference. |
| AddressAddress2 | String | Captures the secondary street address line for the candidate. This field supplies additional detail that helps Bullhorn CRM present complete and accurate address information within profile sidebars. |
| AddressCity | String | Specifies the city component of the candidate's address. This field supports region-based filtering, geographic reporting, and clear address presentation in Bullhorn CRM. |
| AddressCountry | Int | Captures the country Id that is associated with the candidate's address. This field influences localization behavior in Bullhorn CRM and ensures that country-specific rules are applied. |
| AddresscountryCode | String | Specifies the standardized country code for the candidate's address. This field improves accuracy in international communications and ensures that Bullhorn CRM applies proper formatting rules. |
| AddresscountryName | String | Captures the full country name for the candidate's address. This field enhances readability and helps users quickly interpret geographic information in profile sidebar layouts. |
| AddressState | String | Specifies the state or province associated with the candidate's address. This field supports geographic classification and assists Bullhorn CRM in region-specific searching. |
| AddressZip | String | Captures the postal or ZIP code for the candidate's address. This field provides essential location data that is used for proximity searches and territory-based workflows within Bullhorn CRM. |
| CurrentCompany | String | Specifies the name of the candidate's current employer. This field helps recruiters evaluate work history and supports matching activities within Bullhorn CRM. |
| DateAvailable | Datetime | Captures the date when the candidate becomes available for new opportunities. This field supports scheduling, prioritization, and workflow planning across Bullhorn CRM recruiting processes. |
| Email1 | String | Specifies the candidate's primary email address. This field supports core communication workflows and ensures that recruiters can contact candidates reliably through Bullhorn CRM. |
| Email2 | String | Captures the candidate's secondary email address. This field provides an alternate channel for communication and helps maintain continuity when the primary email cannot be reached. |
| EmploymentPreference | String | Specifies the candidate's preferred employment arrangement. This field helps Bullhorn CRM match candidates to suitable roles based on their desired working style or job type. |
| HomePhone | String | Captures the candidate's home phone number. This field offers an additional communication option for users working within Bullhorn CRM sidebars. |
| MobilePhone | String | Captures the candidate's mobile phone number. This field supports mobile-first communication workflows including calls, text messaging, and quick outreach features in Bullhorn CRM. |
| OtherPhone | String | Specifies an alternate phone number that is associated with the candidate. This field ensures that Bullhorn CRM users have multiple contact options during engagement and follow-up activities. |
| OwnershipId | Int | Specifies the ownership identifier (Id) that is assigned to the candidate record. This field determines visibility and access rights within Bullhorn CRM and influences which users can interact with the candidate profile. |
| Source | String | Captures the source from which the candidate originated, such as a job board or referral. This field supports reporting and helps Bullhorn CRM users evaluate sourcing effectiveness. |
| Status | String | Captures the candidate's current recruiting status. This field helps Bullhorn CRM categorize candidates, manage workflow transitions, and refine filtering in sidebar views. |
| Title | String | Represents the candidate's current job title. This field provides immediate professional context for users reviewing candidate information within Bullhorn CRM. |
| WorkPhone | String | Captures the candidate's work phone number. This field provides an additional contact method and enhances communication flexibility within Bullhorn CRM. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| LuceneQuery | String | Specifies the Lucene query expression that is sent directly to the Bullhorn CRM API. This field bypasses standard filters, which means that results are determined solely by the Lucene query criteria. |