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 13:01:11 UTC

svn commit: r730108 [2/4] - 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/accountin...

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -33,7 +33,7 @@
         <field-to-result field-name="newEntity.partyId" result-name="partyId"/>
         <field-to-result field-name="newEntity.partyQualTypeId" result-name="partyQualTypeId"/>
         <field-to-result field-name="newEntity.fromDate" result-name="fromDate"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <!-- Ability Group -->    
@@ -53,7 +53,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>                
         <sequenced-id-to-env sequence-name="PartyResume" env-name="newEntity.resumeId"/>        
         <field-to-result field-name="resumeId" result-name="resumeId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>        
     
     <simple-method method-name="updatePartyResume" short-description="Update a Resume of a Party">        
@@ -86,7 +86,7 @@
                  <check-errors/>
             </then>
             <else>
-                <create-value value-name="newEntity"/>    
+                <create-value value-field="newEntity"/>    
             </else>
         </if>
     </simple-method>
@@ -108,7 +108,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <sequenced-id-to-env sequence-name="PerfReview" env-name="newEntity.perfReviewId"/>
         <field-to-result field-name="perfReviewId" result-name="perfReviewId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updatePerfReview" short-description="Update Performance Review">
@@ -128,7 +128,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>        
         <sequenced-id-to-env sequence-name="PerfReviewItem" env-name="newEntity.perfReviewItemSeqId"/>
         <field-to-result field-name="perfReviewItemSeqId" result-name="perfReviewItemSeqId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="updatePerfReviewItem" short-description="Update Performance Review Items">        
@@ -150,7 +150,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="updatePerformanceNote" short-description="Update Performance Note">
@@ -172,7 +172,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
         
     <simple-method method-name="updatePersonTraining" short-description="Update a Person Training">       
@@ -195,7 +195,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         
         <set-service-fields service-name="createPayHistory" map-name="newEntity" to-map-name="createPayHistoryMap"/>
         <call-service service-name="createPayHistory" in-map-name="createPayHistoryMap"/>
@@ -217,7 +217,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>        
         <sequenced-id-to-env sequence-name="EmploymentApp" env-name="newEntity.applicationId"/>
         <field-to-result field-name="newEntity.applicationId" result-name="applicationId"/>        
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
         
     <simple-method method-name="updateEmploymentApp" short-description="Update EmploymentApp">
@@ -239,7 +239,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
         
     <simple-method method-name="updatePartyBenefit" short-description="Update Party Benefit">
@@ -266,7 +266,7 @@
         </else>
         </if-not-empty>
         <field-to-result field-name="newEntity.payGradeId" result-name="payGradeId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
         
     <simple-method method-name="updatePayGrade" short-description="Update Pay Grade">
@@ -288,7 +288,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>        
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
         
     <simple-method method-name="updatePayHistory" short-description="Update Pay History">
@@ -311,7 +311,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <sequenced-id-to-env sequence-name="PayrollPreference" env-name="newEntity.payrollPreferenceSeqId"/>
         <field-to-result field-name="payrollPreferenceSeqId" result-name="payrollPreferenceSeqId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="updatePayrollPreference" short-description="Update Payroll Preference">
@@ -331,7 +331,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>        
         <sequenced-id-to-env sequence-name="SalaryStep" env-name="newEntity.salaryStepSeqId"/>
         <field-to-result field-name="salaryStepSeqId" result-name="salaryStepSeqId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="updateSalaryStep" short-description="Update Salary Step">
@@ -350,7 +350,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>               
         <sequenced-id-to-env sequence-name="TerminationReason" env-name="newEntity.terminationReasonId"/>
         <field-to-result field-name="newEntity.terminationReasonId" result-name="terminationReasonId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateTerminationReason" short-description="Update Termination Reason">
@@ -369,7 +369,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <sequenced-id-to-env sequence-name="UnemploymentClaim" env-name="newEntity.unemploymentClaimId"/>
         <field-to-result field-name="newEntity.unemploymentClaimId" result-name="unemploymentClaimId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateUnemploymentClaim" short-description="Update Unemployment Claim">
@@ -391,7 +391,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>        
         <sequenced-id-to-env sequence-name="EmplPosition" env-name="newEntity.emplPositionId"/>        
         <field-to-result field-name="newEntity.emplPositionId" result-name="emplPositionId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateEmplPosition" short-description="Update Employee Position">
@@ -413,7 +413,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateEmplPositionFulfillment" short-description="Update Employee Position Fulfillment">
@@ -440,7 +440,7 @@
                 <if-compare-field field="parameters.emplPositionIdManagedBy" to-field="parameters.emplPositionIdReportingTo" operator="not-equals"/>
             </condition>
             <then>
-                <create-value value-name="newEntity"/>
+                <create-value value-field="newEntity"/>
             </then>
             <else>
                 <add-error>
@@ -470,7 +470,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateEmplPositionResponsibility" short-description="Update Employee Position Responsibility">
@@ -492,7 +492,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateValidResponsibility" short-description="Update Valid Responsibility">
@@ -511,7 +511,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>        
         <sequenced-id-to-env sequence-name="SkillType" env-name="newEntity.skillTypeId"/>        
         <field-to-result field-name="newEntity.skillTypeId" result-name="skillTypeId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateSkillType" short-description="Update SkillType">
@@ -554,7 +554,7 @@
             <sequenced-id-to-env sequence-name="ResponsibilityType" env-name="newEntity.responsibilityTypeId"/>
         </if-empty>
         <field-to-result field-name="newEntity.responsibilityTypeId" result-name="responsibilityTypeId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="updateResponsibilityType" short-description="Update ResponsibilityType">
@@ -575,7 +575,7 @@
         <sequenced-id-to-env sequence-name="TerminationType" env-name="newEntity.terminationTypeId"/>
         </if-empty>        
         <field-to-result field-name="newEntity.terminationTypeId" result-name="terminationTypeId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateTerminationType" short-description="Update TerminationType">
@@ -596,7 +596,7 @@
             <sequenced-id-to-env sequence-name="EmplPositionType" env-name="newEntity.emplPositionTypeId"/>
         </if-empty>        
         <field-to-result field-name="newEntity.emplPositionTypeId" result-name="emplPositionTypeId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateEmplPositionType" short-description="Update PositionType">
@@ -622,7 +622,7 @@
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <if-empty field="newEntity.fromDate"><now-timestamp-to-env env-name="newEntity.fromDate"/></if-empty>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         
         <if-not-empty field="parameters.rateAmount">
             <set-service-fields service-name="updateRateAmount" map-name="parameters" to-map-name="updRate"/>
