You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/12/30 17:42:40 UTC

svn commit: r730174 - in /ofbiz/trunk: applications/accounting/script/org/ofbiz/accounting/agreement/ applications/accounting/script/org/ofbiz/accounting/cost/ applications/accounting/script/org/ofbiz/accounting/finaccount/ applications/accounting/scri...

Author: jleroux
Date: Tue Dec 30 08:42:38 2008
New Revision: 730174

URL: http://svn.apache.org/viewvc?rev=730174&view=rev
Log:
<entity-one(.*)\R(.*)value-name => <entity-one$1\R$2value-field

Modified:
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/cost/CostServices.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
    ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml
    ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/campaign/CampaignServices.xml
    ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml
    ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/segment/SegmentServices.xml
    ofbiz/trunk/applications/order/script/org/ofbiz/order/communication/CommunicationEventServices.xml
    ofbiz/trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml
    ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
    ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/QuoteServices.xml
    ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyInvitationServices.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/communication/CommunicationEventServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/price/PriceServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/rental/RentalServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/subscription/SubscriptionServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/product/supplier/SupplierProductServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml
    ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/timesheet/TimesheetServices.xml
    ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
    ofbiz/trunk/specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml Tue Dec 30 08:42:38 2008
@@ -305,7 +305,7 @@
     
     <simple-method method-name="deleteAgreementRole" short-description="Delete an Agreement Role">
         <entity-one entity-name="AgreementRole" value-field="agreementRole"/>
-        <remove-value value-name="agreementRole"/>
+        <remove-value value-field="agreementRole"/>
     </simple-method>
 
     <!--AgreementWorkEffortAppl-->
@@ -324,7 +324,7 @@
    
     <simple-method method-name="deleteAgreementWorkEffortAppl" short-description="Remove a link between a WorkEffort and a Agreement Appl">
         <entity-one entity-name="AgreementWorkEffortAppl" value-field="agreementWorkEffortAppl"/>
-        <remove-value value-name="agreementWorkEffortAppl"/>
+        <remove-value value-field="agreementWorkEffortAppl"/>
     </simple-method>
 
 </simple-methods>

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/cost/CostServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/cost/CostServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/cost/CostServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/cost/CostServices.xml Tue Dec 30 08:42:38 2008
@@ -36,7 +36,7 @@
     </simple-method>
     <simple-method method-name="removeCostComponentCalc" short-description="Remove a CostComponentCalc entry">
         <entity-one entity-name="CostComponentCalc" value-field="costComponentCalc"/>
-        <remove-value value-name="costComponentCalc"/>
+        <remove-value value-field="costComponentCalc"/>
     </simple-method>
     <simple-method method-name="createWorkEffortCostCalc" short-description="Create a WorkEffortCostCalc entry">
         <make-value entity-name="WorkEffortCostCalc" value-field="newEntity"/>
@@ -49,6 +49,6 @@
     </simple-method>
     <simple-method method-name="removeWorkEffortCostCalc" short-description="Remove a WorkEffortCostCalc entry">
         <entity-one entity-name="WorkEffortCostCalc" value-field="workEffortCostCalc"/>
-        <remove-value value-name="workEffortCostCalc"/>
+        <remove-value value-field="workEffortCostCalc"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml Tue Dec 30 08:42:38 2008
@@ -134,7 +134,7 @@
     </simple-method>
     <simple-method method-name="deleteFinAccount" short-description="Delete a Financial Account">
         <entity-one value-field="finAccount" entity-name="FinAccount"/>
-        <remove-value value-name="finAccount"/>
+        <remove-value value-field="finAccount"/>
     </simple-method>
     
     <simple-method method-name="createFinAccountStatus" short-description="Create FinAccountStatus">
@@ -208,7 +208,7 @@
     </simple-method>
     <simple-method method-name="deleteFinAccountRole" short-description="Delete a Financial Account Role">
         <entity-one entity-name="FinAccountRole" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- FinAccountAuth Services -->    
@@ -341,7 +341,7 @@
     
     <simple-method method-name="deleteFinAccountTypeGlAccount" short-description="Delete an FinAccountTypeGlAccount">
         <entity-one entity-name="FinAccountTypeGlAccount" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- VarianceReasonGlAccount methods -->
@@ -360,6 +360,6 @@
     
     <simple-method method-name="deleteVarianceReasonGlAccount" short-description="Delete an Variance Reason Gl Account">
         <entity-one entity-name="VarianceReasonGlAccount" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml Tue Dec 30 08:42:38 2008
@@ -328,7 +328,7 @@
         </if-not-empty>
 
         <entity-one entity-name="InvoiceItem" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <simple-method method-name="removePaymentApplication" short-description="Remove an existing payment application">
@@ -430,7 +430,7 @@
     <simple-method method-name="removeInvoiceRole" short-description="Remove existing Invoice Role">
         <call-simple-method method-name="InvoiceStatusInProgress"/>
         <entity-one entity-name="InvoiceRole" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <simple-method method-name="setInvoiceStatus" short-description="Set The Invoice Status">

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml Tue Dec 30 08:42:38 2008
@@ -138,7 +138,7 @@
             <check-errors/>    
         </if-compare>
         <entity-one entity-name="AcctgTransEntry" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
 
         <!-- when changing entries, also update the last modified info for the AcctgTrans -->
         <call-simple-method method-name="updateAcctgTransLastModified"/>

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml Tue Dec 30 08:42:38 2008
@@ -117,7 +117,7 @@
     
     <simple-method method-name="deleteCreditCardTypeGlAccount" short-description="Delete a Credit Card Gl Account">
         <entity-one entity-name="CreditCardTypeGlAccount" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- Updates a Payment Method Type default glAccountId -->

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml Tue Dec 30 08:42:38 2008
@@ -47,7 +47,7 @@
         <check-errors/>
         
         <entity-one entity-name="TaxAuthority" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- TaxAuthorityAssoc methods -->
