[Vtigercrm-developers] Implement workflow When Event start (current time equals or pass datetime start of event)

Alan Lord alanslists at gmail.com
Thu Mar 24 12:51:51 GMT 2016


On 24/03/16 12:11, Estefan Civera wrote:
> Hi All
>
> I need to invoke a workflow when event start
>
> I've tried many solutions using conditions based on date start,
> get_date('today') but workflow never fired!

You will need to create a Scheduled Workflow to iterate over all Events 
and look for the date information you need, then do what you need to happen.

Or you could write and register a custom vtiger scheduler job or even a 
native cron script to do it.

Al




More information about the vtigercrm-developers mailing list