Hi Prasanthi,

If its an error in the service then you can verify it in server logs.

--
Thanks & Regards
Atul Vani
Jr. Software Developer
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com/


prasanthi_ofbiz wrote:
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

Reply via email to