WPOTHERASSET (4.0SP20)

Contains WealthPoint Other Asset data.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

WEALTHID

uniqueidentifier

false

FK to WEALTH

CONFIRMEDBYAPPUSERID

uniqueidentifier

true

FK to APPUSER

REJECTEDBYAPPUSERID

uniqueidentifier

true

FK to APPUSER

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

CONFIRMED

bit

false

0

DATECONFIRMED

datetime

true

REJECTED

bit

false

0

DATEREJECTED

datetime

true

SOURCE

nvarchar(100)

false

''

DESCRIPTION

nvarchar(100)

false

''

VALUE

money

false

0

NOTES

nvarchar(1024)

false

''

VIEWED

bit

false

0

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

RECURSIVEMATCH

bit

false

0

Indexes
Index Name Field(s) Unique Primary Clustered

IX_WPOTHERASSET_DATEADDED

DATEADDED

False

False

True

IX_WPOTHERASSET_DATECHANGED

DATECHANGED

False

False

False

IX_WPOTHERASSET_WEALTHID

WEALTHID

False

False

False

PK_WPOTHERASSET

ID

True

True

False

Triggers
Trigger Name Description

TR_WPOTHERASSET_AUDIT_UPDATE

TR_WPOTHERASSET_AUDIT_DELETE