UserExceptionMessages
Stores error or exception messages presented to users during system operations. This is enables tracking of common failure points and enhances user experience diagnostics.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the exception message record, typically used as the primary key. |
| Exception Name | String | False |
Human-readable name of the exception that was triggered, mapped from name__v in Veeva Vault. |
| Status | String | False |
Current processing status of the exception message, such as New, Resolved, or Failed, sourced from status__v. |
| Created By | String | True |
Username or system identifier that initially created the exception message record, corresponding to created_by__v. |
| Created Date | Datetime | True |
Timestamp when the exception message record was created in the system, based on created_date__v. |
| Last Modified By | String | True |
User or system that last updated the exception message record, mapped from modified_by__v. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the exception message record, taken from modified_date__v. |
| Error Message | String | False |
Detailed system-generated message describing the error encountered during integration, extracted from error_message__sys. |
| Error Type | String | False |
Category or classification of the error (for example, Validation, System, Mapping), sourced from error_type__sys. |
| Message Body | String | False |
JSON-formatted content of the message payload that triggered the exception, pulled from message_body_json__sys. |
| Failed Message Items | Decimal | False |
Number of individual message items that failed during processing, represented by message_items_failed__sys. |
| Received Message Items | Decimal | False |
Total number of message items received in the integration message, captured from message_items_received__sys. |
| Message Processor | String | False |
Name or identifier of the system module or service that attempted to process the message, based on message_processor__sys. |
| Integration | String | False |
Name of the integration interface or system involved when the error occurred, drawn from integration__sys. |
| Integration Point | String | False |
Specific endpoint or module within the integration that caused the exception, from integration_point__sys. |
| Global ID | String | True |
Globally unique identifier assigned to this message across systems, derived from global_id__sys. |
| Link | String | False |
System-generated link or reference for accessing the exception message record within Veeva Vault, from link__sys. |