This table contains information for an itinerary item.
Fields
Field |
Field Type |
Null |
Notes |
Description |
STARTTIME
|
UDT_HOURMINUTE
|
false
|
|
The start time for this itinerary item.
|
ENDTIME
|
UDT_HOURMINUTE
|
false
|
|
The end time for this itinerary item.
|
NAME
|
nvarchar(100)
|
false
|
|
The name for this itinerary item.
|
NOTES
|
nvarchar(500)
|
false
|
|
The notes for this itinerary item.
|
BLOCKEVENT
|
bit
|
false
|
|
Indicates whether to block event from other groups.
|
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.
|
STARTDATE
|
date
|
false
|
|
The start date for an itinerary item.
|
ENDDATE
|
date
|
false
|
|
The end date for an itinerary item.
|
ITEMTYPECODE
|
tinyint
|
false
|
|
The type of itinerary item
|
ITEMTYPE
|
nvarchar(23) (Computed)
|
true
|
|
Provides a translation for the 'ITEMTYPECODE' field.
|
INVALIDREASONCODE
|
tinyint
|
false
|
|
For unscheduled items, the reason the item is invalid
|
INVALIDREASON
|
nvarchar(72) (Computed)
|
true
|
|
Provides a translation for the 'INVALIDREASONCODE' field.
|
STARTDATETIME
|
datetime (Computed)
|
true
|
|
The start date and time of the conflicting event.
|
ENDDATETIME
|
datetime (Computed)
|
true
|
|
The end date and time of the conflicting event.
|