ScheduleEditOverrideCallout

Description:
This registry parameter specifies a callout class that defines custom functionality when users make schedule edits in the LFSO Schedule screen. This callout performs data events, which are performed before the schedule edit is completed by the system. For example, override comments could be added automatically when a user performs a schedule edit. The class specified in this parameter is triggered when users perform one of these schedule edits:
  • Creating shifts
  • Editing shift details
  • Copying shifts
  • Deleting shifts
  • Swapping shifts
  • Adding split shifts
  • Unasssigning shifts
  • Marking employees as absent

If this registry parameter is left blank, the default class is used. An error message is displayed when schedule edits are performed if an invalid or non-existing class is specified.

Valid Values:

A valid Java class that implements this callout.

Default Value:

com.workbrain.util.callouts.scheduling.DefaultScheduleEditOverrideCallout

Location:

/system/callouts/

Effective:
2022.02.00