Field ordering in override popups

For override types used in the Daily Timesheet, Weekly Timesheet, and Mass Edit pages, the order of fields in the override popup is controlled by the override type token configuration. This behavior now also applies to override popups that are rendered using JSP pages.

When you configure an override type, the system uses the token list to build the override popup:

Note: Core override popups are rendered using an override-type-specific JSP. This JSP defines (hardcodes) which override fields appear in the popup. The override type token configuration controls only the ordering of token-based fields that exist in that JSP; tokens not present in the JSP are not displayed.
  • Fields that correspond to configured override type tokens and that exist in the override popup are displayed first, in the order specified on the Override Types page. Any configured tokens that are not present in the popup are ignored.
  • Any other token-based fields that are not explicitly ordered appear after the configured tokens.
  • Non-token fields such as Start Time, End Time, Override Comment, OVR_START_DATE, OVR_END_DATE, and START_TIME_DATE remain in their original fixed positions and cannot be reordered by token configuration.

Limitations

Token-based field reordering in override popups is not supported for the following override-specific JSP implementations. For these override types, the field layout remains fixed and cannot be changed using override type tokens:

  • 320: Mass Edit Work Summary: clock entry fields cannot be reordered.
  • 460: Schedule Detail - MVS specific fields cannot be reordered
  • 461: Sched Times w Breaks
  • 462: Sched Times w Breaks2

  • 463: Sched Times w Breaks3

  • 464: Sched Times w Breaks4

  • 465: Sched Times w Breaks5

  • 481: Mass Edit Sched Times w Breaks

  • 482: Mass Edit Sched Times w Breaks2

  • 483: Mass Edit Sched Times w Breaks3

  • 484: Mass Edit Sched Times w Breaks4

  • 485: Mass Edit Sched Times w Breaks5

  • 600: Elapsed Time

For all other supported override types, override popup field order is determined by the override type token configuration described above.