WorkersBusinessCommunicationFaxes
The view that returns business fax numbers that are associated with worker profiles. This view maintains legacy fax-communication data for administrative and compliance use.
Table Specific Information
Select
The add-in uses the ADP API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the add-in.
- AssociateOID supports the '=' comparison.
- WorkerID supports the '=' comparison.
- AsOfDate supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM WorkersBusinessCommunicationFaxes WHERE AssociateOID = 'G3349PZGBADQY8H7' SELECT * FROM WorkersBusinessCommunicationFaxes WHERE WorkerID = 'DRH9M9NPW' SELECT * FROM WorkersBusinessCommunicationFaxes WHERE AsOfDate = '2020-01-01'
Columns
| Name | Type | References | Description |
| AssociateOID | String |
Workers.AssociateOID | The unique identifier (Id) that represents the associate in the Human Resources (HR) system. This Id links the fax communication record to the correct worker profile. |
| WorkerID | String |
Workers.WorkerID | The Id that identifies the worker to whom the fax number belongs. This field ensures consistent association across payroll, HR, and communication records. |
| Access | String | The access type that defines how the fax line can be used (for example, Internal, External, or Restricted). This field supports secure communication control and compliance tracking. | |
| AreaDialing | String | The area code that is used for the worker's business fax number. This field supports regional identification and telecommunication routing. | |
| CountryDialing | String | The country dialing code that is used for the worker's business fax number. This field supports international communication and compliance with global formatting standards. | |
| DialNumber | String | The primary fax number that is associated with the worker's business contact record. This field supports internal communication, document exchange, and external correspondence. | |
| Extension | String | The fax line extension number that routes faxes within an organization. This field supports departmental fax delivery and internal message handling. | |
| FormattedNumber | String | The fully formatted version of the worker's business fax number. This field ensures display consistency across HR systems and communication directories. | |
| ItemID | String | The Id that uniquely identifies the fax record. This Id supports tracking of historical changes and version control for worker contact information. | |
| NameCode | String | The code that categorizes the purpose or type of fax number (for example, Work, Department, or Alternate). This field supports structured contact management in HR systems. | |
| NameCodeLongName | String | The full descriptive name of the type code for the fax number. This field provides the complete label that appears in HR documentation and communication reports. | |
| NameCodeShortName | String | The abbreviated name that corresponds to the type code for the fax number type. This field provides a concise label for dashboards, HR reports, and analytics. | |
| NotificationIndicator | Boolean | The indicator that specifies whether this fax number is used for automated HR notifications or document transmissions (for example, compliance forms, payroll updates, or policy notices, and so on). | |
| AsOfDate | Date | The date that defines when this fax information became effective. This field supports historical auditing, reporting, and time-based data validation. |