Custom Cost callout interface

Some organizations may want to override the employee's scheduled hours with their own logic on the UI (and possible costs). The Custom Cost callout provides a convenient interface to integrate custom code with LFSO cost calculation (back-end) and the schedule user interface (UI).

The Custom Cost callout interface has been extended to allow a more flexible way for clients to customize schedule costs in the UI (for example, customize per employee hours). This callout extension lets you plug in your own scheduleCustom.js JavaScript code to customize the schedule display on costs. The core version of scheduleCustom.js is a sample script that can be configured to work with the sample calculator (SampleEmployeeCostCalculator.java) that is provided.

For further implementation details, see Infor Workforce Management LFSO Implementation and Administration Guide.