Describes the staff resources used by the itinerary item.
Fields
Field |
Field Type |
Null |
Notes |
Description |
QUANTITYNEEDED
|
int
|
false
|
|
The quantity of this staff resource needed for the itinerary item.
|
FILLEDBYCODE
|
tinyint
|
false
|
|
The type of staff resource needed for this itinerary.
|
FILLEDBY
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'FILLEDBYCODE' field.
|
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.
|
PRICE
|
money
|
false
|
|
The price of the resource.
|
PRICINGSTRUCTURECODE
|
tinyint
|
false
|
|
Indicates the pricing structure for the resource.
|
PRICINGSTRUCTURE
|
nvarchar(24) (Computed)
|
true
|
|
Provides a translation for the 'PRICINGSTRUCTURECODE' field.
|
IGNORESQUANTITYFORCAPACITY
|
bit
|
false
|
|
For group check-in, bypass constraint on quantity required for capacity.
|