CoreBOSBB
birthday (report or workflow ) - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: birthday (report or workflow ) (/showthread.php?tid=1190)



birthday (report or workflow ) - rslemer - 07-27-2018

How I can created a workflow to send a scheduled report to a marketing departament to talk with my day birthday contacts?

Or in b2b company, send a workflow with each aniversary for my clients

Problem is, aniversary date in coreBOS in format yyyy-mm-aaaa .. ( with year ), and in report or workflows, fuction "today" .. will not working for that


RE: birthday (report or workflow ) - joebordes - 07-28-2018

coreBOS knows that any date field with the fielname "birthdate" is to be treated specialy when used in filters so you can use it as you would any date but internally the query will be done only comparing day and month. See this image of a scheduled workflow and the query it generates.

[attachment=658]


RE: birthday (report or workflow ) - rslemer - 07-29-2018

That is a good news.
For workflow and report this functionality solve my problem.
I can add this type of data thru custom field too?

Because, each year of first purchase of my client I wish send a congrats too, and this case filed is Created Date, not a birthdate ...

There any way to do that too?


RE: birthday (report or workflow ) - joebordes - 07-29-2018

You have to create the field with exactly that name, so the only way is programming or using the new console functionality. If I remember correctly there is a "Create Field" command that may permit you to do that.

The alternative is to create it as a custom field and then go to the database and change the column name and vtiger_field field and column name. That should work also.