@@ -644,7 +644,7 @@
         <make-value entity-name="AgreementEmploymentAppl" value-field="agreementEmploymentAppl"/>
         <set-pk-fields value-field="agreementEmploymentAppl" map="parameters"/>
         <set-nonpk-fields value-field="agreementEmploymentAppl" map="parameters"/>        
-        <create-value value-name="agreementEmploymentAppl"/>
+        <create-value value-field="agreementEmploymentAppl"/>
         <check-errors/>
     </simple-method>
     
@@ -662,7 +662,7 @@
         <make-value entity-name="EmplLeave" value-field="newEntity"/>
         <set-pk-fields value-field="newEntity" map="parameters"/>
         <set-nonpk-fields value-field="newEntity" map="parameters"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <check-errors/>
     </simple-method>
     
@@ -680,7 +680,7 @@
             <sequenced-id-to-env sequence-name="EmplLeaveType" env-name="newEntity.leaveTypeId"/>
         </if-empty>        
         <field-to-result field-name="newEntity.leaveTypeId" result-name="leaveTypeId"/>
-        <create-value value-name="newEntity"/>        
+        <create-value value-field="newEntity"/>        
     </simple-method>
     
     <simple-method method-name="updateEmplLeaveType" short-description="Update leaveType">

Modified: ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/techdata/RoutingSimpleServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/techdata/RoutingSimpleServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/techdata/RoutingSimpleServices.xml (original)
+++ ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/techdata/RoutingSimpleServices.xml Tue Dec 30 04:01:09 2008
@@ -44,7 +44,7 @@
                 <make-value value-field="newEntity" entity-name="TechDataCalendar"/>
                 <set-pk-fields map="parameters" value-field="newEntity"/>
                 <set-nonpk-fields map="parameters" value-field="newEntity"/>
-                <create-value value-name="newEntity"/>
+                <create-value value-field="newEntity"/>
             </else>
             </if-empty>
         </else>
@@ -103,7 +103,7 @@
             <make-value value-field="newEntity" entity-name="TechDataCalendarWeek"/>
             <set-pk-fields map="parameters" value-field="newEntity"/>
             <set-nonpk-fields map="parameters" value-field="newEntity"/>
-            <create-value value-name="newEntity"/>
+            <create-value value-field="newEntity"/>
         </else>
         </if-not-empty>
     </simple-method>
@@ -160,7 +160,7 @@
             <make-value value-field="newEntity" entity-name="TechDataCalendarExcDay"/>
             <set-pk-fields map="parameters" value-field="newEntity"/>
             <set-nonpk-fields map="parameters" value-field="newEntity"/>
-            <create-value value-name="newEntity"/>
+            <create-value value-field="newEntity"/>
         </else>
         </if-not-empty>
     </simple-method>
@@ -201,7 +201,7 @@
             <make-value value-field="newEntity" entity-name="TechDataCalendarExcWeek"/>
             <set-pk-fields map="parameters" value-field="newEntity"/>
             <set-nonpk-fields map="parameters" value-field="newEntity"/>
-            <create-value value-name="newEntity"/>
+            <create-value value-field="newEntity"/>
         </else>
         </if-not-empty>
     </simple-method>

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -31,7 +31,7 @@
         <!-- MarketingCampaign uses a sequenced id, so get the next one now and set it... -->        
         <sequenced-id-to-env sequence-name="MarketingCampaign" env-name="newEntity.marketingCampaignId"/>
         
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         
         <field-to-result field-name="newEntity.marketingCampaignId" result-name="marketingCampaignId"/>
     </simple-method>
@@ -65,7 +65,7 @@
         <!-- no non-pk fields in this entity, but there may be later... <set-nonpk-fields map="parameters" value-field="newEntity"/> -->
         <set-pk-fields map="parameters" value-field="newEntity"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="removePriceRuleFromMarketingCampaign" short-description="Remove PriceRule from MarketingCampaign">
         <check-permission permission="MARKETING" action="_DELETE"><fail-message message="Security Error: to run removePriceRuleFromMarketingCampaign you must have the MARKETING_DELETE or MARKETING_ADMIN permission"/></check-permission>
@@ -86,7 +86,7 @@
         <!-- no non-pk fields in this entity, but there may be later... <set-nonpk-fields map="parameters" value-field="newEntity"/> -->
         <set-pk-fields map="parameters" value-field="newEntity"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="removePromoFromMarketingCampaign" short-description="Remove Promo from MarketingCampaign">
         <check-permission permission="MARKETING" action="_DELETE"><fail-message message="Security Error: to run removePromoFromMarketingCampaign you must have the MARKETING_DELETE or MARKETING_ADMIN permission"/></check-permission>
@@ -107,7 +107,7 @@
         <!-- no non-pk fields in this entity, but there may be later... <set-nonpk-fields map="parameters" value-field="newEntity"/> -->
         <set-pk-fields map="parameters" value-field="newEntity"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="removeRoleFromMarketingCampaign" short-description="Remove Role from MarketingCampaign">
         <check-permission permission="MARKETING" action="_DELETE"><fail-message message="Security Error: to run removeRoleFromMarketingCampaign you must have the MARKETING_DELETE or MARKETING_ADMIN permission"/></check-permission>
@@ -139,7 +139,7 @@
         <make-value entity-name="MarketingCampaignRole" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         
     </simple-method>
     <simple-method method-name="updateMarketingCampaignRole" short-description="Update Add Role To MarketingCampaign">

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -34,7 +34,7 @@
         </if-empty>
         <field-to-result field-name="newEntity.contactListId" result-name="contactListId"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateContactList" short-description="Update an ContactList">
         <check-permission permission="MARKETING" action="_UPDATE"><fail-message message="Security Error: to run updateContactList you must have the MARKETING_UPDATE or MARKETING_ADMIN permission"/></check-permission>
@@ -109,7 +109,7 @@
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <if-empty field="newEntity.fromDate"><now-timestamp-to-env env-name="newEntity.fromDate"/></if-empty>
         
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         
         <set-service-fields service-name="createContactListPartyStatus" map-name="newEntity" to-map-name="createContactListPartyStatusMap"/>
         <call-service service-name="createContactListPartyStatus" in-map-name="createContactListPartyStatusMap"/>
@@ -216,7 +216,7 @@
         </else-if>
         </if>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
 
     <simple-method method-name="sendContactListPartyVerifyEmail" short-description="Send ContactListParty Verify Email">

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -33,7 +33,7 @@
         <field-to-result field-name="newEntity.segmentGroupId" result-name="segmentGroupId"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateSegmentGroup" short-description="updateSegmentGroup">
         <check-permission permission="MARKETING" action="_UPDATE">
