[Vtigercrm-developers] Triggering workflow on submission of a webform.

Alan Lord alanslists at gmail.com
Fri Feb 8 00:51:07 PST 2013


This is totally easy and requires zero programming...

What module entity are you creating when the Form is submitted? (I'm 
guessing Leads).

Create a Workflow on the Lead module for "Only on 1st save" or "Until a 
condition is 1st true" . Create any conditions you need. Then Create 
your email task.


Al



On 08/02/13 08:23, Prosenjit Sarkar wrote:
> Hi there,
>
> I have a question regarding triggering workflow on submission of a webform.
>
> Firstly, it’s very common in many systems to send notification emails to
> either an admin, the subscriber or both.
>
> Obviously as vtiger is setup right now, webform submission does not
> trigger a workflow event.
>
> We’ve tried using $Instance->save(“ModuleName”) but that didn’t work either.
>
> I have two questions:
>
> 1.Are there any security issue if we used $Instance->save(“ModuleName”)
>
> 2.Has anyone done this before? If so what method did you use?
>
> Looking forward to your feedback.
>
>
>
> Regards
> Prosenjit Sarkar
>
>
>
> _______________________________________________
> http://www.vtiger.com/
>




More information about the vtigercrm-developers mailing list