Hi Vani,
Yeah I implemented the same its creating accounting translation
but its now redirecting to the EditTrasaction Screen.
In the controller i have given the response map to Edit Accoutning
Transaction screen.
Original Code:
<request-map uri="createFinAccountTrans">
<security https="true" auth="true"/>
<event type="service" path="" invoke="createFinAccountTrans"/>
<response name="success" type="view" value="EditFinAccountTrans"/>
<response name="error" type="view" value="EditFinAccountTrans"/>
</request-map>
My Code:
<request-map uri="createFinAccountTrans">
<security https="true" auth="true"/>
<event type="service" path="" invoke="createFinAccountTrans"/>
<response name="success" type="view" value="EditAcctgTrans"/>
<response name="error" type="view" value="EditAcctgTrans"/>
</request-map>
Instead of representing EditFinAccountTrans screen I have given the
EditAcctgTrans Screen
Please help me
Thanks & Regards,
Prasanthi
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2197643.html
Sent from the OFBiz - User mailing list archive at Nabble.com.