VTiger 7.4 introduced some new email actions functions, one of them is substring. Using the substring function, now user can calculate birthday and send email in Vtiger 7.4 using workflow.
Let’s take a look at how user can calculate a records birthday and send an automated email with birthday wishes to that client.
In order to do so, first you have to create three more fields in addition to the default Birthday field
1- Date of birth: This fields shows the actual date of birth of the contact
2- Today – Month Date:Â You have to create a text type field, that will show current month and todays date
3. Birthday – Month Date: You have to create a text type field, that will show the birthday month and date
4. Is birthday today: This is a text field, whose value will be either “Yes” or “No” depending if its contacts birthdate today or not
This workflow is a simpler one. This workflow will check the value of “Is Birthday Today?” field and if it is “Yes” then send an email to the contact with Birthday wishes
In this example the today’s date is is 05-01-2022 and the workflow one is executed
Date of Birth: Date of Birth is set to 25-01-2022
Today – Month Date: After the workflow execution that value is calculated as 01-05 as today is 05 of Jan
Birthday – Month Date:Â After the workflow execution that value is calculated as 01-25 as contacts birthday is 25 Jan
Is birthday today: As today is different from birthday so the value of this field is set to “No”
So in this example, todays and birthday field value were not same, that is why no email will be sent
In this example the today’s date is is 05-01-2022 and the workflow one is executed
Date of Birth: Date of Birth is set to 05-01-2022
Today – Month Date: After the workflow execution that value is calculated as 01-05 as today is 05 of Jan
Birthday – Month Date:Â After the workflow execution that value is calculated as 01-05 as contacts birthday is 05 Jan
Is Birthday Today?: As the current date and Birthdate is same except years that is why the value of this field is set to “Yes”
So in this example, todays and birthday field values are same, that is why email is sent to the contact
The preview of the received email is as following
Using this tweak you can now calculate birthday and send email in Vtiger 7.4
To know more about the new features of Vtiger 7.4, visit link
You can download the VTiger 7.4 from here Download LinkÂ