Stores goal information pertaining to a Fundraising Purpose.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
The name of the Designation Level Goal.
|
GOAL
|
money
|
false
|
|
The amount of the goal.
|
STARTDATE
|
datetime
|
false
|
|
The start date for this goal.
|
ENDDATE
|
datetime
|
false
|
|
The end date for this goal.
|
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.
|
ORGANIZATIONGOAL
|
money
|
false
|
|
Amount of the goal in organization currency.
|