Hi Vani,
          In case of create Accounting transaction also we are navigating to
the EditAcctgTrans screen only. Below mentioned the  request-map detils
<request-map uri="createAcctgTrans">
        <security https="true" auth="true"/>
        <event type="service" invoke="createAcctgTrans"/>
        <response name="success" type="view" value="EditAcctgTrans"/>
        <response name="error" type="view" value="NewAcctgTrans"/>
</request-map>
and the view-map is    
 <view-map name="EditAcctgTrans" type="screen"
page="component://accounting/widget/GlScreens.xml#EditAcctgTrans"/>

So as I mentioned  same in the  createFinAccountTrans request-map, it should
show the EditAcctgTrans Screen. 
Regards,
Prasanthi
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216104.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to