Field |
Field Type |
Null |
Notes |
Description |
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. |
EVENTSPONSORSHIPLOGOID |
int |
|
Default = 0 |
Event Sponsor Logo image id |
EVENTSPONSORSHIPURL |
UDT_WEBADDRESS |
|
Default = '' |
Event sponsor URL |
SPONSORSHIPMESSAGE |
nvarchar(2000) |
|
Default = '' |
FAF Event sponsor message |
FEESAMOUNT |
money |
|
Default = 0 |
The final amount sponsor paid. |
ORGANIZATIONCONSTITUENTID |
uniqueidentifier |
 |
|
The constituent ID of the organization record. |
BENEFITSWAIVED |
bit |
|
Default = 0 |
Indicates if this registrant has waived benefits. |
ISCANCELLED |
bit |
|
Default = 0 |
Designates whether or not the registrant has cancelled. |
CUSTOMIDENTIFIER |
nvarchar(100) |
|
Default = '' |
User-definable custom identifier. |
SEQUENCEID |
int |
|
|
Identity column used to increment the default lookupid. |
LOOKUPID |
nvarchar(100) (Computed) |
 |
(CASE LEN(CUSTOMIDENTIFIER) WHEN 0 THEN 'evspn-' + CAST(SEQUENCEID AS nvarchar(20)) ELSE CUSTOMIDENTIFIER END) |
Unique identifer that supports user defined values as well as system generated values. |
FEESWAIVED |
bit |
|
Default = 0 |
Indicates if this registration fee is waived. |
ALLOWADMINACCESSHQ |
bit |
|
Default = 1 |
|