PayrollGroup
The view that returns payroll-group information that is configured in ADP. A payroll group defines a collection of workers that share the same payroll cycle, frequency, and processing rules. This view supports payroll scheduling, grouping, and administrative reporting.
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.
- Category supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM PayrollGroup WHERE Category = 'US'
Columns
| Name | Type | References | Description |
| Code | String | The code that identifies the payroll group. This code defines a specific payroll configuration that is used to organize employees who share the same pay cycle, schedule, or processing rules. | |
| Name | String | The name of the payroll group. This name provides a descriptive label for Human Resources and payroll teams to easily identify the group in reports and configuration screens. | |
| Category | String | The category that classifies the payroll group (for example, Hourly, Salaried, or Commission). This category supports reporting and payroll segmentation across employee types. |