RE7INTEGRATIONGIVINGSUMMARY
Giving summary data from The Raiser's Edge.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
FIRSTGIFTAMOUNT |
money |
|
Default = 0 |
The amount of the first gift given by the constituent. This data comes from The Raiser's Edge. |
FIRSTGIFTDATE |
datetime |
yes |
|
The date of the first gift given by the constituent. This data comes from The Raiser's Edge. |
LARGESTGIFTAMOUNT |
money |
|
Default = 0 |
The amount of the largest gift given by the constituent. This data comes from The Raiser's Edge. |
LARGESTGIFTDATE |
datetime |
yes |
|
The date of the largest gift given by the constituent. This data comes from The Raiser's Edge. |
LATESTGIFTAMOUNT |
money |
|
Default = 0 |
The amount of the latest gift given by the constituent. This data comes from The Raiser's Edge. |
LATESTGIFTDATE |
datetime |
yes |
|
The date of the latest gift given by the constituent. This data comes from The Raiser's Edge. |
TOTALGIFTSGIVEN |
int |
|
Default = 0 |
The total number of gifts given by the constituent. This data comes from The Raiser's Edge. |
TOTALGIFTAMOUNT |
money |
|
Default = 0 |
The amount of the total gift amount given by the constituent. This data comes from The Raiser's Edge. |
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. |
FIRSTGIFTTYPE |
nvarchar(100) |
|
Default = '' |
The gift type of first gift given by the constituent. This data comes from The Raiser's Edge. |
FIRSTGIFTDESIGNATION |
nvarchar(100) |
|
Default = '' |
The gift first designation of gift given by the constituent. This data comes from The Raiser's Edge. |
LARGESTGIFTTYPE |
nvarchar(100) |
|
Default = '' |
The gift type of largest gift given by the constituent. This data comes from The Raiser's Edge. |
LARGESTGIFTDESIGNATION |
nvarchar(100) |
|
Default = '' |
The gift largest designation of gift given by the constituent. This data comes from The Raiser's Edge. |
LATESTGIFTTYPE |
nvarchar(100) |
|
Default = '' |
The gift type of latest gift given by the constituent. This data comes from The Raiser's Edge. |
LATESTGIFTDESIGNATION |
nvarchar(100) |
|
Default = '' |
The gift latest designation of gift given by the constituent. This data comes from The Raiser's Edge. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_RE7INTEGRATIONGIVINGSUMMARY_DATEADDED |
DATEADDED |
|
|
yes |
IX_RE7INTEGRATIONGIVINGSUMMARY_DATECHANGED |
DATECHANGED |
|
|
|
PK_RE7INTEGRATIONGIVINGSUMMARY |
ID |
yes |
yes |
|
Triggers