CostCenters
The view that returns the cost center codes configured for the client in ADP. This view enables payroll expense tracking and departmental allocation of labor costs for internal reporting and financial analysis.
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 CostCenters
Columns
| Name | Type | References | Description |
| Code | String | The code that identifies the cost center. This code is used to classify payroll expenses, assign organizational ownership, and support department-level reporting within ADP. | |
| Description | String | The description that provides the full name or purpose of the cost center. It helps payroll administrators and finance teams interpret cost-center codes in reports and configuration settings. | |
| CompanyCode | String | The code that represents the payroll group or company division that is associated with the cost center. This code ensures that payroll transactions are routed to the correct company entity within ADP. | |
| Active | Boolean | The indicator that specifies whether the cost center is active. A value of 'true' indicates that the cost center is currently in use, while 'false' indicates that it has been deactivated or retired. |