Advanced Search
Search Results
519 total results found
Version 9.1.209 (9 February 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)
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
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)
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 ...
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)
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)
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)
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
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)
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)
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)
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)
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)
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 ...
Version 9.1.216 (23 March 2026)
Performance Management Remove required asterisk from review survey import options on review year setup configuration (#144151) Problem Value survey import options are shown as required when configuring review year setup period options. Solution ...
Version 9.1.215.2 (Support Release - 10 March 2026)
Imports Correct the retrieval of all users' roles when doing a bulk user role import (#146187) Problem The api returns no roles when the user list is empty. For the bulk import, the list of usernames is always empty, and so no roles are imported. Blanks i...
Version 9.1.215.3 (Support Release - 11 March 2026)
Performance Management Ensure Bulk Recalculation Errors are properly logged, and the batch status is correctly updated (#144245) Problem When bulk recalculations fail due to an unhandled exception, the batch status remains unprocessed, and the items don't...
Version 9.1.217 (23 March 2026)
People Management Fix adding Employment History opens blank modal (#146276) Problem Adding Employment History opens a blank modal Solution Hook the button click event on the document to ensure the event is always bound Resolved Dashboard w...