[Vtigercrm-developers] Mass-assign activity?
Alan Lord
alanslists at gmail.com
Fri Aug 26 12:56:35 GMT 2016
On 26/08/16 13:29, socialboostdk wrote:
> Hi everyone,
>
> Any input on how I can mass-assign an activity?
>
> Ie. if i perhaps add 400 new leads / organisations and i want to add a
> "give them a call" activity to each?
Well, unfortunately since the regression of version 6 [1] you can't do
it with a simple workflow, which you can do in 5.4.0, because you can't
assign the entity from the Create Entity Task to the owner of the
triggering record (which *really* sucks BTW).
So, you will probably need to write an Event Handler function to do it.
How are you adding the new Leads? Import? Then you might to need to use
the bulk.aftersave event...
[1] http://code.vtiger.com/vtiger/vtigercrm/issues/39
More information about the vtigercrm-developers
mailing list