ExpensesexpenseErrors
Logs validation or policy errors detected in an expense record, prompting corrective actions prior to submission.
Columns
Name | Type | Description |
ExpensesExpenseId [KEY] | Long | Unique identifier for the expense record, used to track and manage individual expenses throughout the system. |
Name | String | Name of the attribute that triggers an expense validation error, helping to pinpoint the exact issue within the expense data. |
ErrorCode | String | Code that represents the specific error encountered during expense validation, used for categorizing and handling errors efficiently. |
ErrorSequence [KEY] | Int | Unique identifier for each expense validation error, allowing for tracking, sorting, and addressing multiple errors within a given validation process. |
ErrorDescription | String | Description providing detailed information about the expense validation error, clarifying the cause of the validation issue. |
Type | String | Indicates the type of issue for the record, specifying whether it is an error or a warning, helping to prioritize actions. |
ExpenseId | Long | Unique identifier for the expense associated with the validation error, used to link the error back to the specific expense record. |
Finder | String | Search term or identifier used to locate and display specific records or entries within the database, aiding in data retrieval. |
PersonId | String | Unique identifier for the person associated with the expense, often linking the error or warning to a specific employee or contractor. |
Request | String | Request identifier associated with the expense, used to track the approval or review process and ensure proper validation is applied. |
SysEffectiveDate | String | System-defined effective date that governs when the record becomes valid, ensuring that data is retrieved in accordance with its timeline. |
CUReferenceNumber | Int | Reference number used to associate child aggregates with their parent tables, ensuring relational integrity in data storage. |
EffectiveDate | Date | Date parameter used to fetch resources that are effective as of a specified start date, helping to retrieve accurate, time-sensitive data. |