@@ -63,7 +63,7 @@
         <make-value entity-name="SegmentGroupClassification" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>  
+        <create-value value-field="newEntity"/>  
     </simple-method>   
     <simple-method method-name="updateSegmentGroupClassification" short-description="update a SegmentGroupClassification">
         <check-permission permission="MARKETING" action="_UPDATE"><fail-property resource="MarketingUiLabels" property="SegmentGroupUpdateSegmentGroupClassificationPermissionError"/></check-permission>
@@ -86,7 +86,7 @@
         <make-value entity-name="SegmentGroupGeo" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>  
+        <create-value value-field="newEntity"/>  
     </simple-method>   
     <simple-method method-name="updateSegmentGroupGeo" short-description="update a SegmentGroupGeo">
         <check-permission permission="MARKETING" action="_UPDATE"><fail-property resource="MarketingUiLabels" property="SegmentGroupUpdateSegmentGroupGeoPermissionError"/></check-permission>
@@ -109,7 +109,7 @@
         <make-value entity-name="SegmentGroupRole" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>  
+        <create-value value-field="newEntity"/>  
     </simple-method>   
     <simple-method method-name="updateSegmentGroupRole" short-description="update a SegmentGroupRole">
         <check-permission permission="MARKETING" action="_UPDATE"><fail-property resource="MarketingUiLabels" property="SegmentGroupUpdateSegmentGroupRolePermissionError"/></check-permission>

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/tracking/TrackingCodeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/tracking/TrackingCodeServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/tracking/TrackingCodeServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/tracking/TrackingCodeServices.xml Tue Dec 30 04:01:09 2008
@@ -37,7 +37,7 @@
         <set from-field="userLogin.userLoginId" field="newEntity.lastModifiedByUserLogin"/>
         <set from-field="lastModifiedDate" field="newEntity.createdDate"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateTrackingCode" short-description="Update an TrackingCode">
         <check-permission permission="MARKETING" action="_UPDATE"><fail-message message="Security Error: to run updateTrackingCode you must have the MARKETING_UPDATE or MARKETING_ADMIN permission"/></check-permission>
@@ -79,7 +79,7 @@
         <!-- set the history/audit info -->
         <set from-field="nowStamp" field="newEntity.createdStamp"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateTrackingCodeType" short-description="Update an TrackingCodeType">
         <check-permission permission="MARKETING" action="_UPDATE"><fail-message message="Security Error: to run updateTrackingCodeType you must have the MARKETING_UPDATE or MARKETING_ADMIN permission"/></check-permission>
@@ -113,7 +113,7 @@
         <!-- set the history/audit info -->
         <set from-field="nowStamp" field="newEntity.createdStamp"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateTrackingCodeOrder" short-description="Update an TrackingCodeOrder">
         <now-timestamp-to-env env-name="nowStamp"/>
@@ -139,7 +139,7 @@
         <!-- set the history/audit info -->
         <set from-field="nowStamp" field="newEntity.createdStamp"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
         
     <simple-method method-name="createTrackingCodeOrderReturns" short-description="Create TrackingCodeOrderReturn for all the Return Items with Orders that have trackingCodeOrder entry">

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml Tue Dec 30 04:01:09 2008
@@ -104,7 +104,7 @@
             <set field="dataSource.dataSourceId" from-field="dataSourceId"/>
             <set field="dataSource.dataSourceTypeId" value="LEAD_SOURCE"/>
             <set field="dataSource.description" from-field="parameters.leadSource"/>
-            <create-value value-name="dataSource"/>
+            <create-value value-field="dataSource"/>
          
             <make-value entity-name="PartyDataSource" value-field="partyDataSource"/>
             <set field="partyDataSource.partyId" from-field="partyId"/>
@@ -112,7 +112,7 @@
             <now-timestamp-to-env env-name="nowTimestamp"/>
             <set field="partyDataSource.fromDate" from-field="nowTimestamp"/>
             <set field="partyDataSource.isCreate" value="Y"/>
-            <create-value value-name="partyDataSource"/>
+            <create-value value-field="partyDataSource"/>
         </if-not-empty>
         <field-to-result field-name="partyId"/>
         <field-to-result field-name="parameters.roleTypeId" result-name="roleTypeId"/>

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/opportunity/OpportunityServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/opportunity/OpportunityServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/opportunity/OpportunityServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/opportunity/OpportunityServices.xml Tue Dec 30 04:01:09 2008
@@ -30,7 +30,7 @@
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set from-field="userLogin.userLoginId" field="newEntity.createdByUserLogin"/>
         <field-to-result field-name="parameters.salesOpportunityId" result-name="salesOpportunityId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateOpportunity" short-description="Update an opportunity">
         <entity-one entity-name="SalesOpportunity" value-name="lookedUpValue"/>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml Tue Dec 30 04:01:09 2008
@@ -32,7 +32,7 @@
             <set field="orderItemAssoc.shipGroupSeqId" value="_NA_"/>
             <set field="orderItemAssoc.toShipGroupSeqId" value="_NA_"/>
             <set field="orderItemAssoc.orderItemAssocTypeId" value="PURCHASE_ORDER"/>
-            <create-value value-name="orderItemAssoc"/>
+            <create-value value-field="orderItemAssoc"/>
         </iterate>
     </simple-method>
     
@@ -45,7 +45,7 @@
             <set field="custRequestParty.partyId" from-field="oldCustRequestRole.partyId"/>
             <set field="custRequestParty.roleTypeId" from-field="oldCustRequestRole.roleTypeId"/>
             <set field="custRequestParty.fromDate" from-field="fromDate"/>
-            <create-value value-name="custRequestParty"/>
+            <create-value value-field="custRequestParty"/>
         </iterate>
     </simple-method>    
 </simple-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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -28,7 +28,7 @@
         <make-value value-field="newEntity" entity-name="CommunicationEventOrder"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>    
+        <create-value value-field="newEntity"/>    
     </simple-method>
     <simple-method method-name="removeCommunicationEventOrder" short-description="Remove a CommunicationEventOrder">
         <check-permission permission="ORDERMGR" action="_CREATE">

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -38,7 +38,7 @@
         <set field="salesForecast.modifiedByUserLoginId" from-field="userLogin.userLoginId"/>
 
         <!-- create the value -->
-        <create-value value-name="salesForecast"/>
+        <create-value value-field="salesForecast"/>
 
         <!-- save a copy to history -->
         <call-simple-method method-name="saveSalesForecastHistory"/>
