Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

650 total results found

Version 9.1.206.2 (Support Release - 27 January 2026)

RELEASE NOTES List of the Release Notes (2026)

Performance Management Resolved order of impersonating user route value (#143573) Problem The route path expects the primary contract, then the impersonated user, whereas it is being supplied in reverse When the allow upload is checked, GRPC throws a valid ex...

Version 9.1.206.3 (Support Release - 29 January 2026)

RELEASE NOTES List of the Release Notes (2026)

Performance Management Resolved data type on pre-recalculate score (#143988) Problem Incorrect data type for decimal, so contracts with larger max ratings can not recalculate   Solution Corrected data type   Resolve issue where viewing documents on the KPA...

Version 9.1.208 (9 February 2026)

RELEASE NOTES List of the Release Notes (2026)

Performance Management Error when adding a review setup without a name (#143965) Problem The user gets an error when they add a review setup without a name.  Solution Make the name field a required property and give the custom sanitised input elem...

Version 9.1.209 (9 February 2026)

RELEASE NOTES List of the Release Notes (2026)

Performance Management Resolved not being able to search for users on bulk actions (#143971) Problem When a user is searched, a check is done to try and parse to an int for userIds. This then causes users with usernames with a valid type Number to be conv...

Version 9.1.210 (9 February 2026)

RELEASE NOTES List of the Release Notes (2026)

System Access Replace system access caching for ruleset settings to allow the login page to display the correct MFA settings (#131818) Problem When a ruleset's MFA settings are edited from another ruleset by a global ruleset administrator, the MFA setting...

Settings Explained: Create or Edit Review Setup

Performance Management Chapter 3: Setup and Configuration of P...

A review setup defines the structure and rules governing the performance review process within an organisation. It determines how performance agreements function, specifying rating permissions, the level of the employee's involvement, and approval workflows....

Version 9.1.210.1 (Support Release - 10 February 2026)

RELEASE NOTES List of the Release Notes (2026)

People Groups Correct people group materialisation clearance when the list of people group's users is fetched (#143861) Problem When V8 requests the people group users from V9, and some PGs have been materialised, and others have not, it causes the materi...

API Authentication

Signify’s API uses Bearer Token authentication. Send credentials (username, password, clientId) to: End point: https://{domain}/api/identity/v1/CreateUserAccessToken Run the cURL command (replace the values as needed): curl --request POST \ --url ...

V9
API
API Authentication

The API Gateway

Signify has several APIs that offer powerful extensions to the products used. Any of the APIs' data can be accessed using a valid authentication token  How to generate an authentication token The API documentation for each can be seen below, ...

Version 9.1.211 (4 March 2026)

RELEASE NOTES List of the Release Notes (2026)

People Management Add handling to not do PG update with rowlock when no data to update (#144529) Problem Situation where if the current activity is on materialised PeopleGroupUsers, but there is no data in the table for the PG, then the rowlock causes per...

Version 9.1.212 (4 March 2026)

RELEASE NOTES List of the Release Notes (2026)

People Management Resolve issue with ESS settings not correctly reflecting (#145003) Problem Self Service settings are not correctly displaying, everything shows as disabled. When viewing user profile indicates that no self service settings have been conf...

Version 9.1.210.2 (Support Release - 19 February 2026)

RELEASE NOTES List of the Release Notes (2026)

Learning Management Adjust dropdown sizes and exclude start and end date from year dropdown (#144958) Problem The Year dropdown has regressed into the Date Range of the Master dataitem rather than the associated label, and the size has been adjusted and i...

Settings Explained: Performance Agreement Templates

Performance Management Chapter 3: Setup and Configuration of P...

Creating performance agreement templates can greatly enhance the efficiency of developing performance agreements, making the process smoother and more organised. This not only ensures consistency in format but also helps minimise administrative burdens. By f...

Version 9.1.213 (4 March 2026)

RELEASE NOTES List of the Release Notes (2026)

Imports De-duplicate users on User ID (#143370) Problem Imports have multiple IDs, and this can cause a user to be added multiple times, causing import failures  Solution De-duplicate users by user ID to avoid trying to update the same user multip...

Version 9.1.214 (4 March 2026)

RELEASE NOTES List of the Release Notes (2026)

Data Warehouse Updated PowerShell scripts for ContentManagement (#143697) Problem FetchFileTypes.ps1 requires TrustServerCertificate FetchZippedFolders.ps1 needs to be adjusted to calculate the folder size for zip folder contents Solution Updated...

Version 9.1.210.3 (Support Release - 2 March 2026)

RELEASE NOTES List of the Release Notes (2026)

Learning Management Resolve height issue on Syncfusion grid toolbox control (#145434) Problem The training matrix grid controls' toolbox height is too big. Solution Resolve height issue on the Syncfusion grid toolbox control by adjusting height st...

Version 9.1.215 (4 March 2026)

RELEASE NOTES List of the Release Notes (2026)

Performance Management Resolved PM contract not being shown (#145475) Problem SQL query column name is incorrect, not being able to map, and also a wrong check for having any mappings    Solution Corrected column name, and corrected logic check ...

Version 9.1.215.1 (Support Release - 4 March 2026)

RELEASE NOTES List of the Release Notes (2026)

Performance Management Fixed updating of check-in comments for admins (#145530) Problem The updating of check-in comments for admins was not working.   Solution Fixed the update functionality. The serverUrl did not match the controller method; an ...