@@ -77,7 +77,7 @@
         <check-errors/>
         
         <entity-one entity-name="TaxAuthorityAssoc" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- TaxAuthorityCategory methods -->
@@ -111,7 +111,7 @@
         <find-by-and entity-name="TaxAuthorityRateProduct" map-name="taxAuthorityRateProductMap" list-name="taxAuthorityRateProductList"/>
         <if-empty field="taxAuthorityRateProductList">
             <entity-one entity-name="TaxAuthorityCategory" value-field="lookedUpValue"/>
-            <remove-value value-name="lookedUpValue"/>
+            <remove-value value-field="lookedUpValue"/>
             <else>
                 <add-error>
                     <fail-property resource="AccountingUiLabels" property="AccountingTaxAuthorityRateProductUseThisProductCategory"/>
@@ -147,7 +147,7 @@
         <check-errors/>
         
         <entity-one entity-name="TaxAuthorityGlAccount" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- TaxAuthorityRateProduct methods -->
@@ -178,7 +178,7 @@
         <check-errors/>
         
         <entity-one entity-name="TaxAuthorityRateProduct" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     
@@ -236,7 +236,7 @@
         <check-errors/>
         
         <entity-one entity-name="PartyTaxAuthInfo" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <simple-method method-name="createCustomerTaxAuthInfo" short-description="Create a Customer PartyTaxAuthInfo">

Modified: ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml (original)
+++ ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml Tue Dec 30 08:42:38 2008
@@ -45,7 +45,7 @@
     
     <simple-method method-name="deletePartyQual" short-description="Delete Qualification of a Party">
         <entity-one entity-name="PartyQual" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createPartyResume" short-description="Create Resume for Party">                
@@ -64,7 +64,7 @@
     
     <simple-method method-name="deletePartyResume" short-description="Delete a Resume of a Party">
         <entity-one entity-name="PartyResume" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
             
     <simple-method method-name="createPartySkill" short-description="Create Party Skills">
@@ -99,7 +99,7 @@
         
     <simple-method method-name="deletePartySkill" short-description="Delete a Skill of Party">
         <entity-one entity-name="PartySkill" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
         
     <simple-method method-name="createPerfReview" short-description="Create a Performance Review">
@@ -119,7 +119,7 @@
        
     <simple-method method-name="deletePerfReview" short-description="Delete Performance Review">
         <entity-one entity-name="PerfReview" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
         
     <simple-method method-name="createPerfReviewItem" short-description="Create Performance Review Items">
@@ -139,7 +139,7 @@
     
     <simple-method method-name="deletePerfReviewItem" short-description="Delete Performance Review Items">
         <entity-one entity-name="PerfReviewItem" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createPerformanceNote" short-description="Create Performance Note">
@@ -161,7 +161,7 @@
         
     <simple-method method-name="deletePerformanceNote" short-description="Delete Performance Note">
         <entity-one entity-name="PerformanceNote" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createPersonTraining" short-description="Create Person Training">           
@@ -183,7 +183,7 @@
          
     <simple-method method-name="deletePersonTraining" short-description="Delete a Person Training">
         <entity-one entity-name="PersonTraining" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- Employment Group -->
@@ -209,7 +209,7 @@
         
     <simple-method method-name="deleteEmployment" short-description="Delete Employment">
         <entity-one entity-name="Employment" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
         
     <simple-method method-name="createEmploymentApp" short-description="Create an Employment Application">
@@ -228,7 +228,7 @@
         
     <simple-method method-name="deleteEmploymentApp" short-description="Delete EmploymentApp">
         <entity-one entity-name="EmploymentApp" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
         
     <simple-method method-name="createPartyBenefit" short-description="Create Party Benefit">
@@ -277,7 +277,7 @@
         
     <simple-method method-name="deletePayGrade" short-description="Delete Pay Grade">
         <entity-one entity-name="PayGrade" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
         
     <simple-method method-name="createPayHistory" short-description="Create Pay History">
@@ -322,7 +322,7 @@
        
     <simple-method method-name="deletePayrollPreference" short-description="Delete Payroll Preference">
         <entity-one entity-name="PayrollPreference" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
         
     <simple-method method-name="createSalaryStep" short-description="Create a Salary Step">
@@ -342,7 +342,7 @@
     
     <simple-method method-name="deleteSalaryStep" short-description="Delete Salary Step">
         <entity-one entity-name="SalaryStep" value-field="lookedUpValue"/>  
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createTerminationReason" short-description="Create a Termination Reason">
@@ -361,7 +361,7 @@
     
     <simple-method method-name="deleteTerminationReason" short-description="Delete Termination Reason">
         <entity-one entity-name="TerminationReason" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createUnemploymentClaim" short-description="Create a Unemployment Claim">
@@ -402,7 +402,7 @@
     
     <simple-method method-name="deleteEmplPosition" short-description="Delete Employee Position">
         <entity-one entity-name="EmplPosition" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createEmplPositionFulfillment" short-description="Create a Emplyoee Position Fulfillment">
@@ -424,7 +424,7 @@
     
     <simple-method method-name="deleteEmplPositionFulfillment" short-description="Delete Employee Position Fulfillment">
         <entity-one entity-name="EmplPositionFulfillment" value-field="lookedUpValue"/>       
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <simple-method method-name="createEmplPositionReportingStruct" short-description="Create a Employee Position Reporting Structure">
@@ -459,7 +459,7 @@
 
     <simple-method method-name="deleteEmplPositionReportingStruct" short-description="Delete Employee Position Reporting Structure">
         <entity-one entity-name="EmplPositionReportingStruct" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createEmplPositionResponsibility" short-description="Create a Employee Position Responsibility">
