[Vtigercrm-developers] vtigercrm-developers Digest, Vol 85, Issue 17

Prosenjit Sarkar prosenjitsarkar123 at gmail.com
Sat Feb 9 00:03:12 PST 2013


Hello Al
I have done all this thing , and its not working when
New Leads added from Webform submission .

But when i added Leads from vtiger UI its working .
My question is how to tigger workflow ?

Thanks for reply



> Message: 3
> Date: Fri, 08 Feb 2013 08:51:07 +0000
> From: Alan Lord <alanslists at gmail.com>
> Subject: Re: [Vtigercrm-developers] Triggering workflow on submission
>         of a    webform.
> To: vtigercrm-developers at lists.vtigercrm.com
> Message-ID: <kf2e9n$dl9$1 at ger.gmane.org>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> 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/
> >
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 8 Feb 2013 14:38:55 +0530
> From: salim <salimcmd at gmail.com>
> Subject: Re: [Vtigercrm-developers] New Block
> To: vtigercrm-developers at lists.vtigercrm.com
> Message-ID:
>         <CADQpn1buKd1D206-_mqQqbzhyBf1sAayaiGoLj2cy0wHPbyH=
> g at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks man. :)
>
>
> On 7 February 2013 20:10, Adam Heinz <amh at metricwise.net> wrote:
>
> > Check out creating a Vtiger_Link of type HEADERSCRIPT.  Unfortunately,
> > that will add the javascript to all pages, but the only other option I
> can
> > think of is to edit the Potentials.js script directly.
> >
> >
> > On Thu, Feb 7, 2013 at 12:35 AM, salim <salim at posibolt.com> wrote:
> >
> >> Hi All,
> >>
> >>    I need to add a new block called *"Expected Sales of Products"  *in
> Potentials
> >> module, A block like as we have in invoice Module called *"Item
> Details"*,
> >> I can add blocks and fields using vtlib API in existing module. But in
> this
> >> case we need to add JavaScript and all. So i am bit confused.
> >> It would be great if  someone can point me That where should i have to
> >> look at?.
> >>
> >> Thanks
> >> --
> >> Salim
> >>
> >>
> >> _______________________________________________
> >> http://www.vtiger.com/
> >>
> >
> >
> > _______________________________________________
> > http://www.vtiger.com/
> >
>
>
>
> --
> Muhammed Abdul Salim
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130208/be53ad0a/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Fri, 08 Feb 2013 12:30:32 +0000
> From: Alan Lord <alanslists at gmail.com>
> Subject: [Vtigercrm-developers] Related related List?
> To: vtigercrm-developers at lists.vtigercrm.com
> Message-ID: <kf2r54$45q$1 at ger.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Before I reinvent the wheel,
>
> Anyone had to do a related related list?
>
> I want to show, on an Organisation record, a related list (vtlib module)
> that is related to the related Contact(s).
>
> Cheers
>
> Al
>
> --
> Libertus Solutions
> http://libertus.co.uk
>
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 8 Feb 2013 08:38:52 -0500
> From: Adam Heinz <amh at metricwise.net>
> Subject: Re: [Vtigercrm-developers] Related related List?
> To: vtigercrm-developers at lists.vtigercrm.com
> Message-ID:
>         <CAKBdvM974fsRT4BcEzAKuONuxFdnBOq3Lbqt=
> w_NvmUDfOrwBQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> When you use vtlib to set up a related list, you can specify a custom
> method instead of get_related_list, so you can write custom SQL there.
>
>
> On Fri, Feb 8, 2013 at 7:30 AM, Alan Lord <alanslists at gmail.com> wrote:
>
> > Before I reinvent the wheel,
> >
> > Anyone had to do a related related list?
> >
> > I want to show, on an Organisation record, a related list (vtlib module)
> > that is related to the related Contact(s).
> >
> > Cheers
> >
> > Al
> >
> > --
> > Libertus Solutions
> > http://libertus.co.uk
> >
> > _______________________________________________
> > http://www.vtiger.com/
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130208/41dc9652/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Fri, 08 Feb 2013 08:43:44 -0500
> From: Yoinier Hernandez Nieves <ynieves at ynieves.net>
> Subject: [Vtigercrm-developers] Hi,     about insert product picture in
>         quote PDF.
> To: vtigercrm-developers at lists.vtigercrm.com
> Message-ID: <51150110.6090209 at ynieves.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi, I need insert the picture of all product in the quote at the
> description section, in the pdf export for Quote.
> In the file include/InventoryPDFController.php I have modified the
> function buildFooterModel and I can add a product name to this section,
> but I need insert the picture.
>
> I have a picture as CRMEntity attached.
>
> How I can load the attach for the product???
>
> Thanks.
>
> function buildFooterModel() {
>      $footerModel = new Vtiger_PDF_Model();
>      $associated_products = $this->associated_products;
>      $data = '';
>      foreach($associated_products as $productLineItem) {
>          ++$productLineItemIndex;
>          $data .=
> "<".$productLineItem["productName{$productLineItemIndex}"].">";
>      }
>
> $footerModel->set(Vtiger_PDF_InventoryFooterViewer::$DESCRIPTION_DATA_KEY,
> from_html($this->focusColumnValue('description'). $data));
>
>
> $footerModel->set(Vtiger_PDF_InventoryFooterViewer::$TERMSANDCONDITION_DATA_KEY,
> from_html($this->focusColumnValue('terms_conditions')));
>      return $footerModel;
> }
>
> Best Regards.
>
> Ynieves-
> --
> _____.___.      .__
> \__  |   | ____ |__| _______  __ ____   ______
>   /   |   |/    \|  |/ __ \  \/ // __ \ /  ___/
>   \____   |   |  \  \  ___/\   /\  ___/ \___ \
>   / ______|___|  /__|\___  >\_/  \___  >____  >
>   \/           \/        \/          \/     \/
>      .___      __   _______          __
>    __| _/_____/  |_ \      \   _____/  |_
>   / __ |/  _ \   __\/   |   \_/ __ \   __\
> / /_/ (  <_> )  | /    |    \  ___/|  |
> \____ |\____/|__| \____|__  /\___  >__|
>       \/                   \/     \/
>
>
> ------------------------------
>
> Message: 8
> Date: Sat, 9 Feb 2013 00:41:57 +0530
> From: Sreenivas Kanumuru <svk at vtiger.com>
> Subject: Re: [Vtigercrm-developers] list view context menu
> To: "vtigercrm-developers at lists.vtigercrm.com"
>         <vtigercrm-developers at lists.vtigercrm.com>
> Message-ID:
>         <
> CA+zQwCJuQcFZKuxa9XcyPVvtL-otD0qh9DFmcpJLZbrHXRaRCQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Adam,
>
> We can certainly tweak vtiger6 UI if it helps. We'll await your screenshots
> to get a better idea of the proposed change.
>
> thanks,
> Sreenivas
>
>
>
> --
> Sreenivas Kanumuru
> vtiger Team
>
> Direct: +91 96323-55656
> Skype: skanumuru
>
> *Connect with us on: *Twitter <http://twitter.com/#%21/vtigercrm> *I*
> Facebook <http://www.facebook.com/pages/vtiger/226866697333578?sk=wall>
> *I*
> Blog <http://blog.vtiger.com/>* I*
> Wiki<http://wiki.vtiger.com/index.php/Main_Page>
>  *I *Forums  <http://forums.vtiger.com/>*I* Website <http://vtiger.com/>
>
>
> On Fri, Feb 8, 2013 at 3:18 AM, Adam Heinz <amh at metricwise.net> wrote:
>
> > I am working on a prototype replacement for the list view action column.
> > We have never found it very useful as our users prefer the detail view
> ajax
> > edit for the bulk of their changes and generally don't have delete
> > permissions; which are the only two actions ever listed [1].  I've
> reviewed
> > vt6 and the mouse over behavior is no better; we're stuck with the same
> > basic actions for every record.
> >
> > The Vtiger_Link class has enabled us to remove custom code and replace it
> > with data, bringing our fork more in line with stock vtigercrm.  One
> thing
> > that I've started to notice is that our context menu entries often
> overlap
> > our detail view actions, the main difference being that our context menus
> > are custom code, whereas the detail view actions are Vtiger_Links.  The
> > obvious next step is to generate context menus from Vtiger_Links!  The
> > handler parameter gives me a ton of control over which links are shown
> when
> > I generate the context menu, which I am doing via a simple
> > action=ModuleAjax&file=ContextMenu request.  This lazy evaluation
> prevents
> > list view load times from being unwieldy, without sacrificing
> flexibility.
> >
> > Anyway, I'll have a patch up before too long (and maybe some
> screenshots),
> > but I really wanted to throw this out before the mouse over behavior in
> vt6
> > is set in stone.  We're finally starting to deploy 5.4.0 to our users,
> so I
> > am only now beginning to look at vt6.  Though I generally like the crisp
> > new look, it takes several steps backwards in terms of user interface.
> >  I'll start a new thread tomorrow enumerating my usability concerns.
> >
> > [1]
> >
> http://trac.vtiger.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.4.0/include/utils/ListViewUtils.php#L970
> >
> > _______________________________________________
> > http://www.vtiger.com/
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130209/8d6e05a5/attachment.html
>
> ------------------------------
>
> _______________________________________________
> vtigercrm-developers mailing list
> vtigercrm-developers at lists.vtigercrm.com
> http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers
>
>
> End of vtigercrm-developers Digest, Vol 85, Issue 17
> ****************************************************
>



-- 
Best Regards
Prosenjit Sarkar
+91-9830013567
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130209/04a0797f/attachment-0001.html 


More information about the vtigercrm-developers mailing list