Web Portal Configuration
The general appearance of the WebScheduler web portal is configured using the file C:\inetpub\SV Website\WebScheduler\Web.config where SVWebsite is the name of the web site as defined with the Web Deployment Console at the time of deployment of the WebScheduler. The file has an xml structure and can be edited with a simple text editor.
The settings described below are all found in the applicationSettings section.
Property | Range | Default | Description |
CompanyName | Reserved setting. | ||
ProductName | Reserved setting. | ||
NeedHelpText | Configurable message displayed on the login screen. | ||
FirstDayOfWeek | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |Sunday | Monday | The day designated as the first of the week. |
BusinessBeginsHour | 0 – 24 | 0 | Start time for highlighting business time on the schedule control. |
BusinessEndsHour | 0 – 24 | 24 | End time for highlighting business time on the schedule control. |
ColorizeScheduleDefault | True False |
False | Defines if the default value of the schedule shall be represented by an interval. |
ScheduleBusinessBackColor | Html color name as a String | None |
Defines the color for the schedule control background for business hours. Examples: "LightBlue" or "BlanchedAlmond" |
ScheduleNonBusinessBackColor | Html color name as a String | None | Defines the color for the schedule control background for non-business hours |
ScheduleWeekendBackColor | Html color name as a String | None | Defines the color for the schedule control background for week-end days |
FullyExpandTreeview |
True False |
True | If enabled, the tree-view in the left pane will be by default expanded when opening the schedule list page. Otherwise, tree nodes will be collapsed. |
SingleViewMinZoom | 1-1440 | 60 | Minimum zoom level, in minutes per cell, when viewing a single timetable. |
SingleViewMaxZoom | 1-1440 | 1 | Maximum zoom level, in minutes per cell, when viewing a single timetable. |
MultiViewMinZoom | 1-1440 | 1440 | Minimum zoom level, in minutes per cell, when viewing multiple timetables. |
MultiViewMaxZoom | 1-1440 | 1 | Maximum zoom level, in minutes per cell, when viewing multiple timetables. |
MultiViewResourceHeaderWidth | 1-10000 | 100 | The size of the schedule header the Calendar page for multiple schedules. |
EnableStorageAsLoginLogout | True False |
False | Enables the login and logout user actions from the WebScheduler to be logged in the archives in a similar manner to that of a user login and logout on PcVue. The comment field is used to record the client name. |