[Vtigercrm-developers] run modules workflows after import
Alan Lord
alanslists at gmail.com
Thu Nov 5 09:23:21 GMT 2020
The vtiger.batchevent.save isn't triggered after import:
https://code.vtiger.com/vtiger/vtigercrm/issues/955
Probably your best bet is to have your custom module store a "flag" of
some kind in the database and then create a Scheduled (cron) Task to
check it at a suitable interval and then act if necessary.
HTH
Al
On 05/11/2020 08:16, omri yona wrote:
> Hello all,
> I use in my custommodule the createrecords function to build my unic
> import flows. Its work great, but after importing the record I need to
> trigger my modules set workflows. I know i can use
> vtiger.entity.aftersave and vtiger.batchevent.save but I want to be able
> set workflow by admin and not by developer.
> Does anyone know how I can trigger my workflows (need to run the
> condition test and run).
>
> Thank you for your support,
> Omri
>
> _______________________________________________
> http://www.vtiger.com/
>
More information about the vtigercrm-developers
mailing list