Document toolboxDocument toolbox

sp154_confirmation_timebands

Pairs of Earliest & Latest combinations that can be used to override the defaults on the Gantt's Call Confirm dialog. The earliest and latest times are expressed as a number of minutes past midnight: but a value of 240 (say) always means "4 o'clock" even on a daylight saving changeover day.


 

Table Definition

Field
Type
Default
Nullable
descriptionvarchar2(30)   (error)
earliestnumber(4)  (error)
latestnumber(4)  (error)
display_ordernumber(2)  (error)
field_idvarchar2(100)  (error)

Keys 

foreign key (field_id) references sp900_language_translation (field_id)

Column Descriptions

FieldDescription
description Depreciated - Unique description. 
earliest The earliest appointment time (for appointments) or access earliest time (for non-appointments) (number of minutes past midnight). It must be in the range 0 to +1440. The relevant day is defined by the ETA of the job. 
latestThe latest appointment time (for appointments) or access latest time (for non-appointments) (number of minutes past midnight). It must be in the range 0 to +1440. The relevant day is defined by the ETA of the job.
display_orderData is displayed in ascending order.
field_idKey to language translations for description.