@@ -79,7 +79,7 @@
         <set field="salesForecast.modifiedByUserLoginId" from-field="userLogin.userLoginId"/>
 
         <!-- create the value -->
-        <create-value value-name="salesForecastHistory"/>
+        <create-value value-field="salesForecastHistory"/>
     </simple-method>
     
     <!-- Sales Forecast Detail --> 
@@ -89,7 +89,7 @@
         <field-to-result field-name="newEntity.salesForecastDetailId" result-name="salesForecastDetailId"/>
         <set-pk-fields map="parameters" value-field="newEntity"/> 
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateSalesForecastDetail" short-description="Updates a sales forecast detail">
         <entity-one entity-name="SalesForecastDetail" value-name="lookedUpValue"/>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderDeliveryServices.xml Tue Dec 30 04:01:09 2008
@@ -42,7 +42,7 @@
         </else>
         </if-has-permission>
         
-        <create-value value-name="schedule"/>
+        <create-value value-field="schedule"/>
     </simple-method>
     <simple-method method-name="updateOrderDeliverySchedule" short-description="Updates an existing Purchase Order Schedule">
         <!-- Verify the user is allowed to edit the fields -->

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml Tue Dec 30 04:01:09 2008
@@ -126,7 +126,7 @@
         </if-empty>
         <set field="newEntity.createdBy" from-field="userLogin.userLoginId"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <set field="responseMessage" value="Return Request #${newEntity.returnId} was created successfully."/>
         <field-to-result field-name="responseMessage" result-name="successMessage"/>
     </simple-method>
@@ -401,7 +401,7 @@
         <set field="newEntity.statusId" value="RETURN_REQUESTED"/>  <!-- default status for new return items -->
         <field-to-result field-name="returnItemSeqId" map-name="newEntity" result-name="returnItemSeqId"/>
         <log level="info" message="Return Item Seq ID: ${newEntity.returnItemSeqId}"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <refresh-value value-name="newEntity"/>
 
         <if>
@@ -515,7 +515,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <sequenced-id-to-env sequence-name="ReturnAdjustment" env-name="newEntity.returnAdjustmentId"/>
         <field-to-result field-name="newEntity.returnAdjustmentId" result-name="returnAdjustmentId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <set field="responseMessage" value="Return Adjustment #${newEntity.returnAdjustmentId} was created successfully."/>
         <field-to-result field-name="responseMessage" result-name="successMessage"/>
     </simple-method>
@@ -572,7 +572,7 @@
                 
                 <now-timestamp-to-env env-name="newReturnStatus.statusDatetime"/>
                 
-                <create-value value-name="newReturnStatus"/>
+                <create-value value-field="newReturnStatus"/>
             </if-compare-field>
 
             <!-- update the returnItem with at least receivedQuantity, and also statusId if applicable -->
@@ -621,7 +621,7 @@
             
             <now-timestamp-to-env env-name="newValue.statusDatetime"/>
             
-            <create-value value-name="newValue"/>
+            <create-value value-field="newValue"/>
         </if-compare>
         
         <!-- return the current return header status -->
@@ -631,7 +631,7 @@
         <make-value value-field="newEntity" entity-name="ReturnItemResponse"/>
         <sequenced-id-to-env sequence-name="ReturnItemResponse" env-name="newEntity.returnItemResponseId"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="newEntity.returnItemResponseId" result-name="returnItemResponseId"/>
     </simple-method>
 
@@ -866,7 +866,7 @@
         <make-value entity-name="ReturnItemBilling" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
 
     <simple-method method-name="cancelReturnItems" short-description="Update a ReturnItems">
@@ -932,7 +932,7 @@
         <make-value value-field="newEntity" entity-name="ReturnItemShipment"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="getStatusItemsForReturn" short-description="Get the return status associated with customer vs. vendor return">

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -97,7 +97,7 @@
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateOrderShipment" short-description="Update OrderShipment">
         <set value="Update OrderShipment" field="operationName"/>
@@ -133,7 +133,7 @@
         <make-value value-field="newEntity" entity-name="OrderRequirementCommitment"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
 
     <simple-method method-name="createRequirementAndCommitment" short-description="create a requirement and commitment for it">
@@ -534,7 +534,7 @@
         <field-to-result field-name="newEntity.orderId" result-name="orderId"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateOrderHeader" short-description="Update OrderHeader">
         <set value="Update OrderHeader" field="operationName"/>
@@ -626,7 +626,7 @@
                     <set field="newOrderItem.statusId" value="ITEM_CREATED"/>
                 </if-empty>
                 <make-next-seq-id value-name="newOrderItem" seq-field-name="orderItemSeqId"/>
-                <create-value value-name="newOrderItem"/>
+                <create-value value-field="newOrderItem"/>
                 <!-- and the orderItemSeqId is assigned to the shopping cart item-->
                 <call-object-method obj-field-name="item" method-name="setOrderItemSeqId">
                     <field field-name="newOrderItem.orderItemSeqId" type="String"/>
@@ -782,7 +782,7 @@
         <check-errors/>
         <make-value value-field="newEntity" entity-name="OrderContactMech"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
 
     <simple-method method-name="removeOrderContactMech" short-description="Remove OrderContactMech">
@@ -815,7 +815,7 @@
         <set value="_NA_" set-if-empty="true" field="newEntity.orderItemSeqId"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateOrderTerm" short-description="Update OrderTerm">
         <check-permission permission="ORDERMGR" action="_DELETE">
@@ -894,7 +894,7 @@
             <set field="newEntity.changeUserLogin" from-field="userLogin.userLoginId"/>
         </if-empty>
         <sequenced-id-to-env sequence-name="OrderItemChange" env-name="newEntity.orderItemChangeId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="newEntity.orderItemChangeId" result-name="orderItemChangeId"/>                    
     </simple-method>    
 

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -105,7 +105,7 @@
         <field-to-result field-name="newEntity.quoteId" result-name="quoteId"/>
 
         <!-- finally create the record (should not exist already)-->
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
 
         <!-- If the logged in partyId that is creating the quote is not equal to the partyId
              then we associate it to the quote as the request taker.
@@ -244,12 +244,12 @@
         <if-empty field="partyRole.partyId">
             <make-value value-field="partyRole" entity-name="PartyRole"/>
             <set-pk-fields map="lookupPKMap" value-field="partyRole"/>
-            <create-value value-name="partyRole"/>
+            <create-value value-field="partyRole"/>
         </if-empty>
         <!-- create new entity and create all the fields -->
         <make-value value-field="newEntity" entity-name="QuoteRole"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <check-errors/>
     </simple-method>
 
