PEOPLELINKORGANIZATION

Contains PeopleFinder organization records.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
SOURCE nvarchar(150) Default = ''
ORGNAME nvarchar(150) Default = ''
LINE1 nvarchar(150) Default = ''
CITY nvarchar(50) Default = ''
STATE nvarchar(2) Default = ''
ZIP nvarchar(10) Default = ''
TICKER nvarchar(50) Default = ''
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.
FULLHASH nvarchar(32) Default = ''

Foreign Keys

Foreign Key Field Type Null Notes Description
WEALTHID uniqueidentifier WEALTH.ID FK to WEALTH
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_PEOPLELINKORGANIZATION_DATEADDED DATEADDED yes
IX_PEOPLELINKORGANIZATION_DATECHANGED DATECHANGED
PK_PEOPLELINKORGANIZATION ID yes yes

Triggers

Trigger Name Description
TR_PEOPLELINKORGANIZATION_AUDIT_UPDATE
TR_PEOPLELINKORGANIZATION_AUDIT_DELETE

Referenced by

Referenced by Field
PEOPLELINKCONTACT PEOPLELINKORGANIZATIONID