WFM maintenance 7.1.0.24 resolved issues

Total: 15 issues

POST-19386

Incident # 15207041

Mobility - My Schedule page not loading if there are a large number of available billboard shifts

The My Schedule page in the WFM mobility app is not loading when there are over one thousand shifts posted to the shift billboard per day.

Outcome

Fixed by batching the queries to load shift billboard shifts, which improves performance when loading the My Schedule page.

POST-20473

Incident # 15575307

Float shift is missing 'Unassign' option in shift context menu in Central Staffing

Float shift is missing 'Unassign' option in shift context menu in Central Staffing but the option is available in ASV.

Outcome

Fixed. Changed a button visibility check. If the shift is originally from MR/OTS but has 'relief' status then it should be visible.

POST-20555

Incident # 15726080

Clicking back in Payroll Dashboard throws webpage error

After loading the employee in the Payroll Dashboard, click back returns a webpage error.

Outcome

Fixed.

POST-20625

Incident # 15612439, 15625772,15709802

Broken shift chain errors occurring from swapped shifts and floated swapped shifts

An application error occurs when loading an individual employee's schedule in ASV. This occurs when a rotation is re-processed and causes a broken shift chain by deleting details from a shift that was involved in a shift swap or time off request.

Outcome

Fixed by POST-20175.

POST-20677

Incident # 15612556

There is no diamond security option for Time Punch Alerts save button

There is no security configuration icon for the Save button in Time Punch Alerts. The Add, Save, and Close buttons are not working for users with View permission.

Outcome

Fixed.

POST-20929

Incident # 15598462

Total hours display incorrectly while editing the shift after performing multiple floats in ASV

Issues observed while editing the shift with multiple floats. Total hours display incorrectly.

Outcome

Fixed.

POST-21370

Incident # 15780083

Long Load Time for Saw

Increase in load time for the Supervisor Approval page. Teams of around 100 Employees or less have increased load time.

Outcome

Fixed.

POST-21419

Incident # 15845012, 15920443

Override Popup Blank

Override pop-up in Timesheet is blank.

Outcome

Fixed by checking if window.frameElement is null before retrieving the frame name.

POST-21421

Incident # 15783181, 15878750

Generating Schedule does not honor Schedule Rule Constraint - Minimum Hours between Shifts

When generating a new Schedule under (Scheduling > Create a New Schedule), the system creates two consecutive shifts for an employee even if there is a constraint under (Scheduling > Schedule Optimization > Setup > Schedule Rules > "Minimum Hours between Shifts").

Outcome

Fixed. Code has been modified to exclude implementation of min hours between shifts when the two shifts are both fixed shifts.

POST-21555

Incident # 15885084, 15850627, 15869092

Shift configuration not recognising updated information until after system date catches active date

Changes to shifts in Shift Config are behaving differently in 7.2+ when compared to 7.0.0.x.

In Shift Config, if you make a date effective change on a future Active Date to a shift, when you apply the changes to the schedule you won't see the changes unless the current date is equal to or greater than the Active Date.

Outcome

Fixed. Clearing cache when ever any shift is updated resolved this issue.

POST-21600

Incident # 15818969

Auto Assignment Failed to run due to null pointer exception error

NullPointer exception when running the Auto Assignment from ASV.

Outcome

Fixed. Added a null check for employees when trying to assign them the existing shift.

POST-21602

Meal/Break auto-assign issue during manual schedule edit

Shifts manually added in the LFSO Scheduling screen are not automatically receiving breaks according to the break rules when the Reassign Break/Meal Automatically after Shift Edit open is selected. This occurs when employees have different values for EMP_ID and SEMP_ID.

Outcome

Fixed using EMP_ID to find correct SO_EMPLOYEE record which contains staff group and break information.

POST-21637

The employee without any shifts for a week are shown under a department instead of staff not scheduled

Employees that are not scheduled are included in a department section of printed LFSO schedules, instead of in the staff not scheduled section.

Outcome

Fixed.

POST-21708

Incident # 15931460

Shifts from shift templates used are not consistently displayed in Self-Scheduling process

Shifts from a Shift Template are not created when another sub-team has generated a schedule containing the same shifts that were inherited from the parent team during the same date period.

Outcome

Fixed by comparing existing shifts based on the team and shift ID. Shifts should still be generated if the shift has previously been generated for a different team.

POST-21728

Incident # 10861545

Import issues after fixes POST-18662 and WFM-28579

When using the Employee Import to extend the termination date of a fixed-term contract employee (for example, from August 1 to September 1) and change the employee's home team, upon termination the employee is assigned to TERMINATED TEAM starting on the wrong date (September 2 instead of September 1).

Outcome

Fixed.

Note: When terminating an employee or changing an employee's home team, the hire date (Emp_Hire_Date) should not be specified in the CSV file.