WPBUSINESSOWNERSHIPBIOS (4.0SP20)

Contains WealthPoint Business Ownership Bios data.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

WPBUSINESSOWNERSHIPID

uniqueidentifier

false

FK to WPBUSINESSOWNERSHIP

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

BIO

nvarchar(max)

false

''

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.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_WPBUSINESSOWNERSHIPBIOS_DATEADDED

DATEADDED

False

False

True

IX_WPBUSINESSOWNERSHIPBIOS_DATECHANGED

DATECHANGED

False

False

False

IX_WPBUSINESSOWNERSHIPBIOS_WPBUSINESSOWNERSHIPID

WPBUSINESSOWNERSHIPID

False

False

False

PK_WPBUSINESSOWNERSHIPBIOS

ID

True

True

False

Triggers
Trigger Name Description

TR_WPBUSINESSOWNERSHIPBIOS_AUDIT_UPDATE

TR_WPBUSINESSOWNERSHIPBIOS_AUDIT_DELETE