This article is an overview of the most important improvements and fixes for release v31.6
Content
- API Upgrade - Important Information to note
- Improvements
- Fixes
API Upgrade
From version 31 onwards, the Connexys Package supports Salesforce API version 51.0. This follows their announcement that versions 7.0-20.00, and 21.0 to 31.0 are soon to be retired:-
https://help.salesforce.com/s/articleView?id=000351312&type=1 https://help.salesforce.com/s/articleView?id=000354473&type=1
This enables our application to function with the most current API versions available in order to prevent any disruption caused by software referencing retired versions.
Moving to newer versions of APIs will offer advanced capabilities with improved Salesforce security and performance.
Our Quality Assurance Team ran extensive Regression Testing to verify that there is no adverse impact as a result of this change.
Whilst no impact was reported, we would strongly recommend extensive testing if you are upgrading from a version lower than v.31 to verify the changes have no impact on any custom configuration.
Improvements
Identifier |
Description |
|
Notes |
CXS-2538 |
Requirement to enforce the Medial Channel field on Candidate Update Request |
This change has been implemented. We have added a new application setting "Make media channel required" to CXS Setup -Application Settings - Update request. If it is enabled then the Media Channel becomes required for selection on the Candidate Send Update Request page. The default value is set to none and the warning message appears. |
|
CXS-2262 |
Requirement to have an indicator when deleting Hard Criteria in the CV Generation component, that the deletion is in progress |
This change has been implemented. A spinner is now displayed when Hard Criteria is being deleted by using the Undo/Redo action. Code changes: Added spinner div into Criteria component; Added new parameter for setDataAction method in Criteria component to run the spinner when Undo/Redo action executes.
|
Fixes
Identifier |
Description |
|
Notes |
CXS-1469
|
Date format on GenerateCV template record is not applied to saved record/CV. |
This has been resolved. We have added support of date format from VF template record. Code changes: Added new parameter in CV Generator Aura component to store Date format value taken from Visualforce CV template. On refresh preview date format will be taken from the new parameter to apply this format for Date fields
|
|
CXS-2579 |
Server error occurs when creating job application using Javascript form. |
This error results from too many SOQL queries being processed at the same time. To improve performance handling in this area, all cxsDatabase methods for getting application settings have been adjusted for integral caching, having only one SOQL per transaction. This improvement will save 7 SOQL queries. Important! - Due to the extent of this change, it is recommended to sanity test the whole application. For verification, the follow areas were given particular attention by our Quality Assurance Team:-
Important! - for customers that are using the Supplier portal community. Supplier Portal Users must have FLS access to the Language Field in Application Settings. Otherwise they will see the error "Your organisation has no access to this functionality" when opening the portal.
|
|
CXS-2478
|
A Component Error occurs when previewing Talent Pools in tiles and going to the next page.
|
This has been resolved. Code changes: Added null check before calling focus action in Talent Pools Aura component. Focus action is called in methods needed for pagination (doNext, doPrevious).
|
|
CXS-2126 |
Submitting an update form does not add all the information to a workflow step. |
When updating the Candidate profile via iframe form or the JavaScript form, the field New_workflow_status__c on the Step was never set. This has now been fixed for new updates.
|
|
CXS-2300 |
Documill Gen CV not showing in Proposal portal. |
This is now resolved, Documill Generated CV links now display as expected in the Proposal Portal. Code changes: Replaced gen CV Id with candidate Id / job application Id to get proper link for generated CV Custom label for Generated CVs (Proposal_resume) was replaces with Generated CV sObject label (SObjectType.cxsGenerated_CV__c.getLabel()) to avoid Names duplication in Documents list
|
|
CXS-2271 |
ProposalOverview component does not respect predefined filters. |
This is now resolved. The ProposalsOverview component now respects predefined filters in use on a Candidate record. |