Showing scheduled hours on the My Schedule page

You can configure the My Schedule page to display the total number of hours the employee is scheduled to work each day. For example, if the employee is scheduled to work from 17:00 to 1:00 with a 30 minute break, 7:30 Hrs is displayed for that day.

On each day with scheduled hours, the duration is displayed on a separate line above the start/end times. Users can click the duration to display the schedule details. If the employee is not scheduled on that day, then the scheduled hours are not displayed.

To view the scheduled hours on the My Schedule page, users require view or Act permission to the FIELD_MYSCHEDULE_TAB_MYSCHEDULE_DURATION element. This element is found on the MOB_SCHEDULE maintenance form.

By default, LTA and break time are not included in the scheduled hours and the value is displayed in HH:MM format. You can change the default behavior by configuring the FIELD_MYSCHEDULE_TAB_MYSCHEDULE_DURATION field on the MOB_SCHEDULE maintenance form. This field uses the MobScheduledHoursUI field control.

The MobScheduledHoursUI field control supports these parameters:

  • includeLTA: Determines whether to include LTA time in the scheduled hours total. Specify one of these values:
    • true: LTA time is included in the total.
    • false: LTA time is not included in the total. This is the default.
  • includeBreaks: Determines whether to include break time in the scheduled hours total. Specify one of these values:
    • true: Break time is included in the total.
    • false: Break time is not included in the total. This is the default.
  • decimalMinutes: Determines whether the scheduled hours value is displayed in time or decimal format. Specify one of these values:
    • true: The value is displayed in decimal format (for example, 8.50).
    • false: The value is displayed in HH:MM format (for example, 8:30). This is the default.