@@ -481,7 +481,7 @@
     
     <simple-method method-name="deleteEmplPositionResponsibility" short-description="Delete Employee Position Responsibility">
         <entity-one entity-name="EmplPositionResponsibility" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createValidResponsibility" short-description="Create a Valid Responsibility">
@@ -503,7 +503,7 @@
     
     <simple-method method-name="deleteValidResponsibility" short-description="Delete Valid Responsibility">
         <entity-one entity-name="ValidResponsibility" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <!-- Skill Types -->
     <simple-method method-name="createSkillType" short-description="Create a SkillType">
@@ -522,7 +522,7 @@
     
     <simple-method method-name="deleteSkillType" short-description="Delete SkillType">
         <entity-one entity-name="SkillType" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createEmployee" short-description="Create New Employee">
@@ -565,7 +565,7 @@
     
     <simple-method method-name="deleteResponsibilityType" short-description="Delete ResponsibilityType">
         <entity-one entity-name="ResponsibilityType" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createTerminationType" short-description="Create a TerminationType">
@@ -586,7 +586,7 @@
     
     <simple-method method-name="deleteTerminationType" short-description="Delete TerminationType">
         <entity-one entity-name="TerminationType" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createEmplPositionType" short-description="Create a PositionType">
@@ -656,7 +656,7 @@
     
     <simple-method method-name="deleteAgreementEmploymentAppl" short-description="Delete Agreement Employment Appl">
         <entity-one entity-name="AgreementEmploymentAppl" value-field="agreementEmploymentAppl"/>
-        <remove-value value-name="agreementEmploymentAppl"/>
+        <remove-value value-field="agreementEmploymentAppl"/>
     </simple-method>
         <simple-method method-name="createEmplLeave" short-description="Create Employee Leave">
         <make-value entity-name="EmplLeave" value-field="newEntity"/>
@@ -691,6 +691,6 @@
     
     <simple-method method-name="deleteEmplLeaveType" short-description="Delete leaveType">
         <entity-one entity-name="EmplLeaveType" value-field="lookedUpValue"/>        
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 </simple-methods>        

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/campaign/CampaignServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/campaign/CampaignServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/campaign/CampaignServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/campaign/CampaignServices.xml Tue Dec 30 08:42:38 2008
@@ -166,6 +166,6 @@
         <check-errors/>
 
         <entity-one entity-name="MarketingCampaignRole" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml Tue Dec 30 08:42:38 2008
@@ -49,7 +49,7 @@
         <check-errors/>
 
         <entity-one entity-name="ContactList" value-field="lookedUpValue" auto-field-map="true"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- ContactListParty methods -->
@@ -156,7 +156,7 @@
         <check-errors/>
 
         <entity-one entity-name="ContactListParty" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="createContactListPartyStatus" short-description="Create ContactListParty Status">
         <!-- allow if userLogin.partyId = parameters.partyId or has permission -->
@@ -234,7 +234,7 @@
 
         <entity-one entity-name="ContactList" value-field="contactList"/>
         <entity-one entity-name="ContactListParty" value-field="contactListParty"/>
-        <get-related-one value-name="contactListParty" relation-name="PreferredContactMech" to-value-name="preferredContactMech"/>
+        <get-related-one value-name="contactListParty" relation-name="PreferredContactMech" to-value-field="preferredContactMech"/>
         
         <if>
             <condition>

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/segment/SegmentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/segment/SegmentServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/segment/SegmentServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/segment/SegmentServices.xml Tue Dec 30 08:42:38 2008
@@ -52,7 +52,7 @@
         <check-errors/>
 
         <entity-one entity-name="SegmentGroup" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
         
@@ -76,7 +76,7 @@
         <check-permission permission="MARKETING" action="_DELETE"><fail-property resource="MarketingUiLabels" property="SegmentGroupRemoveSegmentGroupClassificationPermissionError"/></check-permission>
         <check-errors/>
         <entity-one entity-name="SegmentGroupClassification" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- SegmentGroupGeo methods -->
@@ -99,7 +99,7 @@
         <check-permission permission="MARKETING" action="_DELETE"><fail-property resource="MarketingUiLabels" property="SegmentGroupRemoveSegmentGroupGeoPermissionError"/></check-permission>
         <check-errors/>
         <entity-one entity-name="SegmentGroupGeo" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- SegmentGroupRole methods -->

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/communication/CommunicationEventServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/communication/CommunicationEventServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/communication/CommunicationEventServices.xml Tue Dec 30 08:42:38 2008
@@ -36,6 +36,6 @@
         </check-permission>
         <check-errors/>
         <entity-one entity-name="CommunicationEventOrder" value-field="eventOrder"/>
-        <remove-value value-name="eventOrder"/>
+        <remove-value value-field="eventOrder"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/opportunity/OpportunityServices.xml Tue Dec 30 08:42:38 2008
@@ -98,6 +98,6 @@
     </simple-method>
     <simple-method method-name="deleteSalesForecastDetail" short-description="Delete a Sales Forecast Detail">
         <entity-one entity-name="SalesForecastDetail" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml Tue Dec 30 08:42:38 2008
@@ -118,7 +118,7 @@
         <check-errors/>
         
         <entity-one entity-name="OrderShipment" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- order requirement methods -->
@@ -141,7 +141,7 @@
 
         <!-- Include the facilityId corresponding to this order by looking up the ProductStore -->
         <entity-one entity-name="OrderHeader" value-field="orderHeader" auto-field-map="true"/>
