| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
DATATABLENAME |
nvarchar(100) | Default = '' | The name of the data table in which the parsing error occured. | |
LOCATION |
nvarchar(100) | Default = '' | The location in which the parsing error occured. | |
ROWERROR |
nvarchar(255) | Default = '' | The actual error that occured in parsing. | |
PARENTID |
uniqueidentifier | ![]() |
Contains the ID of the parent row (the wealth ID for top level wealth records) for which the error occurred. | |
ERRORROWIDENTIFIER |
nvarchar(100) | Default = '' | The identifier of the datasource row for which the parsing failed. | |
DATEADDED |
datetime | Default = getdate() | Indicates the date this record was added. | |
DATECHANGED |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
TS |
timestamp | Timestamp. | ||
TSLONG |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
WPSEARCHHISTORYID |
uniqueidentifier | WPSEARCHHISTORY.ID | ID of the WealthPoint Search History for which the parsing error occured. | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_WPPARSINGERROR_DATEADDED |
DATEADDED | ![]() |
||
IX_WPPARSINGERROR_DATECHANGED |
DATECHANGED | |||
IX_WPPARSINGERROR_WPSEARCHHISTORYID |
WPSEARCHHISTORYID | |||
PK_WPPARSINGERROR |
ID | ![]() |
![]() |
| Trigger Name | Description |
|---|---|
TR_WPPARSINGERROR_AUDIT_UPDATE |
|
TR_WPPARSINGERROR_AUDIT_DELETE |

ID
DATATABLENAME
TSLONG
WPSEARCHHISTORYID
IX_WPPARSINGERROR_DATEADDED
IX_WPPARSINGERROR_DATECHANGED