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.

Reply via email to