-        <get-related-one value-name="orderHeader" relation-name="ProductStore" to-value-name="productStore" use-cache="true"/>
+        <get-related-one value-name="orderHeader" relation-name="ProductStore" to-value-field="productStore" use-cache="true"/>
         <if-not-empty field="productStore.inventoryFacilityId">
             <set from-field="productStore.inventoryFacilityId" field="inputMap.facilityId"/>
         </if-not-empty>
@@ -791,7 +791,7 @@
         </check-permission>
         <check-errors/>
         <entity-one entity-name="OrderContactMech" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="updateOrderNote" short-description="Update OrderNote">
@@ -834,7 +834,7 @@
         <check-errors/>
 
         <entity-one entity-name="OrderTerm" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="addPaymentMethodToOrder" short-description="Create an PaymentMethodToOrder">

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/QuoteServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/QuoteServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/QuoteServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/QuoteServices.xml Tue Dec 30 08:42:38 2008
@@ -362,7 +362,7 @@
         </check-permission>
         <check-errors/>
         <entity-one entity-name="QuoteItem" value-field="quoteItem" auto-field-map="true"/>
-        <remove-related value-name="quoteItem" relation-name="QuoteAdjustment"/>
+        <remove-related value-field="quoteItem" relation-name="QuoteAdjustment"/>
         <check-errors/>
         <remove-value value-name="quoteItem"/>
     </simple-method>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml Tue Dec 30 08:42:38 2008
@@ -172,7 +172,7 @@
 
         <entity-one entity-name="ShoppingList" value-field="shoppingList"/>
         <entity-one entity-name="ShoppingListItem" value-field="shoppingListItem"/>
-        <remove-value value-name="shoppingListItem"/>
+        <remove-value value-field="shoppingListItem"/>
 
         <if-compare-field field="shoppingList.partyId" to-field="userLogin.partyId" operator="not-equals">
             <now-timestamp-to-env env-name="shoppingList.lastAdminModified"/>

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml Tue Dec 30 08:42:38 2008
@@ -261,7 +261,7 @@
     </simple-method>
     <simple-method method-name="removeContactMechAttribute" short-description="removeContactMechAttribute">
         <entity-one entity-name="ContactMechAttribute" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <simple-method method-name="sendVerifyEmailAddressNotification" short-description="Send an email to the person for Verification of his Email Address" login-required="false">

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyInvitationServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyInvitationServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyInvitationServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyInvitationServices.xml Tue Dec 30 08:42:38 2008
@@ -50,7 +50,7 @@
     </simple-method>
     <simple-method method-name="deletePartyInvitation" short-description="Remove a PartyInvitation">
         <entity-one entity-name="PartyInvitation" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="createPartyInvitationGroupAssoc" short-description="Create a PartyInvitationGroupAssoc">
         <make-value entity-name="PartyInvitationGroupAssoc" value-field="newEntity"/>
@@ -59,7 +59,7 @@
     </simple-method>
     <simple-method method-name="deletePartyInvitationGroupAssoc" short-description="Remove a PartyInvitationGroupAssoc">
         <entity-one entity-name="PartyInvitationGroupAssoc" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="createPartyInvitationRoleAssoc" short-description="Create a PartyInvitationRoleAssoc">
         <make-value entity-name="PartyInvitationRoleAssoc" value-field="newEntity"/>
@@ -68,7 +68,7 @@
     </simple-method>
     <simple-method method-name="deletePartyInvitationRoleAssoc" short-description="Remove a PartyInvitationRoleAssoc">
         <entity-one entity-name="PartyInvitationRoleAssoc" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="acceptPartyInvitation" short-description="Accept Party Invitation">
         <entity-and entity-name="PartyInvitationGroupAssoc" list="partyInvitationGroupAssocs">

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml Tue Dec 30 08:42:38 2008
@@ -31,7 +31,7 @@
     </simple-method>
     <simple-method method-name="deletePartyRole" short-description="Delete a  PartyRole">
         <entity-one entity-name="PartyRole" value-field="partyRole"/>
-        <remove-value value-name="partyRole"/>
+        <remove-value value-field="partyRole"/>
     </simple-method>
     
     
@@ -180,7 +180,7 @@
     </simple-method>
     <simple-method method-name="deletePostalAddressBoundary" short-description="Delete a  Postal Address Boundary">
         <entity-one entity-name="PostalAddressBoundary" value-field="postalAddressBoundary"/>
-        <remove-value value-name="postalAddressBoundary"/>
+        <remove-value value-field="postalAddressBoundary"/>
     </simple-method>
     <simple-method method-name="getPostalAddressBoundary" short-description="Get Postal Address Boundary">
         <make-value entity-name="PostalAddressBoundary" value-field="postalAddressBoundaryLookupMap"/>
@@ -208,7 +208,7 @@
     </simple-method>
     <simple-method method-name="deletePartyClassification" short-description="delete a PartyClassification">
         <entity-one entity-name="PartyClassification" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <!-- PartyClassificationGroup methods -->
     <simple-method method-name="createPartyClassificationGroup" short-description="create a PartyClassificationGroup">
@@ -227,7 +227,7 @@
     </simple-method>
     <simple-method method-name="deletePartyClassificationGroup" short-description="delete a PartyClassificationGroup">
         <entity-one entity-name="PartyClassificationGroup" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- Vendor Party services -->
@@ -244,7 +244,7 @@
     </simple-method>
     <simple-method method-name="deleteVendor" short-description="deleteVendor">
         <entity-one entity-name="Vendor" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- party attribute services -->
@@ -261,7 +261,7 @@
     </simple-method>
     <simple-method method-name="removePartyAttribute" short-description="removePartyAttribute">
         <entity-one entity-name="PartyAttribute" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- party profile default -->
