CandidateMobileDetailsLayout
Represents a read-only, mobile-oriented layout that displays candidate details in the Bullhorn CRM mobile interface. This view optimizes recruiter efficiency by presenting essential information in a format that is tailored for mobile review.
Columns
| Name | Type | Description |
| AddressAddress | String | Captures the primary street address that is associated with the candidate. This field supports mobile display layouts in Bullhorn CRM by providing location information that helps users verify candidate proximity and contact details. |
| AddressAddress2 | String | Captures the secondary street address line for the candidate. This field provides additional location detail that Bullhorn CRM uses when rendering comprehensive address information on mobile devices. |
| AddressCity | String | Specifies the city portion of the candidate's address. This field assists Bullhorn CRM in region-based searching, filtering, and geographic reporting within mobile layouts. |
| AddressCountry | Int | Captures the country identifier (Id) that is associated with the candidate's address. This field helps Bullhorn CRM determine country-specific formatting, localization settings, and region-based filtering. |
| AddresscountryCode | String | Specifies the standardized country code for the candidate's address. This field supports international communication workflows and enables Bullhorn CRM to apply country-specific validation rules. |
| AddresscountryName | String | Captures the full country name for the candidate's address. This field enhances readability in mobile layouts and assists users who rely on geographic context during recruiting activities. |
| AddressState | String | Specifies the state or province portion of the candidate's address. This field supports region-based segmentation, searching, and compliance requirements that depend on location data. |
| AddressZip | String | Captures the postal or ZIP code for the candidate's address. This field helps Bullhorn CRM refine geographic searches and supports workflows that rely on proximity or territory assignments. |
| CandidateName | String | Represents the primary candidate name that is displayed in the mobile details layout. This field helps users quickly identify the candidate when reviewing profiles or performing mobile-based searches. |
| CandidateName2 | String | Captures an alternate candidate name value that can be used by organizations with dual-name or multilingual naming conventions. This field improves matching accuracy and helps Bullhorn CRM present flexible candidate identifiers. |
| Email1 | String | Specifies the candidate's primary email address. This field enables mobile communication workflows and supports outreach, notifications, and follow-up activities in Bullhorn CRM. |
| EmployeeType | String | Captures the candidate's employment type (for example, 'full-time', 'part-time', or 'contract'). This field supports filtering and helps Bullhorn CRM align candidates with suitable job opportunities. |
| EmploymentPreference | String | Specifies the candidate's preferred employment arrangement. This field improves search accuracy by allowing Bullhorn CRM to match candidates to roles that meet their stated working preferences. |
| HomePhone | String | Captures the candidate's home phone number. This field provides an additional communication channel that recruiters may use when mobile or work numbers are unavailable. |
| MobilePhone | String | Captures the candidate's mobile phone number. This field is widely used in Bullhorn CRM mobile workflows for text messaging, call actions, and instant communication features. |
| OwnershipId | Int | Specifies the ownership Id that is associated with the candidate record. This field determines which users or teams have access to the candidate within Bullhorn CRM and influences mobile layout visibility. |
| Status | String | Captures the candidate's current status within the recruiting lifecycle. This field supports filtering, workflow transitions, and list organization in Bullhorn CRM mobile interfaces. |
| Title | String | Represents the candidate's current job title. This field provides at-a-glance context that helps users evaluate experience and relevance when viewing candidates on mobile devices. |
| WorkPhone | String | Captures the candidate's work phone number. This field offers another communication option that is available to recruiters who are engaging with candidates through 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. |