DefinitionsValidations
Stores validation rules applicable to custom object definitions, governing how data is verified and ensuring compliance with business rules.
Workday Resource Information
Retrieves the validations in a custom object definition with the specified ID.Secured by: Custom Object Management, Workday Designer
Scope: System, Workday Designer
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the validation instance. |
| Definitions_Id [KEY] | String | False |
The Workday identifier (WID) that uniquely identifies the Definitions object that owns this validation. |
| Alias | String | False |
The shorthand or alternate name used to reference the custom object validation. |
| ConditionRule_Descriptor | String | False |
The display name of the instance |
| ConditionRule_Href | String | False |
A URL link to the detailed information of the condition rule in Workday. |
| ConditionRule_Id | String | False |
Identifier of the condition rule, which can be a WID, standard Id, or reference Id. |
| CustomField_Descriptor | String | False |
The display name of the instance |
| CustomField_Href | String | False |
A URL link to the detailed information of the custom field in Workday. |
| CustomField_Id | String | False |
Identifier of the custom field, which can be a WID, standard Id, or reference Id. |
| Descriptor | String | False |
The display name of the instance |
| Href | String | False |
A URL link to the detailed information of the validation instance in Workday. |
| MessageText | String | False |
The message that is displayed to the user when the validation is triggered. |
| Name | String | False |
The name assigned to the validation for identification purposes. |
| OnlyOnOk | Bool | False |
If true, this validation only executes when the user clicks the OK button to submit the data. Otherwise, it triggers as the user enters data into the custom object. |
| SeverityLevel_Descriptor | String | False |
The display name of the instance |
| SeverityLevel_Href | String | False |
A URL link to detailed information about the severity level in Workday. |
| SeverityLevel_Id | String | False |
Identifier of the severity level, which can be a WID, standard Id, or reference Id. |