Document toolboxDocument toolbox

sp086_user_preferences

This table stores ServiceManager's users' settings.


 

Table Definition

Field
Type
Default
Nullable
user_idvarchar2(50)  
start_date_offsetnumber(3)  
start_date_offset_typenumber(1)  
end_date_offsetnumber(3)  
end_date_offset_typenumber(1)  
working_week_daysnumber(3)  
expand_menunumber(1)  
default_selection_setlong raw (tick)
chart_view_stylenumber(1) (tick)

Keys

primary key (user_id) 

foreign key (user_id) references sp085_users (user_id)

Column Descriptions

FieldDescription
user_idIs the reference to the user who owns this persistence data. 
start_date_offsetThe offset from the System Effective Date in units identified by start_date_offset_type that represents the start of the default date range (can be –ve) 
start_date_offset_typeAn enumeration where 0 represents 'Days', 1 represents 'Weeks', 2 represents 'Months' and 3 represents 'Years' 
end_date_offsetThe offset from the start of the default date range in units identified by end_date_offset_type that represents the end of the default date range (can be –ve) 
end_date_offset_typeAn enumeration where 0 represents 'Days', 1 represents 'Weeks', 2 represents 'Months' and 3 represents 'Years' 
working_week_daysThe days (delimited by commas) number from 0 that define the 'working week' 
expand_menu1 specifies to Expand the menu at startup, otherwise 0 
default_selection_setThe set of Operative references (sp210_employees.employee_ref) comprising the default set of operatives 
chart_view_styleSpecifies the default chart scale to be applied for this user (Operative Availability Chart View). 1 - single day; 2 - seven day; 3 - working week days.