You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/11/03 02:27:22 UTC

svn commit: r470626 - /incubator/ofbiz/trunk/applications/marketing/data/MarketingTypeData.xml

Author: sichen
Date: Thu Nov  2 17:27:21 2006
New Revision: 470626

URL: http://svn.apache.org/viewvc?view=rev&rev=470626
Log:
new In Use status for a contact list party, to lock it while an email is being sent, so if the email sending service aborts, we don't send duplicate emails.  implementation coming soon.

Modified:
    incubator/ofbiz/trunk/applications/marketing/data/MarketingTypeData.xml

Modified: incubator/ofbiz/trunk/applications/marketing/data/MarketingTypeData.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/marketing/data/MarketingTypeData.xml?view=diff&rev=470626&r1=470625&r2=470626
==============================================================================
--- incubator/ofbiz/trunk/applications/marketing/data/MarketingTypeData.xml (original)
+++ incubator/ofbiz/trunk/applications/marketing/data/MarketingTypeData.xml Thu Nov  2 17:27:21 2006
@@ -38,11 +38,13 @@
     <StatusItem description="Pending Acceptance" sequenceId="01" statusCode="PENDING" statusId="CLPT_PENDING" statusTypeId="CONTACTLST_PARTY"/>
     <StatusItem description="Accepted" sequenceId="02" statusCode="ACCEPTED" statusId="CLPT_ACCEPTED" statusTypeId="CONTACTLST_PARTY"/>
     <StatusItem description="Rejected" sequenceId="03" statusCode="REJECTED" statusId="CLPT_REJECTED" statusTypeId="CONTACTLST_PARTY"/>
+    <StatusItem description="In Use" sequenceId="04" statusCode="IN_USE" statusId="CLPT_IN_USE" statusTypeId="CONTACTLST_PARTY"/>
     <StatusValidChange condition="" statusId="CLPT_PENDING" statusIdTo="CLPT_ACCEPTED" transitionName="Accept"/>
     <StatusValidChange condition="" statusId="CLPT_PENDING" statusIdTo="CLPT_REJECTED" transitionName="Reject"/>
     <StatusValidChange condition="" statusId="CLPT_ACCEPTED" statusIdTo="CLPT_REJECTED" transitionName="Reject"/>
     <StatusValidChange condition="" statusId="CLPT_REJECTED" statusIdTo="CLPT_ACCEPTED" transitionName="Accept"/>
     <StatusValidChange condition="" statusId="CLPT_REJECTED" statusIdTo="CLPT_PENDING" transitionName="Pending Accept"/>
+    <StatusValidChange condition="" statusId="CLPT_ACCEPTED" statusIdTo="CLPT_IN_USE" transitionName="Locked - In Use"/>
     
     <SegmentGroupType segmentGroupTypeId="MARKET_SEGMENT" description="Market Segment"/>
     <SegmentGroupType segmentGroupTypeId="SALES_SEGMENT" description="Sales Segment"/>