@@ -338,7 +338,7 @@
         </if-empty>
         
         <!-- finally create the record (should not exist already)-->
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <check-errors/>
     </simple-method>
 
@@ -416,7 +416,7 @@
         <make-value value-field="newEntity" entity-name="QuoteAttribute"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <check-errors/>
     </simple-method>
 
@@ -455,7 +455,7 @@
         <make-value value-field="newEntity" entity-name="QuoteCoefficient"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <check-errors/>
     </simple-method>
 
@@ -524,8 +524,8 @@
         <set from-field="custRequest.productStoreId" field="newQuote.productStoreId"/>
         <set from-field="custRequest.salesChannelEnumId" field="newQuote.salesChannelEnumId"/>
         <set from-field="custRequestItem.story" field="newQuoteItem.comments"/>
-        <create-value value-name="newQuote"/>
-        <create-value value-name="newQuoteItem"/>
+        <create-value value-field="newQuote"/>
+        <create-value value-field="newQuoteItem"/>
         <!-- copy the roles from the request to the quote-->
         <make-value value-field="lookupRequestRole" entity-name="CustRequestParty"/>
         <set from-field="parameters.custRequestId" field="lookupRequestRole.custRequestId"/>
@@ -648,7 +648,7 @@
         <iterate list="adjustments" entry="adjustment">
             <set from-field="parameters.quoteId" field="adjustment.quoteId"/>
             <sequenced-id-to-env sequence-name="QuoteAdjustment" env-name="adjustment.quoteAdjustmentId"/>
-            <create-value value-name="adjustment"/>
+            <create-value value-field="adjustment"/>
         </iterate>
     </simple-method>
     <simple-method method-name="createQuoteAdjustment" short-description="Create a QuoteAdjustment">
@@ -666,7 +666,7 @@
         <set from-field="userLogin.userLoginId" field="newEntity.createdByUserLogin"/>
         <field-to-result field-name="quoteAdjustmentId" result-name="quoteAdjustmentId"/>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="removeQuoteAdjustment" short-description="Remove an existing QuoteAdjustment">
         <check-permission permission="ORDERMGR" action="_CREATE">
@@ -768,7 +768,7 @@
                 <iterate list="adjustments" entry="adjustment">
                     <set from-field="quote.quoteId" field="adjustment.quoteId"/>
                     <sequenced-id-to-env sequence-name="QuoteAdjustment" env-name="adjustment.quoteAdjustmentId"/>
-                    <create-value value-name="adjustment"/>
+                    <create-value value-field="adjustment"/>
                 </iterate>
             </then>
         </if>
@@ -874,7 +874,7 @@
         </if-not-empty>
         <if-empty field="quoteWorkEffort.quoteId">
             <set-nonpk-fields map="parameters" value-field="lookupMap"/>
-            <create-value value-name="lookupMap"/>
+            <create-value value-field="lookupMap"/>
             <field-to-result field-name="quoteId" map-name="lookupMap"/>
             <field-to-result field-name="workEffortId" map-name="lookupMap"/>
         </if-empty>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/request/CustRequestServices.xml Tue Dec 30 04:01:09 2008
@@ -69,7 +69,7 @@
         <sequenced-id-to-env sequence-name="CustRequest" env-name="custRequestId"/>
         <to-string field-name="custRequestId"/>
         <set from-field="custRequestId" field="newEntity.custRequestId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="custRequestId" map-name="newEntity"/>
 
         <!-- jacopoc: Commented out the following code because it is too specific and not valid as a
@@ -187,7 +187,7 @@
         <make-value value-field="newEntity" entity-name="CustRequestAttribute"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateCustRequestAttribute" short-description="Update Customer Request Attribute">
         <set from-field="parameters.custRequestId" field="lookupPKMap.custRequestId"/>
@@ -207,7 +207,7 @@
         <if-empty field="parameters.statusId">
             <set value="CRQ_SUBMITTED" field="newEntity.statusId"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="newEntity.custRequestId" result-name="custRequestId"/>
         <field-to-result field-name="newEntity.custRequestItemSeqId" result-name="custRequestItemSeqId"/>
     </simple-method>
@@ -226,7 +226,7 @@
         <if-empty field="partyRole.partyId">
             <make-value value-field="partyRole" entity-name="PartyRole"/>
             <set-pk-fields map="lookupPKMap" value-field="partyRole"/>
-            <create-value value-name="partyRole"/>
+            <create-value value-field="partyRole"/>
         </if-empty>
         <make-value value-field="newEntity" entity-name="CustRequestParty"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
@@ -234,7 +234,7 @@
         <if-empty field="newEntity.fromDate">
             <now-timestamp-to-env env-name="newEntity.fromDate"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateCustRequestParty" short-description="Update an existing CustRequestParty">
         <entity-one entity-name="CustRequestParty" value-name="lookedUpValue"/>
@@ -254,7 +254,7 @@
         <call-service service-name="createNote" in-map-name="newNoteMap">
             <result-to-field result-name="noteId" map-name="newEntity"/>
         </call-service>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="newEntity.noteId" result-name="noteId"/>
     </simple-method>
     <simple-method method-name="updateCustRequestNote" short-description="Update CustRequest Note">
@@ -273,7 +273,7 @@
         <call-service service-name="createNote" in-map-name="newNoteMap">
             <result-to-field result-name="noteId" map-name="newEntity"/>
         </call-service>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="newEntity.noteId" result-name="noteId"/>
     </simple-method>
 
@@ -395,7 +395,7 @@
             <now-timestamp-to-env env-name="nowTimestamp"/>
             <set from-field="nowTimestamp" field="newEntity.statusDatetime"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="newEntity.custRequestStatusId" result-name="custRequestStatusId"/>
     </simple-method>
 
@@ -481,7 +481,7 @@
             <set field="newEntity.fromDate" from-field="nowTimestamp"/>
         </if-empty>
         
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="deleteCustRequestContent" short-description="Remove a Customer Request Content">
         <entity-one entity-name="CustRequestContent" value-name="lookedUpValue"/>

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/requirement/RequirementServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/requirement/RequirementServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/requirement/RequirementServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/requirement/RequirementServices.xml Tue Dec 30 04:01:09 2008
@@ -31,7 +31,7 @@
         </if-empty>
         <now-timestamp-to-env env-name="nowTimestamp"/>
         <set from-field="nowTimestamp" field="newEntity.createdDate"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <field-to-result field-name="requirementId" result-name="requirementId"/>
     </simple-method>
 
