WFM maintenance 7.1.0.15 resolved issues

Total: 6 issues

----------------

Incident # 14905978

POST-18659

Unable to see rejected clocks in Timesheet

An error occurs when viewing rejected clocks in the Daily Timesheet. This issue occurs when the clock record contains letters in the CTRJ_TYPE field in the CLOCK_TRAN_REJ_J table.

Outcome

Fixed by casting the CLKTRANTYPE_ID field as varchar.

----------------

Incident # 15296375

POST-19382

ASV - Mass Edit for Book off still applies after encountering an error

Issue in ASV is seen while booking off the shifts in which one shift is allowed to book off during blackout calendar day and another is not allowed.

Outcome

Fixed by adding validation phase before actual book off. The current logic remains intact.

----------------

Incident # 15316588

POST-19458

Shifts Over Midnight on Spring DST Calculate Incorrect Meal Duration

In Daylight Savings Time (DST), if the Break start time falls in DST then it is adjusting the start time but the end time is not converting because it does not fall in that same DST time.

Outcome

Fixed. Added the code changes to compare the DST adjusted start time with actual break activity start time and adjust the break end time based on the adjusted DST start time.

----------------

Incident # 15391536

POST-19797

Unable to delete LFSO schedules when SO_SCHEDULE_METRICS table has data of that schedule

LFSO schedules cannot be deleted after running the Schedule Effectiveness Summary Report.

Outcome

Fixed by deleting any records in the SO_SCHEDULE_METRICS table that were created by the report for the deleted schedule before deleting the schedule.

----------------

POST-19813

ETM Config Mode

Unable to exit config mode as there are two left arrows and no right arrow to slide over to the config gear icon.

Outcome

Fixed.

----------------

Incident # 15396346

POST-19726

An application error occurs when a supervisor tries to approve a cancellation of an employee's time off request, where the employee has then submitted an overlapping request. For example, canceling a full-day time off and then requesting a partial day on the same day.

Outcome

Fixed by ensuring that the new time off request does not create a cancellation time off request in cases where errors are encountered or the cancellation request is not associated with an approved TOD ID.