Document toolboxDocument toolbox

sp372_op_day_breaks

This table specifies break details that are persisted.


 

Table Definition

Field
Type
Default
Nullable
employee_nonumber(9) (error)
schedule_datedate (error)
break_namevarchar(20) (error)
break_start_timedate (error)
break_durationnumber(6) (error)
break_typenumber(1) (error)
is_dispatchednumber(1) (error)
isdstnumber(1) (error)

Keys

primary key (employee_no, schedule_date, break_name)

 

Column Descriptions

FieldDescription
employee_noIdentifies the employee.
schedule_date

Identifies the date.

  • In ServiceScheduling 9.0.x, uses FRU local time zone.
  • In ServiceScheduling 9.1.x and greater, uses UTC time zone.
break_nameIdentifies the break.
break_start_time

The actual date and start time of the break.

  • In ServiceScheduling 9.0.x, uses FRU local time zone.
  • In ServiceScheduling 9.1.x and greater, uses UTC time zone.
break_durationThe duration in minutes of the break.
break_type

The type/status:

  • Default scheduled = 0
  • Overridden = 1
  • Fixed = 2
  • Started = 3
  • Finished = 4
is_dispatchedThe dispatch status of the break.
isdstThe daylight saving flag.