TimeValidations
Retrieves a collection of validation rules applied to time entry submissions, ensuring compliance with business policies.
Workday Resource Information
Retrieves a collection of time entry validations for the specified worker on the specified date. This method requires the date and worker query parameters.The validation messages returned by this method indicate that the time entries failed the critical or warning custom validations configured in the Maintain Time Entry Validations task.
Secured by: Process: Time Block REST APIs
Scope: Time Tracking
Columns
| Name | Type | Description |
| CriticalValidations | String | A list of critical validation messages, separated by line feed characters (hex code in JSON). These messages indicate that the requested objects failed configured critical custom validations. |
| WarningValidations | String | A list of warning validation messages, separated by line feed characters (hex code in JSON). These messages indicate that the requested objects failed configured warning custom validations. |
| Date_Prompt | Date | Specifies the required date to determine applicable time entry validations. The method validates time entries within the week or time period of the specified date. |
| Worker_Prompt | String | The required Workday ID of the worker who entered the time entries. |