CandidateListExpandedLeftLayout
Represents a read-only layout that defines the ListExpandedLeft view for candidate records. This view supports side-panel review workflows by presenting supplemental fields that assist with screening and comparison.
Columns
| Name | Type | Description |
| CandidateName | String | Represents the primary candidate name that is displayed in the expanded list layout. This field helps Bullhorn CRM identify the candidate in summary views and supports quick recognition during search and screening workflows. |
| CandidateName2 | String | Captures the secondary candidate name value that is available for organizations that use alternate naming formats. This field enhances search flexibility and improves matching accuracy in Bullhorn CRM list displays. |
| CurrentCompany | String | Specifies the name of the candidate's current employer. This field supports sourcing and placement activities because Bullhorn CRM uses it to enrich search filters and provide context for employment history. |
| Email1 | String | Specifies the candidate's primary email address. This field enables communication workflows and supports automated outreach, reminders, and notifications within Bullhorn CRM. |
| HomePhone | String | Captures the candidate's home phone number. This field supports contact operations and helps users maintain multiple communication channels for each candidate. |
| MobilePhone | String | Captures the candidate's mobile phone number. This field is used widely throughout Bullhorn CRM for outreach workflows, text messaging features, and mobile-first communication strategies. |
| OwnershipId | Int | Specifies the ownership Id that is assigned to the candidate record. This field determines which users or departments have access to the candidate in Bullhorn CRM and influences visibility in list layouts. |
| Title | String | Represents the candidate's current job title. This field supports search, filtering, and ranking functions because Bullhorn CRM uses job titles to refine candidate lists and highlight relevant qualifications. |
| WorkPhone | String | Captures the candidate's work phone number. This field provides an additional communication method that users can rely on when engaging with candidates during recruiting activities. |
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 overrides standard filters, which means that the system relies solely on the Lucene query to determine which candidates appear in the results. |