EffectiveChangesRequestCriteriaWorkerOverrides
Stores override criteria for workers in effective change queries, allowing exceptions or special conditions to be applied when retrieving worker-related changes.
Table Specific Information
Select
The Workday component requires filtering on Effectivechanges_Id in order to perform the query.
For example:
SELECT * FROM EffectiveChangesRequestCriteriaWorkerOverrides WHERE Effectivechanges_Id = '12345';
Workday Resource Information
Generates effective change data for organizations or workers based on request parameters.Secured by: Manage: Data Changes On Demand+TG
Scope: Global Payroll Connect
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the worker whose data is being overridden. Use this to specify the target worker. |
| EffectiveChanges_Id [KEY] | String | False |
The Workday identifier (WID) of the EffectiveChanges record associated with the override. This connects the override to a specific change event. |
| EntryMomentFromOverride | Datetime | False |
The adjusted entry moment for the worker, representing the date and time when the override takes effect. |