RecruitingAgencyCandidatesLOV
RecruitingAgencyCandidatesLOV
Columns
| Name | Type | Description |
| PersonId [KEY] | Long | ID of the person. |
| CandidateNumber | String | Number of a candidate. |
| FirstName | String | First Name of a candidate. |
| LastName | String | Last Name of a candidate. |
| CandidateName | String | Name of a candidate. |
| Location | String | Location of a candidate. |
| CandidateNameWithNumber | String | Name and number of a candidate. |
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 |
| AgencyId | Long | AgencyId |
| FilterAttributes | String | FilterAttributes |
| RequisitionId | Long | RequisitionId |
| SearchTerms | String | SearchTerms |
| StartsWithFlag | String | StartsWithFlag |
| Finder | String | finder |