Release Details
Release date | March 29th, 2021 |
The installation link for the Salesforce Package can be found here. |
What's New?
Description |
A new field on the Location Setting object to define the custom QR Code URL has been added. This URL can redirect the users to the external job record in Salesforce. Below is a sample value, [confirmationCode] will be replaced by the actual confirmation code.
Note: This field must be added to the Location Setting page layout manually. |
When an existing account is found while booking is pushed to Salesforce, the record of the old Email and Mobile will be replaced by the new one. A Preferences Setting If the setting does not exist, we can create it manually or execute the script below to create all Preferences Settings.
|
From this version, the URL does not require to begin with https:// |
We've added a batch job to process VAX Registrations every 15 mins. The batch job can be scheduled using the following script:skedbg.skedGlobalHandler.instance.scheduleRegistrationBatch(); The Vax_Regionstration_Config record in the Admin Settings metadata is used to manage the configurations of this batch job. Its value is in JSON format. { Default configurations
Additional configurations We can change the object and set (constant) values for other fields. For example: if we want to use Person Account and set a checkbox to true, it indicates that a Person Account is created by the batch job. { Note:
|
Issues Resolved
Issues |
Details |
Attempt to dereference null object |
There was an issue when the Vax_Matching_Birthdate setting was enabled and the booking was pushed to Salesforce for an existing account with an empty date of birth. We have now updated the account de-duplication logic to skip the birth date for such a case. |
Duplicate Id |
The "Duplicate Id" error occurred when one person had two bookings in one request from AWS to Salesforce. This issue has been resolved. |
Comments
0 comments
Please sign in to leave a comment.