February 2022 Release: Resolved Issues
2022.02 GA Release - Package Version 6.6.2
Resume Manager 5 File Extension When Saving Updates
Saving changes to an original resume file edited in Resume Manager 5 now correctly updates the filename to .docx, which is the only supported file type for the Resume Manager 5 editor. Users will see the correct .docx file type when attaching the updated document to 2020 Email Editor pages or downloading the file. Unedited files will retain their original file type extensions. No configuration is required.
Add To Call List Duplicate Alert
Lightning Org users will now see a toast alert when attempting to add a duplicate candidate A person looking for a job. A candidate can also be referred to as a Job Seeker, Applicant, or Provider. to a Call List from a Contact record. A replacement Add To Call List button needs to be added to the page layout for the duplication alert to display.
Configuration Steps
- Go to Setup > Object Manager > Contact > Buttons, Links, and Actions.
- Add the Lightning Component Add_To_Call_List_Lightning to the page layout.
Daxtra External Search Monster Job Board Password
Encryption was added for the Password field used when a new Job Board A website where open jobs are advertised is added to External Searchers in the Daxtra A BH4SF partner. One of the Search and Match / Resume Parsing services providers integrated with BH4SF Integration, as required by the Salesforce Security Review guidelines. Monster Job A job (vacancy, position, role) is an opening for which a customer's client needs a placement. Board, which uses a 134 character code as password, now works as expected and users will not encounter a “character limit exceeded” error.
A new field has been added to the Job Board object called PasswordFallback (TR1Password2_c) which is used as a fallback to store the remaining encrypted string when it is too long to fit the password field. No configuration is required.
Asynchronous Parsing Duplicate Record Selection Logic
New logic has been added for asynchronous parsing when the deduplication check finds multiple duplicates to determine which Contact record is selected.
- For PackageDuplicateDetectionEngineV2 the duplicate is picked based on the most recent CreatedDate + LastModifiedDate.
- For StandardDuplicateDetectionEngineV2 the duplicate is picked based on the highest matching score.
SendOut Schedule Interview Time Field Format
The Send Out The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. Schedule Interview The third Stage of Job application flow. This is when the recruiter sets up a job interview between Candidate and Client. Time now works as expected when a value is entered manually.
Users will now see an error message if time is entered in an invalid format. Valid interview time formats are "hours:minutes AM" and "hours:minutes PM" with the following parameters:
- Hours is a number in the range of 1-12.
- Minutes is a number in the range of 00-59.
- Both "AM" & "PM" and “am” & “pm” are valid.
- Hours and minutes are separated by a colon.
- Minutes and "AM" or "PM" are separated by a one character space.