How to retrieve data from different entities and display in one form and then use a common update to update the data in different entities
Posted by
Ritesh K Kaushik on
Dec 07, 2011; 10:52am
URL: http://ofbiz.116.s1.nabble.com/How-to-retrieve-data-from-different-entities-and-display-in-one-form-and-then-use-a-common-update-tos-tp4168528.html
Ofbiz uses different update buttons to update data in various entities. My requirement is to have a common update button to update data all the different entities. i.e. getting the function of different update button in one button ( i.e. invoking one service which internally invokes multiple services.)
Any help is appreciated ..