@@ -56,13 +56,13 @@
         <make-value value-field="newEntity" entity-name="RequirementCustRequest"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
 	
     <simple-method method-name="addTaskToRequirement" short-description="Add a task to a requirement">
         <make-value value-field="newEntity" entity-name="WorkRequirementFulfillment"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
 
     <simple-method method-name="autoAssignRequirementToSupplier" short-description="If the requirement is a product requirement (purchasing) try to assign it to the primary supplier">
@@ -86,7 +86,7 @@
                     <set field="requirementSupplier.partyId" from-field="supplierProduct.partyId"/>
                     <set field="requirementSupplier.roleTypeId" value="SUPPLIER"/>
                     <now-timestamp-to-env env-name="requirementSupplier.fromDate"/>
-                    <create-value value-name="requirementSupplier"/>
+                    <create-value value-field="requirementSupplier"/>
                 </if-not-empty>
             </if-not-empty>
         </if-compare>
@@ -104,7 +104,7 @@
         <if-empty field="partyRole.partyId">
             <make-value value-field="partyRole" entity-name="PartyRole"/>
             <set-pk-fields map="lookupPKMap" value-field="partyRole"/>
-            <create-value value-name="partyRole"/>
+            <create-value value-field="partyRole"/>
         </if-empty>
         <!-- create new entity and create all the fields -->
         <make-value value-field="newEntity" entity-name="RequirementRole"/>
@@ -113,7 +113,7 @@
         <if-empty field="newEntity.fromDate">
             <now-timestamp-to-env env-name="newEntity.fromDate"/>
         </if-empty>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
         <check-errors/>
     </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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -66,7 +66,7 @@
 
         <sequenced-id-to-env sequence-name="ShoppingList" env-name="newEntity.shoppingListId"/>
         <field-to-result field-name="newEntity.shoppingListId" result-name="shoppingListId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
     <simple-method method-name="updateShoppingList" short-description="Update a ShoppingList">
@@ -130,7 +130,7 @@
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <field-to-result field-name="newEntity.shoppingListItemSeqId" result-name="shoppingListItemSeqId"/>
         <field-to-result field-name="newEntity.shoppingListId" result-name="shoppingListId"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
 
         <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/communication/CommunicationEventServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Tue Dec 30 04:01:09 2008
@@ -76,25 +76,25 @@
         </if-empty>
         
         <now-timestamp-to-env env-name="newEntity.entryDate"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
 
         <if-not-empty field="parameters.productId">
             <make-value value-field="eventProduct" entity-name="CommunicationEventProduct"/>
             <set from-field="parameters.productId" field="eventProduct.productId"/>
             <set from-field="newEntity.communicationEventId" field="eventProduct.communicationEventId"/>
-            <create-value value-name="eventProduct"/>
+            <create-value value-field="eventProduct"/>
         </if-not-empty>
         <if-not-empty field="parameters.orderId">
             <make-value value-field="eventOrder" entity-name="CommunicationEventOrder"/>
             <set from-field="parameters.orderId" field="eventOrder.orderId"/>
             <set from-field="newEntity.communicationEventId" field="eventOrder.communicationEventId"/>
-            <create-value value-name="eventOrder"/>
+            <create-value value-field="eventOrder"/>
         </if-not-empty>
         <if-not-empty field="parameters.custReqId">
             <make-value value-field="eventRequest" entity-name="CustRequestCommEvent"/>
             <set from-field="parameters.custReqId" field="eventRequest.custReqId"/>
             <set from-field="newEntity.communicationEventId" field="eventRequest.communicationEventId"/>
-            <create-value value-name="eventRequest"/>
+            <create-value value-field="eventRequest"/>
         </if-not-empty>
         
         <!-- partyIdTo role-->
@@ -260,7 +260,7 @@
         <make-value value-field="newEntity" entity-name="CommunicationEventPurpose"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>        
-        <create-value value-name="newEntity"/>    
+        <create-value value-field="newEntity"/>    
     </simple-method>
     <simple-method method-name="removeCommunicationEventPurpose" short-description="Remove a CommunicationEventPurpose">
         <entity-one entity-name="CommunicationEventPurpose" value-name="eventPurpose"/>        
@@ -284,7 +284,7 @@
             <if-empty field="newEntity.statusId">
                 <set field="newEntity.statusId" value="COM_ROLE_CREATED" />
             </if-empty>
-            <create-value value-name="newEntity" />
+            <create-value value-field="newEntity" />
         </if-empty>
     </simple-method>
     <simple-method method-name="updateCommunicationEventRole" short-description="Create a CommunicationEventRole">
@@ -426,7 +426,7 @@
     <simple-method method-name="createCustRequestCommEvent" short-description="Create CustRequestCommEvent" >
         <make-value value-field="newEntity" entity-name="CustRequestCommEvent"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>    
+        <create-value value-field="newEntity"/>    
     </simple-method>
 
     <simple-method method-name="setCommunicationEventStatus" short-description="Set The Communication Event Status">

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -29,7 +29,7 @@
             </else>
         </if-empty>
         <set-nonpk-fields map="parameters" value-field="newValue"/>
-        <create-value value-name="newValue"/>
+        <create-value value-field="newValue"/>
         <field-to-result map-name="newValue" field-name="contactMechId"/>
         <field-to-request map-name="newValue" field-name="contactMechId"/>
         <log level="info" message="Contact mech created with id ${newValue.contactMechId}"/>     
@@ -107,7 +107,7 @@
             <result-to-field result-name="contactMechId" map-name="newValue"/>
         </call-service>
         <set-nonpk-fields map="parameters" value-field="newValue"/>
-        <create-value value-name="newValue"/>   
+        <create-value value-field="newValue"/>   
         <field-to-result map-name="newValue" field-name="contactMechId"/>
         <field-to-request map-name="newValue" field-name="contactMechId"/>             
     </simple-method>
@@ -141,7 +141,7 @@
                 <default-message resource="PartyUiLabels" property="PartyPostalAddressSuccessfullyUpdated"/>
                 <result-to-field result-name="contactMechId" map-name="newValue"/>
             </call-service>
-            <create-value value-name="newValue"/>
+            <create-value value-field="newValue"/>
             <else>
                 <set field="context.contactMechId" from-field="parameters.contactMechId"/>
                 <call-service service-name="updateContactMech" in-map-name="context">
@@ -150,7 +150,7 @@
                 </call-service>
                 <if-compare-field to-field="newValue.contactMechId" field="oldValue.contactMechId" operator="not-equals">
                     <log level="info" message="Postal address need updating, contact mech changed"/>
-                    <create-value value-name="newValue"/>
+                    <create-value value-field="newValue"/>
                     <else>
                         <log level="info" message="Postal address unchanged"/>
                     </else>
