You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2008/02/19 21:42:43 UTC

[jira] Commented: (OFBIZ-1658) Create a new product store email notification execute on storeQuote event for quote creation status

    [ https://issues.apache.org/jira/browse/OFBIZ-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570434#action_12570434 ] 

Marco Risaliti commented on OFBIZ-1658:
---------------------------------------

First patch in trunk rev. 629220.



> Create a new product store email notification execute on storeQuote event for quote creation status
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1658
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1658
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: email_for_quote_creation.patch
>
>
> Something similar to this:
> <eca service="quoteStore" event="commit" run-on-error="false">
>         <condition field-name="statusId" operator="equals" value="QUO_CREATED"/>
>         <action service="sendQuoteCreatedNotification"  mode="async" persist="true"/>
> </eca>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.