EventDrivenIntegrationVendorResponseErrorMessageSetErrors
Stores error messages related to vendor responses in event-driven integrations, aiding in troubleshooting and process optimization.
Table Specific Information
Select
The Workday component requires filtering on EventDrivenIntegrationVendorResponse_Id in order to perform the query.
For example:
SELECT * FROM EventDrivenIntegrationVendorResponseErrorMessageSetErrors WHERE EventDrivenIntegrationVendorResponse_Id = '12345';
Workday Resource Information
Updates a specific vendor response instance of Event-Driven Integration with the specified data after the third-party payroll system completes processing of the worker changes. The third-party payroll system updates the overall status of the processing and payroll error messages and warnings, if any.Secured by: Set Up: Payroll Interface (Update Vendor Response for Event-Driven Integration)+TG
Scope: Payroll Interface
Aggregate Fields
The component represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Group_Aggregate
[{
groupData: [{
name: Text /* The name of the reported field attribute. Examples: Amount, Currency, Status. */
value: Text /* The value of the reported field attribute. Examples: 2000, USD, Active. */
}]
groupName: Text /* The group category holding the data being provided by the third-party payroll system. Examples: Allowance, Address. */
groupValue: Text /* The specific name of the type of data being provided by the third-party payroll system. Examples: Car Allowance, Home Address. */
}]
Columns
| Name | Type | ReadOnly | Description |
| EventDrivenIntegrationVendorResponse_Id | String | False |
The unique Workday identifier (WID) that identifies the specific EventDrivenIntegrationVendorResponse containing this error message. |
| Diagnosis | String | False |
A detailed explanation of the root cause of the error to aid in troubleshooting. |
| FunctionalArea | String | False |
The specific functional area within Workday that was impacted by the reported error includes examples such as Position, Compensation, and Personal data. |
| Group_Aggregate | String | False |
A collection of additional data that provides supplementary context to the main error being reported. |
| MessageCategory | String | False |
The category indicating where the error occurred within the system. Examples: Worker Data, Organization, Supervisory, Staffing. |
| MessageNumber | String | False |
A unique integer identifier that distinguishes the specific error instance. |
| Procedure | String | False |
The recommended steps or actions required to resolve the reported error. |
| RecordType | String | False |
The classification of the error based on its nature. Examples: Data error, Configuration error. |
| Severity_Descriptor | String | False |
A textual description that conveys the severity level of the error instance. |
| Severity_Href | String | False |
A hyperlink directing to the specific instance or documentation for further details. |
| Severity_Id | String | False |
The unique identifier (WID, Id, or reference Id) associated with the severity of the error. |
| VendorErrorMessage | String | False |
A detailed error message from the third-party payroll system explaining what went wrong during the processing of worker changes sent via Event-Diven Integration. |
| Who | String | False |
The individuals, roles, or teams responsible for addressing and resolving the reported error. |