@@ -793,7 +793,7 @@
         <if-empty field="parameters.roleTypeIdTo"><set field="parameters.roleTypeIdTo" value="_NA_"/></if-empty>
 
         <entity-one entity-name="PartyRelationship" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createPartyCarrierAccount" short-description="Create PartyCarrierAccount">

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml Tue Dec 30 08:42:38 2008
@@ -43,7 +43,7 @@
     </simple-method>
     <simple-method method-name="deleteProdCatalog" short-description="Delete an ProdCatalog">
         <entity-one entity-name="ProdCatalog"  value-field="prodCatalog"/>
-        <remove-value value-name="prodCatalog"/>
+        <remove-value value-field="prodCatalog"/>
     </simple-method>
 
     <simple-method method-name="addProductCategoryToProdCatalog" short-description="Add Category To ProdCatalog">

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml Tue Dec 30 08:42:38 2008
@@ -693,7 +693,7 @@
     
     <simple-method method-name="deleteProductCategoryLink" short-description="delete a ProductCategoryLink">        
         <entity-one entity-name="ProductCategoryLink" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- ============================= -->

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/communication/CommunicationEventServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/communication/CommunicationEventServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/communication/CommunicationEventServices.xml Tue Dec 30 08:42:38 2008
@@ -36,6 +36,6 @@
         </check-permission>
         <check-errors/>
         <entity-one entity-name="CommunicationEventProduct" value-field="eventProduct"/>
-        <remove-value value-name="eventProduct"/>
+        <remove-value value-field="eventProduct"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/cost/CostServices.xml Tue Dec 30 08:42:38 2008
@@ -38,7 +38,7 @@
     </simple-method>
     <simple-method method-name="deleteCostComponent" short-description="Delete a CostComponent">
         <entity-one entity-name="CostComponent" value-field="costComponent"/>
-        <remove-value value-name="costComponent"/>
+        <remove-value value-field="costComponent"/>
     </simple-method>
     <simple-method method-name="cancelCostComponents" short-description="Cancels CostComponents">
         <set from-field="parameters.costComponentId" field="costsAndMap.costComponentId"/>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml Tue Dec 30 08:42:38 2008
@@ -39,7 +39,7 @@
         <!-- check the product; make sure its a physical item -->
         <entity-one entity-name="Product" value-field="product"/>
         <entity-one entity-name="Facility" value-field="facility" use-cache="true"/>
-        <get-related-one value-name="product" relation-name="ProductType" to-value-name="productType"/>
+        <get-related-one value-name="product" relation-name="ProductType" to-value-field="productType"/>
         <if-compare field="productType.isPhysical" operator="equals" value="N">
             <set field="parameters.quantityNotReserved" value="0" type="Double"/>
             <else>
@@ -592,7 +592,7 @@
     </simple-method>
     <simple-method method-name="cancelOrderItemShipGrpInvRes" short-description="Cancel An Inventory Reservation">
         <entity-one entity-name="OrderItemShipGrpInvRes" value-field="orderItemShipGrpInvRes"/>
-        <get-related-one relation-name="InventoryItem" value-name="orderItemShipGrpInvRes" to-value-name="inventoryItem"/>
+        <get-related-one relation-name="InventoryItem" value-name="orderItemShipGrpInvRes" to-value-field="inventoryItem"/>
         <if-compare value="SERIALIZED_INV_ITEM" operator="equals" field="inventoryItem.inventoryItemTypeId">
             <log level="verbose" message="Serialized inventory re-enabled."/>
             <set value="INV_AVAILABLE" field="inventoryItem.statusId"/>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Tue Dec 30 08:42:38 2008
@@ -951,7 +951,7 @@
 
     <simple-method method-name="balanceOrderItemsWithNegativeReservations" short-description="To balance order items with negative reservations">
         <entity-one entity-name="OrderHeader" value-field="orderHeader" auto-field-map="true"/>
-        <get-related-one value-name="orderHeader" relation-name="ProductStore" to-value-name="productStore"/>
+        <get-related-one value-name="orderHeader" relation-name="ProductStore" to-value-field="productStore"/>
         <if-compare field="productStore.balanceResOnOrderCreation" operator="equals" value="Y">
             <entity-condition entity-name="OrderItemAndShipGrpInvResAndItem" list="oisgirais">
                 <condition-list combine="and">
@@ -1025,7 +1025,7 @@
         <!-- check the product; make sure its a physical item -->
         <entity-one entity-name="Product" value-field="product"/>
         <entity-one entity-name="Facility" value-field="facility" use-cache="true"/>
-        <get-related-one value-name="product" relation-name="ProductType" to-value-name="productType"/>
+        <get-related-one value-name="product" relation-name="ProductType" to-value-field="productType"/>
         <if-compare field="productType.isPhysical" operator="equals" value="N">
             <set field="quantityNotTransferred" value="0" type="Double"/>
             <else>
@@ -1199,7 +1199,7 @@
     </simple-method>
     <simple-method method-name="deleteInventoryItemLabelType" short-description="Delete an InventoryItemLabelType">
         <entity-one entity-name="InventoryItemLabelType" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="createInventoryItemLabel" short-description="Create an InventoryItemLabel">
         <make-value entity-name="InventoryItemLabel" value-field="newEntity"/>
@@ -1214,7 +1214,7 @@
     </simple-method>
     <simple-method method-name="deleteInventoryItemLabel" short-description="Delete an InventoryItemLabel">
         <entity-one entity-name="InventoryItemLabel" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="createInventoryItemLabelAppl" short-description="Create an InventoryItemLabelAppl">
         <make-value entity-name="InventoryItemLabelAppl" value-field="newEntity"/>
@@ -1231,7 +1231,7 @@
     </simple-method>
     <simple-method method-name="deleteInventoryItemLabelAppl" short-description="Delete an InventoryItemLabel">
         <entity-one entity-name="InventoryItemLabelAppl" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
  
     <!-- Test Physical Inventory Adjustment -->
