Hello Jacques, That was very helpful and it did works! One more thing please. As a lazy person - :) - would it be possible to find somehow while in Eclipse any logs for the execution workflow sequence for the different XML configuration files that Aditya mentioned? I assume not as XML isn't real code but who knows.
Thanks. On Tue, Oct 27, 2020 at 12:41 PM Jacques Le Roux < [email protected]> wrote: > Hi Emad, > > Here you go for Eclipse: > https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse > > HTH > > Jacques > > Le 27/10/2020 à 10:49, Emad Radwan a écrit : > > Hello Aditya, > > > > Thanks for your time. Actually I needed someone to guide me to the last > step you mentioned which is the PartyService.Java as I went thru the > available documentation and execution workflows starting from the URL up to > the forms and services but was missing that one. This leads us to another > related issue please that's if you know a good tutorial to show how to > debug the code in Eclipse or Idea as from a programmer point of view this > is the best way I know to trace program execution and understand what is > being done where. > > > > Regards, > > > > Emad > > > > On 2020/10/27 05:59:03, Aditya Sharma <[email protected]> wrote: > >> Hi Edmad, > >> > >> Here is how you can trace out the flow based on the request > >> > >> controller request > >> > https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml#L511 > >> > >> view mapping > >> > https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml#L1415 > >> > >> Screen & Forms > >> > https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/widget/partymgr/PartyScreens.xml#L25 > >> > https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/groovyScripts/party/FindParty.groovy > >> > https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/widget/partymgr/PartyForms.xml#L131 > >> > >> performFindParty service which returns the results based upon the > parameters > >> > https://github.com/apache/ofbiz-framework/blob/trunk/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyServices.java#L1519 > >> > >> HTH > >> > >> Thanks and regards, > >> Aditya Sharma > >> > >> On Sun, Oct 25, 2020 at 4:46 PM Emad Radwan <[email protected]> > wrote: > >> > >>> Hi There, > >>> > >>> While testing the Parties module I noticed that default find party > results > >>> - returned records - are not all there in the database, this is while I > >>> didn't specify any parameters. What are the logic behind this and > where its > >>> configured. > >>> > >>> Regards, > >>> > >>> Emad. > >>> >
