Sorry about my new bee question. I am not sure if I am in the right place. When I look at Ofbiz doc I se many examples like the link below. https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginnersDevelopmentGuide-WritingCRUDOperations for example: <service name="createExample" default-entity-name="Example" engine="entity-auto" invoke="create" auth="true"> <description>Create a Example</description> <permission-service service-name="exampleGenericPermission" main-action="CREATE"/> <auto-attributes include="pk" mode="OUT" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> <override name="exampleTypeId" optional="false"/> <override name="statusId" optional="false"/> <override name="exampleName" optional="false"/> </service>
How can I create service that read from several table ? Is there a service already implemented in the ofbiz I can use for this purpose ? And how do I send user credentials from a form then used that to fetch the records created for example in the product table ? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Is-this-forum-only-for-experienced-Ofbizers-tp4671812.html Sent from the OFBiz - User mailing list archive at Nabble.com.
