CandidateListRowLayout
Represents a read-only layout that defines the ListRow view for candidate records. This view supports high-volume navigation by displaying core fields that recruiters use when scanning candidate lists.
Columns
| Name | Type | Description |
| Id [KEY] | Int | Represents the unique identifier (Id) for the CandidateListRowLayout record. This field enables Bullhorn CRM to retrieve, track, and display the correct row layout configuration during candidate list rendering. |
| DateAvailable | Datetime | Captures the date when the candidate is available for new opportunities. This field helps Bullhorn CRM prioritize candidates in search results and assists users in identifying candidates who can engage immediately. |
| EmploymentPreference | String | Specifies the candidate's stated employment preference, such as full-time or contract roles. This field informs search filters and helps Bullhorn CRM align candidates with positions that match their preferred working arrangements. |
| HomePhone | String | Captures the candidate's home phone number. This field provides an additional contact method that users can reference during communication workflows in Bullhorn CRM. |
| OwnershipId | Int | Specifies the ownership Id that is associated with the layout record. This field determines which users or departments can access and manage the row layout within Bullhorn CRM views. |
| Status | String | Captures the current status that is assigned to the candidate. This field influences list filtering, workflow transitions, and reporting in Bullhorn CRM by helping users understand the candidate's current state in the recruiting lifecycle. |
| Title | String | Represents the candidate's current job title. This field supports search refinement and helps users quickly evaluate the candidate's professional role when scanning list rows 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 the system relies exclusively on the Lucene query to determine which candidates appear in the results. |