JobApplicationsCommunicationMobiles
The view that returns candidate mobile contact numbers that are linked to job applications. It provides mobile communication details for recruitment correspondence and tracking.
Table Specific Information
Select
No filters are supported server side for this table. All criteria will be handled client side within the driver.
For example, the following query is processed server side:
SELECT * FROM JobApplicationsCommunicationMobiles
Columns
| Name | Type | References | Description |
| ApplicantID | String | The unique identifier (Id) that represents the applicant to whom the mobile phone 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 mobile phone 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 mobile phone 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 mobile 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 mobile device. This number is stored without the country or area code and is combined with those values for outbound communication. | |
| FormattedNumber | String | The formatted mobile 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 mobile phone number (for example, Personal, Work, or Other). This code supports classification and filtering of communication details within ADP. |