JobApplicationsCommunicationLandlines
The view that returns candidate landline phone numbers that are associated with job applications. It supports communication record management for recruiting and compliance reporting.
Table Specific Information
Select
No filters are supported server side for this table. All criteria will be handled client side within the component.
For example, the following query is processed server side:
SELECT * FROM JobApplicationsCommunicationLandlines
Columns
| Name | Type | References | Description |
| ApplicantID | String | The unique identifier (Id) that represents the applicant to whom the landline contact information belongs. This Id links the communication record to the applicant's job application profile in ADP. | |
| ItemID | String | The Id that distinguishes this specific landline record within the applicant's communication details. This Id supports multiple contact entries under a single applicant profile. | |
| AreaDialing | String | The area-dialing code that is associated with the landline number. This code identifies the regional dialing prefix that is required to complete the call. | |
| CountryDialing | String | The country-dialing code that specifies the international dialing prefix for the phone number, such as 1 for the United States or 44 for the United Kingdom. | |
| DialNumber | String | The local phone number that is associated with the applicant's landline. This number is stored without the country or area code and is combined with those values for outbound communication. | |
| FormattedNumber | String | The formatted landline phone number that is displayed in a standardized format. This value combines country, area, and local dialing components for consistency across reports and user interfaces. | |
| NameCodeValue | String | The code that identifies the type or purpose of the landline number (for example, Home, Work, or Other). This code supports classification and filtering of communication details within ADP. |