Describes the staff resources used by the track.
Fields
Field |
Field Type |
Null |
Notes |
Description |
QUANTITYNEEDED
|
int
|
false
|
|
The quantity of the resource needed for this track.
|
FILLEDBYCODE
|
tinyint
|
false
|
|
The type of staff resource needed for this track.
|
FILLEDBY
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'FILLEDBYCODE' field.
|
JOBNAME
|
nvarchar(100)
|
false
|
|
The name of the job to create when the track is used.
|
JOBDESCRIPTION
|
nvarchar(255)
|
false
|
|
The description of the job to create when the track is used
|
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.
|