| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
CONFIRMED |
bit | Default = 0 | ||
DATECONFIRMED |
datetime | ![]() |
||
REJECTED |
bit | Default = 0 | ||
DATEREJECTED |
datetime | ![]() |
||
SOURCE |
nvarchar(100) | Default = '' | ||
DESCRIPTION |
nvarchar(100) | Default = '' | ||
VALUE |
money | Default = 0 | ||
NOTES |
nvarchar(1024) | Default = '' | ||
VIEWED |
bit | Default = 0 | ||
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. |
RECURSIVEMATCH |
bit | Default = 0 |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
WEALTHID |
uniqueidentifier | WEALTH.ID | FK to WEALTH | |
CONFIRMEDBYAPPUSERID |
uniqueidentifier | ![]() |
APPUSER.ID | FK to APPUSER |
REJECTEDBYAPPUSERID |
uniqueidentifier | ![]() |
APPUSER.ID | FK to APPUSER |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_WPOTHERASSET_DATEADDED |
DATEADDED | ![]() |
||
IX_WPOTHERASSET_DATECHANGED |
DATECHANGED | |||
IX_WPOTHERASSET_WEALTHID |
WEALTHID | |||
PK_WPOTHERASSET |
ID | ![]() |
![]() |
| Trigger Name | Description |
|---|---|
TR_WPOTHERASSET_AUDIT_UPDATE |
|
TR_WPOTHERASSET_AUDIT_DELETE |

ID
CONFIRMED
TSLONG
WEALTHID
IX_WPOTHERASSET_DATEADDED
IX_WPOTHERASSET_DATECHANGED