sp114_shift_specifications
This table contains the names of all of the shift patterns which have been defined by the system administrator.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
shift_spec | Â number(4) | Â | |
spec_name | Â varchar2(30) | Â | |
period | number(3) | Â | |
capacity_shift | number(1) | Â | |
ADJ_shift | number(1) | Â | |
field_id | varchar2(100) | Â |
KeysÂ
primary key (shift_spec)Â
unique (spec_name)Â
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
 shift_spec |  ServiceOptimizer-generated unique identifier |
 spec_name |  The name of the pattern - this text is used in pop up lists in the forms application and in the "Display time" menu on the Gantt display. |
period | The number of days after which the shift pattern is to be repeated - a multiple of 7, up to 371. Thus the shift pattern defines a cycle of between 1 and 53 weeks (inclusive). |
capacity_shift | A flag indicating whether shifts in this shift pattern provide capacity that jobs on the shifts then consume. Can be overridden by a specific shift period. Â A value of 1 or NULL indicates that the shifts provides capacity (by default) A value of 0 indicates that the shifts do not provide capacity (by default) |
ADJ_shift | A flag indicating whether All Day jobs can be automatically allocated to the shifts in this shift pattern. Can be overridden by a specific shift period. A value of 1 or NULL indicates that All Day jobs can be automatically allocated to shifts in this shift pattern (by default) A value of 0 indicates that All Day jobs cannot be automatically allocated to shifts in this shift pattern (by default) field_idkey to language translations (in sp900) for spec_name |