Hi Deepak,
Even though I have written below code also giving same problem

<set field="tempFinAccountId" from-field="newEntity.finAccountId"/>             
        
<entity-one entity-name="FinAccount" value-field="finAccount">
    <field-map field-name="finAccountId"
from-field="newEntity.finAccountId"/>
</entity-one>
<if>
  <condition>
       <if-compare field="finAccount.finAccountId" operator="equals"
value="tempFinAccountId"/>
   </condition>
    <then>
          <set field="createAcctgTransEntryParams.glAccountId"
from-field="finAccount.postToGlAccountId"/>
     </then>
</if>

Reagards,
Prasanthi
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Not-able-to-navigate-to-a-screen-tp2221044p2222532.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to