WPOTHERASSET
Contains WealthPoint Other Asset data.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| CONFIRMED |
bit |
|
Default = 0 |
|
| DATECONFIRMED |
datetime |
yes |
|
|
| REJECTED |
bit |
|
Default = 0 |
|
| DATEREJECTED |
datetime |
yes |
|
|
| 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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
| RECURSIVEMATCH |
bit |
|
Default = 0 |
|
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| WEALTHID |
uniqueidentifier |
|
WEALTH.ID
|
FK to WEALTH |
| CONFIRMEDBYAPPUSERID |
uniqueidentifier |
yes |
APPUSER.ID
|
FK to APPUSER |
| REJECTEDBYAPPUSERID |
uniqueidentifier |
yes |
APPUSER.ID
|
FK to APPUSER |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_WPOTHERASSET_DATEADDED |
DATEADDED |
|
|
yes |
| IX_WPOTHERASSET_DATECHANGED |
DATECHANGED |
|
|
|
| IX_WPOTHERASSET_WEALTHID |
WEALTHID |
|
|
|
| PK_WPOTHERASSET |
ID |
yes |
yes |
|
Triggers