Field |
Field Type |
Null |
Notes |
Description |
UNITVALUE |
money |
|
Default = 0 |
The unit value of the benefit item. |
QUANTITY |
int |
|
Default = 0 |
The number of benefit items associated with this detail record. |
TOTALVALUE |
money |
|
Default = 0 |
Then total value of the benefit item(s). |
DETAILS |
nvarchar(255) |
|
Default = '' |
Comments |
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. |
EVENTBASECURRENCYTOTALVALUE |
money |
|
Default = 0 |
The total benefit value expressed in the currency of the event. |
ORGANIZATIONTOTALVALUE |
money |
|
Default = 0 |
The total value in the organization currency. |
BENEFITTYPECODE |
tinyint |
|
Default = 0 |
|
BENEFITTYPE |
nvarchar(33) (Computed) |
 |
CASE [BENEFITTYPECODE] WHEN 0 THEN N'Registration' WHEN 1 THEN N'Fundraising incentive' WHEN 2 THEN N'Participant recruitment incentive' WHEN 3 THEN N'Donation retention incentive' WHEN 4 THEN N'Communications incentive' WHEN 5 THEN N'Volunteer recruitment incentive' END |
|