CandidateProfileHeaderLayout
Defines the ProfileHeader layout that presents essential header information for candidate profiles. This view streamlines recruiter workflows by displaying key details that are referenced during qualification and review.
Columns
| Name | Type | Description |
| Id [KEY] | Int | Represents the unique identifier (Id) for the CandidateProfileHeaderLayout record. This field allows Bullhorn CRM to retrieve, organize, and display the correct header configuration when loading candidate profiles. |
| CandidateName | String | Represents the primary candidate name that appears in the profile header. This field helps users quickly confirm the candidate's identity when navigating between records in Bullhorn CRM. |
| CandidateName2 | String | Captures an alternate candidate name value that supports organizations using dual-name or multilingual formats. This field enhances identification accuracy and ensures that Bullhorn CRM displays the most appropriate naming convention. |
| HomePhone | String | Captures the candidate's home phone number. This field provides an additional contact option that supports communication workflows within Bullhorn CRM. |
| MobilePhone | String | Captures the candidate's mobile phone number. This field is heavily used in mobile-first and text-based communication workflows throughout Bullhorn CRM. |
| Nickname | String | Specifies the preferred nickname for the candidate. This field supports personalized communication and helps Bullhorn CRM users address candidates according to their preferences. |
| WorkPhone | String | Captures the candidate's work phone number. This field provides another communication method that recruiters can use when interacting with candidates in 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. |