@@ -170,7 +170,7 @@
             <result-to-field result-name="contactMechId" map-name="newValue"/>
         </call-service>
         <set-nonpk-fields map="parameters" value-field="newValue"/>
-        <create-value value-name="newValue"/>   
+        <create-value value-field="newValue"/>   
         <field-to-result map-name="newValue" field-name="contactMechId"/>
         <field-to-request map-name="newValue" field-name="contactMechId"/>             
     </simple-method>
@@ -188,7 +188,7 @@
                 <default-message resource="PartyUiLabels" property="PartyTelecomNumberSuccessfullyUpdated"/>
                 <result-to-field result-name="contactMechId" map-name="newValue"/>
             </call-service>
-            <create-value value-name="newValue"/>
+            <create-value value-field="newValue"/>
             <else>
                 <set field="context.contactMechId" from-field="parameters.contactMechId"/>
                 <call-service service-name="updateContactMech" in-map-name="context">
@@ -197,7 +197,7 @@
                 </call-service>
                 <if-compare-field to-field="newValue.contactMechId" field="oldValue.contactMechId" operator="not-equals">
                     <log level="info" message="Telecom Number need updating, contact mech changed"/>
-                    <create-value value-name="newValue"/>
+                    <create-value value-field="newValue"/>
                     <else>
                         <log level="info" message="Telecom Number unchanged"/>
                     </else>
@@ -236,7 +236,7 @@
        <check-errors/>
        <make-value value-field="newEntity" entity-name="ContactMechLink"/>
        <set-pk-fields map="parameters" value-field="newEntity"/>
-       <create-value value-name="newEntity"/>
+       <create-value value-field="newEntity"/>
    </simple-method>
    <simple-method method-name="deleteContactMechLink" short-description="Delete a link between two ContactMechs">
        <!--TODO: need security check of some sort? -->
@@ -252,7 +252,7 @@
         <make-value value-field="newEntity" entity-name="ContactMechAttribute"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateContactMechAttribute" short-description="updateContactMechAttribute">
         <entity-one entity-name="ContactMechAttribute" value-name="lookedUpValue"/>

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml Tue Dec 30 04:01:09 2008
@@ -65,7 +65,7 @@
         <field-to-request field-name="contactMechId" map-name="newValue"/>
         <set-nonpk-fields map="parameters" value-field="newValue"/>
         <now-timestamp-to-env env-name="newValue.fromDate"/>
-        <create-value value-name="newValue"/>
+        <create-value value-field="newValue"/>
     </simple-method>
     
     <simple-method method-name="updatePartyContactMech" short-description="Update a PartyContactMech">
@@ -106,7 +106,7 @@
         <now-timestamp-to-env env-name="partyContactMech.thruDate"/>
 
         <store-value value-name="partyContactMech"/>
-        <create-value value-name="newPartyContactMech"/>
+        <create-value value-field="newPartyContactMech"/>
         
         <if-compare-field to-field="newPartyContactMech.contactMechId" field="parameters.contactMechId" operator="not-equals">
             <get-related value-name="partyContactMech" relation-name="PartyContactMechPurpose" list-name="partyContactMechPurposes"/>   
@@ -122,7 +122,7 @@
                 <find-by-and entity-name="PartyContactMechPurpose" list-name="purposeResult" map-name="purposeMap"/>
                     
                 <if-empty field="purposeResult">
-                    <create-value value-name="partyContactMechPurpose"/>
+                    <create-value value-field="partyContactMechPurpose"/>
                 </if-empty>
             </iterate>
         </if-compare-field>

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/content/PartyContentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/content/PartyContentServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/content/PartyContentServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/content/PartyContentServices.xml Tue Dec 30 04:01:09 2008
@@ -31,7 +31,7 @@
             <set field="partyContent.fromDate" from-field="nowTimestamp"/>
         </if-empty>
 
-        <create-value value-name="partyContent"/>
+        <create-value value-field="partyContent"/>
     </simple-method>
 
     <simple-method method-name="updatePartyContent" short-description="Update Party Content Entity">

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/customer/CustomerEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/customer/CustomerEvents.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/customer/CustomerEvents.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/customer/CustomerEvents.xml Tue Dec 30 04:01:09 2008
@@ -276,7 +276,7 @@
         <set field="mobilePhoneContext.partyId" from-field="tempMap.partyId" />
         <set field="emailContext.partyId" from-field="tempMap.partyId" />
 
-        <create-value value-name="partyDataSource"/>
+        <create-value value-field="partyDataSource"/>
         <call-service service-name="createPartyRole" in-map-name="partyRoleContext"/>
 
         <!-- shipping address -->

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -35,7 +35,7 @@
         <now-timestamp-to-env env-name="nowTimestamp"/>
         <set from-field="nowTimestamp" field="newEntity.lastInviteDate"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updatePartyInvitation" short-description="Update a PartyInvitation">
         <entity-one entity-name="PartyInvitation" value-name="lookedUpValue"/>
@@ -55,7 +55,7 @@
     <simple-method method-name="createPartyInvitationGroupAssoc" short-description="Create a PartyInvitationGroupAssoc">
         <make-value entity-name="PartyInvitationGroupAssoc" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>        
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="deletePartyInvitationGroupAssoc" short-description="Remove a PartyInvitationGroupAssoc">
         <entity-one entity-name="PartyInvitationGroupAssoc" value-name="lookedUpValue"/>
@@ -64,7 +64,7 @@
     <simple-method method-name="createPartyInvitationRoleAssoc" short-description="Create a PartyInvitationRoleAssoc">
         <make-value entity-name="PartyInvitationRoleAssoc" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>        
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="deletePartyInvitationRoleAssoc" short-description="Remove a PartyInvitationRoleAssoc">
         <entity-one entity-name="PartyInvitationRoleAssoc" value-name="lookedUpValue"/>

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -26,7 +26,7 @@
         <if-empty field="partyRole">
             <make-value entity-name="PartyRole" value-field="newEntity"/>
             <set-pk-fields map="parameters" value-field="newEntity"/>
-            <create-value value-name="newEntity"/>  
+            <create-value value-field="newEntity"/>  
         </if-empty>
     </simple-method>
     <simple-method method-name="deletePartyRole" short-description="Delete a  PartyRole">
@@ -53,7 +53,7 @@
                     <condition><if-compare-field field="partyGroup.groupName" to-field="parameters.groupName" operator="not-equals"/></condition>
                     <then>
                         <set-nonpk-fields value-field="partyNameHistory" map="partyGroup"/>
-                        <create-value value-name="partyNameHistory"/>
+                        <create-value value-field="partyNameHistory"/>
                     </then>
                 </if>
             </then>