@@ -1256,7 +1256,7 @@
     </simple-method>
     <simple-method method-name="changeOwnerUponIssuance" short-description="If product store setOwnerUponIssuance is Y or empty, set the inventory item owner upon issuance.">
         <entity-one entity-name="ItemIssuance" value-field="itemIssuance"/>
-        <get-related-one value-name="itemIssuance" relation-name="InventoryItem" to-value-name="inventoryItem"/>
+        <get-related-one value-name="itemIssuance" relation-name="InventoryItem" to-value-field="inventoryItem"/>
         <if-not-empty field="inventoryItem">
             <if-compare field="inventoryItem.inventoryItemTypeId" operator="equals" value="SERIALIZED_INV_ITEM">
                 <get-related-one value-name="itemIssuance" relation-name="OrderHeader" to-value-name="orderHeader"/>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/price/PriceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/price/PriceServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/price/PriceServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/price/PriceServices.xml Tue Dec 30 08:42:38 2008
@@ -134,7 +134,7 @@
         <call-simple-method method-name="checkProductRelatedPermission" xml-resource="org/ofbiz/product/product/ProductServices.xml"/>
         <check-errors/>
         <entity-one entity-name="ProductPaymentMethodType" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- ProductPriceRule methods -->

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml Tue Dec 30 08:42:38 2008
@@ -329,7 +329,7 @@
     </simple-method>
     <simple-method method-name="deleteProductKeyword" short-description="delete a ProductKeyword">
         <entity-one entity-name="ProductKeyword" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="forceIndexProductKeywords" short-description="induce all the keywords of a product">
         <entity-one entity-name="Product" value-field="product"/>
@@ -339,7 +339,7 @@
     </simple-method>
     <simple-method method-name="deleteProductKeywords" short-description="delete all the keywords of a product">
         <entity-one entity-name="Product" value-field="product"/>
-        <remove-related value-name="product" relation-name="ProductKeyword"/>
+        <remove-related value-field="product" relation-name="ProductKeyword"/>
     </simple-method>
 
     <simple-method method-name="indexProductKeywords" short-description="Index the Keywords for a Product" login-required="false">
@@ -785,7 +785,7 @@
         <check-errors/>
 
         <entity-one entity-name="ProductMaint" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <!-- Create/Update/Delete Product Meter Record -->
     <simple-method method-name="createProductMeter" short-description="Create an Product Meter">
@@ -816,7 +816,7 @@
         <check-errors/>
         
         <entity-one entity-name="ProductMeter" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- ProductGeo Services -->
@@ -833,7 +833,7 @@
     </simple-method>
     <simple-method method-name="deleteProductGeo" short-description="Delete an existing Product Geo">
         <entity-one entity-name="ProductGeo" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- a method to centralize product security code, meant to be called in-line with
@@ -918,7 +918,7 @@
     </simple-method>
     <simple-method method-name="deleteProductAttribute" short-description="delete a ProductAttribute">
         <entity-one entity-name="ProductAttribute" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- ================================================================ -->
@@ -1008,6 +1008,6 @@
         <check-errors/>
 
         <entity-one entity-name="ProductCategoryGlAccount" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 </simple-methods>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/rental/RentalServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/rental/RentalServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/rental/RentalServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/rental/RentalServices.xml Tue Dec 30 08:42:38 2008
@@ -56,7 +56,7 @@
         <check-errors/>
 
         <entity-one entity-name="Product" value-field="product"/>
-        <get-related relation-name="FixedAssetProduct" value-name="product" list-name="productFixedAssets"/>
+        <get-related relation-name="FixedAssetProduct" value-field="product" list-name="productFixedAssets"/>
         <if-not-empty field="productFixedAssets">
             <first-from-list list="productFixedAssets" entry="productFixedAsset"/>
               <field-to-result field="productFixedAsset.fixedAssetId" result-name="fixedAssetId"/>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/subscription/SubscriptionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/subscription/SubscriptionServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/subscription/SubscriptionServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/subscription/SubscriptionServices.xml Tue Dec 30 08:42:38 2008
@@ -110,7 +110,7 @@
     </simple-method>
     <simple-method method-name="deleteProductSubscriptionResource" short-description="Delete a ProductSubscriptionResource">
         <entity-one entity-name="ProductSubscriptionResource" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="updateSubscriptionAttribute" short-description="Create (when not exist) or update (when exist) a Subscription attribute">
         <field-to-result field="parameters.subscriptionId" result-name="subscriptionId"/>
@@ -135,7 +135,7 @@
     </simple-method>
     <simple-method method-name="removeSubscriptionCommEvent" short-description="Remove a Subscription Communication Event">
         <entity-one entity-name="SubscriptionCommEvent" value-field="eventSubscription"/>
-        <remove-value value-name="eventSubscription"/>
+        <remove-value value-field="eventSubscription"/>
     </simple-method>
 
     <!-- ============== Permission Checking Service ============= -->

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/supplier/SupplierProductServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/supplier/SupplierProductServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/supplier/SupplierProductServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/supplier/SupplierProductServices.xml Tue Dec 30 08:42:38 2008
@@ -78,7 +78,7 @@
         <check-errors/>
  
         <entity-one entity-name="SupplierProductFeature" value-field="sprod"/>
-        <remove-value value-name="sprod"/>
+        <remove-value value-field="sprod"/>
     </simple-method>
     <simple-method method-name="getSupplierProductFeatures" short-description="Get all supplier information for a product feature" login-required="false">
         <entity-and entity-name="SupplierProductFeature" list="supplierProductFeatures">

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml Tue Dec 30 08:42:38 2008
@@ -68,7 +68,7 @@
         <check-errors/>
 
         <entity-one entity-name="ItemIssuance" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- ItemIssuanceRole services -->
