The Per Interaction Flow (PIF) of booking is updated so that the Vaccine Rules setup in Salesforce is now validated (against the answers provided by the users on the screening page) while selecting the appointment. The combination of checkEligibility and vaccineId will have the following behavior in the booking flow:
- If
checkEligibility is true and the vaccineId is not provided, then the Vaccine Rules based on the eligibility questions are applied.
- If
checkEligibility is true and the vaccineId is provided, then the existing validation persists i.e. Vaccine Rules will still be validated but on the basis of the brand name of the vaccine.
The available vaccines will be filtered based on configured Vaccine Rules. If there aren't any available vaccines at the location as per the Vaccine Rules then an error message along with the link to the home page is displayed.
|
A new optional parameter locale has been introduced in the publicRedirect API. If a valid locale is provided in the PIF of booking, the corresponding language will be set as the preferred language in the booking application. If this parameter is empty, the PIF request defaults to the language set in Salesforce. With this feature, users can still set a language when the landing page is disabled in the PIF of booking.
|
We have introduced a new environment variable called shouldFormatTimeBasedOnLocale that allows translation of the displayed time to a 24-hour format when users book their appointments using French (or Canadian French) as the preferred language. This environment variable has the following behaviors:
- If the
shouldFormatTimeBasedOnLocale is TRUE and the selected language is French/Canadian French, the time format will be based on a 24-hour system as 01:00, 13:00, 23:30, etc.
- If the
shouldFormatTimeBasedOnLocale is TRUE and the selected language is not French/Canadian French, the time will be based on a 12-hour system as 1:00 AM, 11:30 PM, etc.
- If the
shouldFormatTimeBasedOnLocale is FALSE, the time will be based on a 12-hour system as 1:00 AM, 11:30 PM, etc.
Please contact your Customer Success Manager to set this setting as per your preference.
|
Comments
0 comments
Please sign in to leave a comment.