CandidateCustomSearchLayout
Represents a read-only layout that defines the CustomSearch view for candidate information. This view supports advanced user filtering by exposing fields that are used to configure tailored candidate searches.
Columns
| Name | Type | Description |
| AddressAddress | String | Specifies the primary street address that is associated with the candidate record in this custom search view. This field supports search refinement by allowing users to filter candidates based on geographic location. |
| AddressCity | String | Specifies the city portion of the candidate's primary address. This field enhances filtering by enabling location-based queries within the custom search layout. |
| AddressState | String | Specifies the state or province that is associated with the candidate's primary address. This field supports regional search criteria within the layout. |
| AddressZip | String | Specifies the postal or ZIP code for the candidate's primary address. This field improves precision when users apply location-specific filters. |
| CurrentCompany | String | Specifies the employer that the candidate most recently worked for. This field supports experience-based searches by identifying current or recent employment details. |
| CurrentPayRate | String | Specifies the candidate's current pay rate as reported in the system. This field supports compensation-related comparisons within search results. |
| CurrentSalary | String | Specifies the candidate's current salary amount when the information is stored. This field assists users who perform salary-based evaluations in custom searches. |
| DateAvailable | Datetime | Specifies the date when the candidate is available to begin a new assignment or position. This field supports timeline-based matching in the custom search view. |
| DesiredLocations | String | Specifies the geographic locations where the candidate is willing to work. This field supports matching by identifying preferred work regions that align with job requirements. |
| DesiredPayRate | String | Specifies the pay rate that the candidate expects for new opportunities. This field supports compensation alignment when recruiters filter or rank candidates. |
| DesiredSalary | String | Specifies the annual salary that the candidate seeks for future roles. This field helps users identify candidates whose expectations align with available opportunities. |
| Email1 | String | Specifies the primary email address that is associated with the candidate. This field supports communication workflows by surfacing the main point of contact in search results. |
| Email2 | String | Specifies an additional email address that is stored for the candidate. This field provides flexibility when alternate contact information is needed during searches. |
| EmployeeType | String | Specifies the employment category (for example, full-time or contract) that applies to the candidate. This field supports classification and filtering across the custom search layout. |
| EmploymentPreference | String | Specifies the types of employment arrangements that the candidate prefers. This field supports matching by providing recruiters with insight into desired work structures. |
| Fax | String | Specifies the primary fax number that is associated with the candidate. This field supports organizations that rely on fax-based communication for documentation. |
| GeneralCandidateComments | String | Specifies general notes or commentary that users have entered for the candidate. This field supports context-rich evaluations when reviewing search results. |
| HomePhone | String | Specifies the candidate's home telephone number. This field supports communication workflows by providing an additional contact option. |
| MobilePhone | String | Specifies the candidate's mobile phone number. This field enhances outreach efficiency by presenting the contact method that candidates are most likely to respond to. |
| OtherPhone | String | Specifies an alternate phone number that is associated with the candidate. This field supports flexible communication by offering another contact method for follow-up. |
| ReferredbyOther | String | Specifies referral information that users enter when the candidate is referred by a source not stored as a structured record. This field supports tracking referral quality and origin. |
| ReferredById | Int | Specifies the identifier (Id) of the person or entity that referred the candidate. This field supports referral analytics by linking the referral to an existing record. |
| Source | String | Specifies the channel where the candidate originated, such as a job board or recruiter submission. This field supports sourcing analysis and candidate pipeline tracking. |
| Status | String | Specifies the candidate's current status within the Bullhorn CRM workflow. This field supports workflow visibility by identifying where the candidate stands in the recruiting lifecycle. |
| Title | String | Specifies the candidate's current or most recent job title. This field enhances skill-based matching by providing quick insight into professional background. |
| WorkPhone | String | Specifies the candidate's work telephone number when it is available. This field supports communication patterns that rely on business contact details. |
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 a Lucene query that users enter to send it directly to the Bullhorn CRM API. This pseudocolumn overrides other filters because the system evaluates the query exactly as written. |