Release Notes - Connexys v31.2.5

Follow

This article is an overview of the most important improvements and fixes for release v31.2.5

Content

  • API Upgrade  - Important Information to note
  • 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, this version will initially be rolled out to Customers who have a Sandbox environment in place for further testing.  Once we have confirmation that user acceptance has been achieved, we will start looking to roll this version out to the rest of our customers over the coming months.

 

Fixes

Identifier

Description

 

Notes

CXS-2386

 

 

 

When posting jobs to Broadbean in Lightning, users were being switched to Classic when being redirected back to the main job details.

  This issue is now resolved. Users who are using the Lightning interface will remain in Lightning when posting jobs to Broadbean.
CXS-2335

When generating CVs, edits that should have been discarded, were actually being saved, and visible once re-opening closed CV’s.

 

This issue is now resolved. To solve it, we have created a new field to store generated CV data for saved and published records
sObject: cxsGenerated_CV__c
Field API Name: Saved_CV_Data__c
Field Label: Saved CV Data
Field Type: LongTextArea(131072)
This field will be the source of information in all cases where we need generated CV data (Document Preview component when file doesn't exist, Criteria component when need to take data from generated CV)

In case when 'Use_latest_Published_genCV_as_default_source' application setting is checked CV data for the left side of CV Generator will be taken from Saved_CV_Data__c field. The old field works as before.

CXS-2330 In some cases when generating CVs, files were being created without a file name.

 

 

This has been resolved. The issue was occurring on initialization of the CV Generator. Intermittently, the ‘quickSave’ method was called before ‘getCVGeneratorData’ was executed, which is where CVPDFName is populated.


Code change - Added additional quickSave method call to save all necessary information into draft record after data initialization.

CXS-2191 An issue with the Textkernel candidate import service meant that users were unable to view candidate applications from CVLibrary.  

This has been resolved by adding additional parameters in the call to the import service. Now users are able to click on the ‘View Candidate’ link in Textkernel Search, view the candidate, and the CV.

CXS-2397 After release 30(8.2) the URL in our packaged fields on the job, for example: cxsrec_Compensation_benefits_c, is displayed empty.  

This has been resolved.  

HTML cleanup was previously added to job description fields, so only safe tags and attributes can be used. However, the href attribute which is used for hyperlinks did not exist in our whitelist as a safe attribute.

The next attributes will no longer  be cleaned up after this fix: 'href', 'target',  'id', 'style',  'size',  'src' for <img> tag,  'selected' for <option> tag

List of Job object fields where hyperlinks can be cleared after this update:

Label: Company information, API Name: Company_information__c

Label: Compensation & benefits, API Name: Compensation_benefits__c

Label: Contact info, API Name: Contact_info__c

Label: Job description, API Name: Job_description__c

Label: Job requirements, API Name: Job_requirements__c

Powered by Zendesk