Hello Prasanthi, Good to hear that you have done with your issue, but I suggest you to create practice application first. That will help you in learning basic concept. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World...)<http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+%28Hello+World...%29>
-- Arpit Singh Pandya Enterprise Software Developer Direct : +91-982-693-2255 On Wed, May 19, 2010 at 6:31 PM, prasanthi_ofbiz < [email protected]> wrote: > > Hi Deepak, > Thanks for u r reply. I have written the below code now its working fine. > > <entity-condition entity-name="FinAccount" list="finAccountList"> > <condition-expr field-name="finAccountId" > from-field="newEntity.finAccountId"/> > </entity-condition> > <iterate entry="finAccount" list="finAccountList"> > <set field="createAcctgTransEntryParams.glAccountId" > from-field="finAccount.postToGlAccountId"/> > <set field="createAcctgTransEntryParams.currencyUomId" > from-field="finAccount.currencyUomId"/> > <set field="createAcctgTransEntryParams.origCurrencyUomId" > from-field="finAccount.currencyUomId"/> > </iterate> > Regards, > Prasanthi > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Not-able-to-navigate-to-a-screen-tp2221044p2222787.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >
