UserExceptionItems
Logs items that triggered system exceptions during user interactions or automated processes. Supports debugging, exception resolution, and system reliability monitoring.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the exception item record, used as the primary key. |
| Exception Type | String | True |
Specifies the classification of the exception, indicating the type of user-level error or anomaly encountered. |
| Exception Item Name | String | False |
Human-readable name associated with the exception item, typically used for display and search. |
| Status | String | False |
Current lifecycle status of the exception item, such as Active, In Progress, or Resolved. |
| Created By | String | True |
Username or system identifier of the user or process that originally created the exception item. |
| Created Date | Datetime | True |
Date and time when the exception item was initially created in the system. |
| Last Modified By | String | True |
Username or system identifier of the user or process that last updated the exception item. |
| Last Modified Date | Datetime | True |
Date and time when the exception item was most recently modified. |
| Error Message | String | False |
Detailed error message generated by the system that explains the nature of the failure or issue. |
| Error Status | String | False |
Status code or description indicating the severity or resolution state of the error encountered. |
| Error Type | String | False |
Categorization of the error, such as Validation, Processing, or System, to aid in troubleshooting and reporting. |
| Exception Message | String | False |
Descriptive message specifically tied to the exception context, intended for diagnostics or logging. |
| Item | String | False |
Reference to the associated item (record or object) in the system that triggered the exception. |
| Item Data | String | False |
Serialized or structured data from the item that contributed to or caused the exception. |
| Global ID | String | True |
Globally unique identifier for cross-system tracking or deduplication of the exception item. |
| Link | String | False |
Hyperlink or URI that provides direct access to the full exception item or related resource in the application. |