@@ -81,7 +81,7 @@
                         </condition>
                         <then>
                             <set-nonpk-fields value-field="partyNameHistory" map="person"/>
-                            <create-value value-name="partyNameHistory"/>
+                            <create-value value-field="partyNameHistory"/>
                         </then>
                     </if>
                 </then>
@@ -176,7 +176,7 @@
     <simple-method method-name="createPostalAddressBoundary" short-description="Create Postal Address Boundary">
         <make-value entity-name="PostalAddressBoundary" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="deletePostalAddressBoundary" short-description="Delete a  Postal Address Boundary">
         <entity-one entity-name="PostalAddressBoundary" value-name="postalAddressBoundary"/>
@@ -199,7 +199,7 @@
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <if-empty field="newEntity.fromDate"><now-timestamp-to-env env-name="newEntity.fromDate"/></if-empty>        
-        <create-value value-name="newEntity"/>  
+        <create-value value-field="newEntity"/>  
     </simple-method>   
     <simple-method method-name="updatePartyClassification" short-description="update a PartyClassification">
         <entity-one entity-name="PartyClassification" value-name="lookedUpValue"/>
@@ -218,7 +218,7 @@
         <field-to-result field-name="newEntity.partyClassificationGroupId" result-name="partyClassificationGroupId"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
         <log level="verbose" message="newEntity:${newEntity}" />
-        <create-value value-name="newEntity"/>  
+        <create-value value-field="newEntity"/>  
     </simple-method>   
     <simple-method method-name="updatePartyClassificationGroup" short-description="update a PartyClassificationGroup">
         <entity-one entity-name="PartyClassificationGroup" value-name="lookedUpValue"/>
@@ -235,7 +235,7 @@
         <make-value value-field="newEntity" entity-name="Vendor"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateVendor" short-description="updateVendor">
         <entity-one entity-name="Vendor" value-name="lookedUpValue"/>
@@ -252,7 +252,7 @@
         <make-value value-field="newEntity" entity-name="PartyAttribute"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updatePartyAttribute" short-description="updatePartyAttribute">
         <entity-one entity-name="PartyAttribute" value-name="lookedUpValue"/>
@@ -275,7 +275,7 @@
         <if-empty field="partyProfileDefault">
             <make-value value-field="partyProfileDefault" entity-name="PartyProfileDefault"/>
             <set-pk-fields value-field="partyProfileDefault" map="parameters"/>
-            <create-value value-name="partyProfileDefault"/>
+            <create-value value-field="partyProfileDefault"/>
         </if-empty>
 
         <!-- update the fields -->
@@ -741,7 +741,7 @@
         <make-value entity-name="AddressMatchMap" value-field="newEntity"/>
         <set-pk-fields map="parameters" value-field="newEntity"/>
         <set-nonpk-fields map="parameters" value-field="newEntity"/>
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="deleteAddressMatchMap" short-description="remove a AddressMatchMap">
         <make-value entity-name="AddressMatchMap" value-field="fieldMap"/>
@@ -777,7 +777,7 @@
             <make-value value-field="newEntity" entity-name="PartyRelationship"/>
             <set-pk-fields map="parameters" value-field="newEntity"/>
             <set-nonpk-fields map="parameters" value-field="newEntity"/>
-            <create-value value-name="newEntity"/>
+            <create-value value-field="newEntity"/>
         </if-empty>
     </simple-method>
     <simple-method method-name="updatePartyRelationship" short-description="updatePartyRelationship">
@@ -804,7 +804,7 @@
             <now-timestamp-to-env env-name="nowTimeStamp"/>
             <set field="newEntity.fromDate" from-field="nowTimeStamp"/>
         </if-empty>        
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     
      <simple-method method-name="updatePartyCarrierAccount" short-description="Update a PartyCarrierAccount">        

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml Tue Dec 30 04:01:09 2008
@@ -317,11 +317,11 @@
 
             <!-- create the UserLogin manually to get around ordering and security constraints in the service -->
             <set field="newUserLogin.partyId" from-field="tempMap.partyId" />
-            <create-value value-name="newUserLogin"/>
+            <create-value value-field="newUserLogin"/>
             <set-current-user-login value-name="newUserLogin"/>
         </if-not-empty>
 
-        <create-value value-name="partyDataSource"/>
+        <create-value value-field="partyDataSource"/>
         <call-service service-name="createPartyRole" in-map-name="partyRoleContext"/>
         
         <!-- shipping address -->

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/UpgradeServices.xml Tue Dec 30 04:01:09 2008
@@ -38,10 +38,10 @@
                 <make-value entity-name="PartyRole" value-field="partyRole"/>
                 <set field="partyRole.partyId" from-field="facilityParty.partyId"/>
                 <set field="partyRole.roleTypeId" from-field="facilityParty.roleTypeId"/>
-                <create-value value-name="partyRole"/>
+                <create-value value-field="partyRole"/>
                 <check-errors/>
             </if-empty>
-            <create-value value-name="facilityParty"/>
+            <create-value value-field="facilityParty"/>
         </iterate>
     </simple-method>
     

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=730108&r1=730107&r2=730108&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 04:01:09 2008
@@ -34,7 +34,7 @@
         </if-empty>
         <field-to-result field-name="newEntity.prodCatalogId" result-name="prodCatalogId"/> 
                
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateProdCatalog" short-description="Update an ProdCatalog">
         <entity-one entity-name="ProdCatalog"  value-name="prodCatalog"/>
@@ -63,7 +63,7 @@
             <set from-field="nowTimestamp" field="newEntity.fromDate"/>
         </if-empty>
         
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateProductCategoryToProdCatalog" short-description="Remove ContactMech From ProdCatalog">
 
@@ -91,7 +91,7 @@
             <now-timestamp-to-env env-name="newEntity.fromDate"/>
         </if-empty>
         
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
     </simple-method>
     <simple-method method-name="updateProdCatalogToParty" short-description="Update ProdCatalog To Party">
         <make-value value-field="lookupPKMap" entity-name="ProdCatalogRole"/>

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryContentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryContentServices.xml?rev=730108&r1=730107&r2=730108&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryContentServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryContentServices.xml Tue Dec 30 04:01:09 2008
@@ -31,7 +31,7 @@
             <set field="newEntity.fromDate" from-field="nowTimestamp" />
         </if-empty>
 
-        <create-value value-name="newEntity"/>
+        <create-value value-field="newEntity"/>
 
         <set-service-fields service-name="updateContent" map-name="parameters" to-map-name="updateContent"/>
         <call-service service-name="updateContent" in-map-name="updateContent"/>