POST 7.1.0.11 resolved issues

Total: 9 issues

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

Incident # 14239924,15037706

POST-15872

"HttpErrorResponse" pop-up message appears when hovering over an employee assigned to an OTS row

An HTTPErrorResponse Internal Server Error 500 occurs when hovering over the employee column in an OTS.

Outcome

Fixed by adding a new param and changing the query statement for pulling employee visibility.

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

Incident # 14881340

POST-18089

HR Refresh import not set to FAILURE status if importing a balance set that violates the minimum balance

When using the HR Refresh task to import a balance with a negative value, the task succeeds even though the negative balance violates the minimum constraint.

Outcome

Fixed by adjusting the logic to support negative balances. Any balance amount that falls below the minimum balance amount causes the imported record to fail.

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

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 # 15118546, 14927316, 15217079

POST-18785

Time out error occurs when trying to inactivate the rotation

User is seeing an HttpErrorResponse after inactivate API timeout.

Outcome

Fixed. Performance improvements made to optimize the inactivate API.

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

Incident # 15153162

POST-18855

Blackout period is not working in Job Scheduler

Job scheduler tasks are still running during the blackout period when the blackout start date and end date are on the same day.

Outcome

Fixed by adding logic to store the blackoutDates correctly in the database.

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

Incident # 15148836

POST-18869

Error when deleting a calc group

When trying to delete a newly created calculation group, an error "A record could not be deleted because other records in the system depend on it" occurs.

Outcome

Fixed by disabling the delete button from the Calc Group maintenance form.

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

Incident # 15247259

POST-19180

Critical Prod Issue - PST Time Wrong

When an employee assigned to the US/Pacific-New time zone (TZ_ID = 122) logs into mobility, the GMT offset is not respected.

There is a JDK version issue related to the US/Pacific-New time zone.

Outcome

Fixed be removing the US/Pacific-New time zone from WFM and updating all existing references to this time zone to US/Pacific (TZ_ID = 121).

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

Incident # 15257536

POST-19207

Exists Override Condition does not handle % correct in the NewValueValue parameter

The Exists Override Condition no longer allows pattern matching in the New Value Token Values parameter (for example, %YEAR).

Outcome

Fixed. The New Value Token Name and New Value Token Values parameters allow % for matching strings.

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

Incident # 15299270

POST-19365

Migration tool error on saving new scriptable rule

Migration tool is not able to resolve a reference from the MFRM_ID column from the MAINTENANCE_FORM table.

Outcome

Fixed by replacing a lower-case letter in the column name.

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