@@ -95,7 +95,7 @@
         <check-errors/>
 
         <entity-one entity-name="ItemIssuanceRole" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <!-- the actual issuance services -->
@@ -418,7 +418,7 @@
 
         <!-- get ItemIssuance and related entities-->
         <entity-one entity-name="ItemIssuance" value-field="itemIssuance"/>
-        <get-related-one value-name="itemIssuance" relation-name="OrderHeader" to-value-name="orderHeader"/>
+        <get-related-one value-name="itemIssuance" relation-name="OrderHeader" to-value-field="orderHeader"/>
         <get-related-one value-name="itemIssuance" relation-name="InventoryItem" to-value-name="inventoryItem"/>
         <get-related-one value-name="itemIssuance" relation-name="Shipment" to-value-name="shipment"/>        
         

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml Tue Dec 30 08:42:38 2008
@@ -253,7 +253,7 @@
         <check-errors/>
 
         <entity-one entity-name="Shipment" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <simple-method method-name="createShipmentForReturn" short-description="Create Shipment based on ReturnHeader">
@@ -756,7 +756,7 @@
         <check-errors/>
 
         <entity-one entity-name="Shipment" value-field="shipment"/>
-        <get-related value-name="shipment" relation-name="ItemIssuance" list-name="issuances"/>
+        <get-related value-field="shipment" relation-name="ItemIssuance" list-name="issuances"/>
         <iterate list="issuances" entry="issuance">
             <entity-and entity-name="ShipmentReceipt" list="receipts">
                 <field-map field-name="shipmentId" from-field="shipment.shipmentId"/>
@@ -958,7 +958,7 @@
         <check-errors/>
 
         <entity-one entity-name="ShipmentPackage" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="ensurePackageRouteSeg" short-description="Ensure ShipmentPackageRouteSeg exists for all RouteSegments for this Package">
         <entity-and entity-name="ShipmentRouteSegment" list="shipmentRouteSegments">
@@ -1192,7 +1192,7 @@
         <check-errors/>
 
         <entity-one entity-name="ShipmentRouteSegment" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="ensureRouteSegPackage" short-description="Ensure ShipmentPackageRouteSeg exists for all Packages for this RouteSegment">
         <entity-and entity-name="ShipmentPackage" list="shipmentPackages">
@@ -1277,7 +1277,7 @@
     </simple-method>
     <simple-method method-name="deleteCarrierShipmentMethod" short-description="Removes a CarrierShipmentMethod">
         <entity-one entity-name="CarrierShipmentMethod" value-field="carrierShipmentMethod"/>
-        <remove-value value-name="carrierShipmentMethod"/>
+        <remove-value value-field="carrierShipmentMethod"/>
     </simple-method>
 
     <simple-method method-name="createShipmentMethodType" short-description="Creates a ShipmentMethodType">
@@ -1293,7 +1293,7 @@
     </simple-method>
     <simple-method method-name="deleteShipmentMethodType" short-description="Deletes a ShipmentMethodType">
         <entity-one entity-name="ShipmentMethodType" value-field="shipmentMethodType"/>
-        <remove-value value-name="shipmentMethodType"/>
+        <remove-value value-field="shipmentMethodType"/>
     </simple-method>
 
     <!-- quick ship entire order in one package per facility & ship group -->
@@ -1585,7 +1585,7 @@
                 <result-to-field result-name="shipmentId" field-name="parameters.shipmentId"/>
             </call-service>            
             <entity-one entity-name="Shipment" value-field="shipment"/>
-            <get-related value-name="orderHeader" relation-name="OrderItem" list-name="orderItems"/>
+            <get-related value-field="orderHeader" relation-name="OrderItem" list-name="orderItems"/>
             <iterate entry="orderItem" list="orderItems">
                 <entity-one entity-name="Product" value-field="itemProduct" auto-field-map="false" use-cache="true">
                     <field-map field-name="productId" from-field="orderItem.productId"/>
@@ -1999,7 +1999,7 @@
         
         <log level="info" message="Cancelling Item Issuances for shimpentId: ${parameters.shipmentId}"/>
         <entity-one entity-name="Shipment" value-field="shipment"/>
-        <get-related value-name="shipment" relation-name="ItemIssuance" list-name="issuances"/>
+        <get-related value-field="shipment" relation-name="ItemIssuance" list-name="issuances"/>
         <iterate list="issuances" entry="issuance">
             <set from-field="issuance.itemIssuanceId" field="inputMap.itemIssuanceId"/>
             <call-service service-name="cancelOrderItemIssuanceFromSalesShipment" in-map-name="inputMap"/>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/TestServices.xml Tue Dec 30 08:42:38 2008
@@ -171,7 +171,7 @@
         </call-service>
         
         <entity-one entity-name="InventoryItem" value-field="inventoryItem"/>
-        <get-related value-name="inventoryItem" relation-name="InventoryItemDetail" list-name="inventoryItemDetails"/>
+        <get-related value-field="inventoryItem" relation-name="InventoryItemDetail" list-name="inventoryItemDetails"/>
         <entity-condition entity-name="ShipmentReceipt" list="shipmentReceipts">
             <condition-expr field-name="inventoryItemId" from-field="inventoryItemId"/>
             <order-by field-name="datetimeReceived"/>

Modified: ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/timesheet/TimesheetServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/timesheet/TimesheetServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/timesheet/TimesheetServices.xml (original)
+++ ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/timesheet/TimesheetServices.xml Tue Dec 30 08:42:38 2008
@@ -86,7 +86,7 @@
         <check-errors/>
         
         <entity-one entity-name="Timesheet" value-field="timesheet"/>
