Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
The name of the recognition level. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The description of the recognition level. |
AMOUNT |
money (Computed) |
 |
dbo.UFN_RECOGNITIONLEVEL_GETAMOUNTBYDATE(ID,getdate()) |
The minimum amount of revenue required to join this level. |
PLANNEDGIFTAMOUNT |
money (Computed) |
 |
dbo.UFN_RECOGNITIONLEVEL_GETPLANNEDGIFTAMOUNTBYDATE(ID,getdate()) |
The minimum planned gift amount required to join this level. |
ISACTIVE |
bit |
|
Default = 1 |
|
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ORGANIZATIONAMOUNT |
money (Computed) |
 |
dbo.UFN_RECOGNITIONLEVEL_GETORGANIZATIONAMOUNTBYDATE(ID,getdate()) |
The minimum amount in organization currency. |
ORGANIZATIONPLANNEDGIFTAMOUNT |
money (Computed) |
 |
dbo.UFN_RECOGNITIONLEVEL_GETORGANIZATIONPLANNEDGIFTAMOUNTBYDATE(ID,getdate()) |
The minimum planned gift amount in organization currency. |
ORGANIZATIONEXCHANGERATEID |
uniqueidentifier (Computed) |
 |
dbo.UFN_RECOGNITIONLEVEL_GETORGANIZATIONEXCHANGERATEIDBYDATE(ID,getdate()) |
The exchange rate used to convert from minimum amount, minimum planned gift amount to organization minimum amount, organization minimum planned gift amount. |