Document toolboxDocument toolbox

sp105_activity_types

This table contains details of all of the different activity types. An activity is anything that can be displayed on the Gantt. This includes Standard Activities (e.g. Holiday, Sick, Training) and Job Types.


 

Table Definition

Field
Type
Default
Nullable
activity_typenumber(2) (error)
categorynumber(4) (error)
analysis_typevarchar2(2) (tick)
descriptionvarchar2(30) (error)
colourvarchar2(30) (tick)
display_sequencenumber(2) (tick)
sa_dispatchnumber(1) (tick)
sa_subsume_breaksnumber(1) (tick)
field_idvarchar2(100) (error)

Keys 

primary key (activity_type) 
foreign key (category) references sp101_activity_categories (category) 
foreign key (field_id) references sp900_language_translation (field_id)

Primary Key Referenced From

 

Column Descriptions

FieldDescription
activity_typeServiceOptimizer unique identifier
categoryThe category of this activity type.
analysis_typeThe job analysis type (maybe redundant?)
descriptionDepreciated - Text describing the activity. This text is displayed on the activity bars in the Gantt chart.
colourThe colour used to display activity bars in the Gantt chart for activities of this type.
display_sequenceA number used to order the sequence in which activity types are listed in Gantt chart menus.
sa_dispatchField indicating that this type of standard activity is dispatchable.
sa_subsume_breaksField is not used at present. Added for future use .
field_idkey to language translations for description.

 

Â