-        <get-related value-name="timesheet" relation-name="TimeEntry" list-name="timeEntryList"/>
+        <get-related value-field="timesheet" relation-name="TimeEntry" list-name="timeEntryList"/>
         
         <if-empty field="parameters.invoiceId">
             <set-service-fields service-name="createInvoice" map="parameters" to-map="createInvoiceMap"/>
@@ -290,7 +290,7 @@
         <check-errors/>
         
         <entity-one entity-name="TimesheetRole" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     
     <!-- TimeEntry Services -->

Modified: ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml (original)
+++ ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml Tue Dec 30 08:42:38 2008
@@ -113,7 +113,7 @@
         </if-empty>-->
         
         <entity-one entity-name="WorkEffort" value-field="lookedUpValue"/>
-        <clone-value value-name="lookedUpValue" new-value-name="savedValue"/>
+        <clone-value value-name="lookedUpValue" new-value-field="savedValue"/>
         
         <now-timestamp-to-env env-name="nowTimestamp"/>
         
@@ -311,7 +311,7 @@
     </simple-method>
     <simple-method method-name="unassignPartyFromWorkEffort" short-description="Service that deletes a WorkEffortPartyAssignment entity">
         <entity-one entity-name="WorkEffortPartyAssignment" value-field="workEffortPartyAssignment"/>
-        <remove-value value-name="workEffortPartyAssignment"/>
+        <remove-value value-field="workEffortPartyAssignment"/>
     </simple-method>
 
     <!-- Create a WorkEffortContactMech -->
@@ -642,7 +642,7 @@
     </simple-method>
     <simple-method method-name="removeWorkEffortAssoc" short-description="Remove a WorkEffort association">
         <entity-one entity-name="WorkEffortAssoc" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
 
     <simple-method method-name="createWorkEffortGoodStandard" short-description="Create a link between a WorkEffort and a Product">
@@ -668,7 +668,7 @@
     </simple-method>
     <simple-method method-name="removeWorkEffortGoodStandard" short-description="Remove a link between a WorkEffort and a Product">
         <entity-one entity-name="WorkEffortGoodStandard" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="assignInventoryToWorkEffort" short-description="Create or update WorkEffortInventoryAssign">
         <set value="Create or update WorkEffortInventoryAssign" field="operationName"/>
@@ -889,7 +889,7 @@
         </check-permission>
         <check-errors />
         <entity-one entity-name="WorkEffortFixedAssetStd" value-field="lookedUpValue" />
-        <remove-value value-name="lookedUpValue" />
+        <remove-value value-field="lookedUpValue" />
     </simple-method>
     <simple-method method-name="createWorkEffortFixedAssetAssign" 
             short-description="Create a WorkEffort FixedAsset Assign">
@@ -939,7 +939,7 @@
         </check-permission>
         <check-errors />
         <entity-one entity-name="WorkEffortFixedAssetAssign" value-field="lookedUpValue" />
-        <remove-value value-name="lookedUpValue" />
+        <remove-value value-field="lookedUpValue" />
     </simple-method>
 
     <!-- Create/Update/Delete Work Effort Content-->    
@@ -981,7 +981,7 @@
         <check-errors />
         -->
         <entity-one entity-name="WorkEffortContent" value-field="lookedUpValue" />
-        <remove-value value-name="lookedUpValue" />
+        <remove-value value-field="lookedUpValue" />
     </simple-method>
 
     <!-- Create/Update/Delete Work Effort Review-->    
@@ -1023,7 +1023,7 @@
         </check-permission>
         <check-errors />
         <entity-one entity-name="WorkEffortReview" value-field="lookedUpValue" />
-        <remove-value value-name="lookedUpValue" />
+        <remove-value value-field="lookedUpValue" />
     </simple-method>
     
     <simple-method method-name="indexWorkEffortKeywords" short-description="Index the Keywords for a WorkEffort" login-required="false">
@@ -1074,7 +1074,7 @@
         </check-permission>
         <check-errors />
         <entity-one entity-name="WorkEffortKeyword" value-field="lookedUpValue" />
-        <remove-value value-name="lookedUpValue" />
+        <remove-value value-field="lookedUpValue" />
     </simple-method>
     
     <simple-method method-name="createWorkEffortKeywords" short-description="Create all Work Effort Keyword">
@@ -1202,7 +1202,7 @@
     </simple-method>
     <simple-method  method-name="deleteWorkEffortSkillStandard" short-description="Delete WorkEffortSkillStandard">
         <entity-one entity-name="WorkEffortSkillStandard" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
+        <remove-value value-field="lookedUpValue"/>
     </simple-method>
     <simple-method method-name="createWorkEffortInventoryProduced" short-description="Create Work Effort InventoryProduced">
         <make-value entity-name="WorkEffortInventoryProduced" value-field="newEntity"/>
@@ -1211,7 +1211,7 @@
     </simple-method>
     <simple-method method-name="deleteWorkEffortInventoryProduced" short-description="Delete Work Effort InventoryProduced">
         <entity-one entity-name="WorkEffortInventoryProduced" value-field="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>  
+        <remove-value value-field="lookedUpValue"/>  
     </simple-method>
     <!-- WorkEffort ServiceTest Services -->
     <simple-method method-name="testCreateEventService" short-description="test to create new event (workeffort) service" login-required="false">

Modified: ofbiz/trunk/specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml?rev=730174&r1=730173&r2=730174&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml Tue Dec 30 08:42:38 2008
@@ -73,7 +73,7 @@
 	<simple-method method-name="setCommEventToRead"
 		short-description="">
 		<entity-one entity-name="CommunicationEventRole"
-			value-name="eventRole" />
+			value-field="eventRole" />
 		<if-compare operator="equals" value="COM_ROLE_CREATED"
 			field="eventRole.statusId">
 			<call-simple-method method-name="checkCommEventAccess" />