Skip to main content

Version 9.1.115 (10 September 2024)

People Management

People Management Service Unavailable (#120109)

The issue is that the system tries to determine the Next Anniversary Date if the user's anniversary has already passed by looking at exactly 1 year from the current year as the next anniversary.

In the case of the user's appointment starting on a Leap Day Eg. 29 Feb 2024, the next anniversary date is calculated as 29 Feb 2025 which does not exist and causes the people page to stop working.


Imports

The user is not being placed into the correct Org when importing from V9 into Version 8 (#120118)

Problem

Solution


Performance Management

An Error occurred on Uploading Documents (#120261)

Problem

  • The page breaks when trying to view uploaded content for performance management items. The issue is the incorrect IIF check that somehow snuck through with the PM evaluations merge.

 

Solution

  • Corrected the IIF check to be correct, and added a semicolon to the start of the CTE with a statement for sanity.

Print/View report shows duplicate records (#119949)

Problem

  • The join to the Contract Period Phase Dates on the ContractPreview query to determine whether the check-ins phase is active and the check-in comments should be displayed was incorrectly not also filtering on the relevant review year setup.
  • This caused duplicate records to be returned.

 

Solution

  • Also added the ReviewYearSetupId to the join that checks whether the check-ins phase is active.