This table stores relationships for constituents.
Fields
Field |
Field Type |
Null |
Notes |
Description |
STARTDATE
|
datetime
|
true
|
|
Date that the relationship was established or became effective
|
ENDDATE
|
datetime
|
true
|
|
Date that the relationship was dissolved or ceased to be effective
|
ISSPOUSE
|
bit
|
false
|
|
Designates the relationship as a spouse record
|
ISPRIMARYBUSINESS
|
bit
|
false
|
|
Designates the relationship as a primary business record
|
ISCONTACT
|
bit
|
false
|
|
Designates the relationship as a contact record
|
POSITION
|
nvarchar(100)
|
false
|
|
Store the position value for records marked as contacts
|
ISMATCHINGGIFTRELATIONSHIP
|
bit
|
false
|
|
The organization in the relationship will match the individual's gifts.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
ISPRIMARYCONTACT
|
bit
|
false
|
|
Indicates whether the contact is a primary contact
|
COMMENTS
|
nvarchar(max)
|
false
|
|
|
ISEMERGENCYCONTACT
|
bit
|
false
|
|
Indicates this relation is an emergency contact.
|
RECEIVESREPORTCARD
|
bit
|
false
|
|
Indicates this relation receives report cards for the student.
|
DESCRIPTION
|
nvarchar(700) (Computed)
|
true
|
|
Provides a translation field for the relationship record
|