Release Details
Release date | Jan 24th, 2022 |
Minimum Salesforce Package Version | v1.257 |
The Salesforce Package Release Notes v1.257 can be found here. |
What's New?
Descriptions | ||||||||||||||||||
A new data type named Additional Flu Vaccination Checkbox has been introduced to aid in the Combination (COVID+Flu) Booking feature. |
||||||||||||||||||
When appointments are rescheduled in bulk via rescheduleBulk API, bulk messages including the information of the rescheduled appointments are sent to the recipients now. A new environment variable called
To configure the rest of the reschedule template, we recommend that you replicate the booking confirmation template to create the rescheduling template with the following changes:
A new string parameter reschedulingDescriptionKey has also been introduced for rescheduleBulk API. Its values should be the message key of the message key for rescheduling reason Example: When we call the secure/appointments/rescheduleBulk with the following payload: { "days": 1, "hours": 0, "minutes": 0, "confirmationCodes": ["gfqk9pxs1"], "notify": true, "reschedulingDescriptionKey": "template.email.rescheduling.title" } the result will be: Note:This feature is currently available via rescheduleBulk API only and not from the UI. |
||||||||||||||||||
We have enhanced the input field in the system so that they have the following characteristics:
|
||||||||||||||||||
The Show If statements now support AND and OR conditions together so that a question can be configured to be displayed based on more complex conditions rather than having to create duplicates for the same messaging. Some examples of these statements are given below:
ImportantPlease note that for NOT logic, we currently don't support multiple expressions inside it. Eg: |
Comments
0 comments
Please sign in to leave a comment.