Contains information pertaining to event registrants.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ATTENDED
|
bit
|
false
|
|
Designates whether or not the registrant attended the event.
|
WILLNOTATTEND
|
bit
|
false
|
|
Designates whether or not the registrant will attend or is only registered to allow guests.
|
EVENTSEATINGNOTE
|
nvarchar(250)
|
false
|
|
|
BENEFITSWAIVED
|
bit
|
false
|
|
Indicates if this registrant has waived benefits.
|
ONLINEREGISTRANT
|
bit
|
false
|
|
Indicates if this registrant registered through Blackbaud Internet Solutions.
|
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.
|
ISCANCELLED
|
bit
|
false
|
|
Designates whether or not the registrant has cancelled.
|
CUSTOMIDENTIFIER
|
nvarchar(100)
|
false
|
|
User-definable custom identifier.
|
SEQUENCEID
|
int
|
false
|
|
Identity column used to increment the default lookupid.
|
LOOKUPID
|
nvarchar(100) (Computed)
|
true
|
|
Unique identifer that supports user defined values as well as system generated values.
|
NOTES
|
nvarchar(255)
|
false
|
|
This column contains notes about a registrant.
|
ISWALKIN
|
bit
|
false
|
|
Indicates whether this registrant was a walk-in or if they preregistered.
|
USERMARKEDATTENDANCE
|
bit
|
false
|
|
True indicates that a user has explicitly marked this registrant either attended or not attended.
|