Thanks

--------------------------------------------------
From: <[email protected]>
Sent: Friday, May 14, 2010 1:12 PM
To: <[email protected]>
Subject: Re: calling multiple services in ofbiz

> Thanks
> 
> --------------------------------------------------
> From: "prasanthi_ofbiz" <[email protected]>
> Sent: Friday, May 14, 2010 1:06 PM
> To: <[email protected]>
> Subject: Re: calling multiple services in ofbiz
> 
>> 
>> Hi Vani,
>> Inside the EditAcctgTrans there was some conditions for displaying the forms
>> like
>> 1.<not><if-empty field="acctgTransId"/></not>
>> 2.  <if-compare field="acctgTrans.isPosted" operator="equals"  value="Y"/>
>> 
>>       I have one double like while calling 2nd service from the 1st service
>> i have written code like
>>         <make-value entity-name="AcctgTrans" value-field="newEntity1"/>
>>        <sequenced-id sequence-name="AcctgTrans"
>> field="newEntity1.acctgTransId"/>        
>>            <set from-field="newEntity1.acctgTransId"
>> field="createAcctgTransParams.acctgTransId"/>
>>            <now-timestamp field="createAcctgTransParams.transactionDate"/>
>>            <set value="N" field="createAcctgTransParams.isPosted"/>
>>            <set value="D" field="createAcctgTransParams.debitCreditFlag"/>
>>            <set value="RECEIPT"
>> field="createAcctgTransParams.acctgTransTypeId"/>
>>            <set value="ACTUAL"
>> field="createAcctgTransParams.glFiscalTypeId"/>   
>>        <call-service service-name="createAcctgTrans" 
>> in-map-name="createAcctgTransParams" include-user-login="true"/>
>> 
>> I think its not able to carry out the acctgTransId and isPosted to the
>> screen thatsy empty screen is coming
>> -- 
>> View this message in context: 
>> http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216113.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>> 

Reply via email to