Call another component's request-map

2020-10-27 Thread Daors
Hello good people of OFBiz hope you're all doing good I just wanted to know if there is possible to call another components request map from another component f.e I'm in Account - AR and want to add a button to create a new customer there so to redirect me to the create customer screen. Is ther

Re: Call another component's request-map

2020-10-27 Thread Aditya Sharma
Hi Daors, You can use the controlPath attribute in ofbizUrl macro like this: <@ofbizUrl controlPath="/partymgr/control">viewprofile?partyId=${invoice.invoiceRolePartyId} HTH Thanks and Regards, Aditya Sharma On Tue, Oct 27, 2020 at 2:48 PM Daors wrote: > Hello good people of OFBiz hope you'r

Re: How Default 'Find' works

2020-10-27 Thread Emad Radwan
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 t

Re: Call another component's request-map

2020-10-27 Thread Daors Islami
Hello Aditya, thank you for your response Where exactly I need to put this piece of code because right now I need a button to include into my screen and for the button to show up, I have to add the link tag like this: Sorry maybe I didn't get quite right your answer, can you guide me with this.

Re: Call another component's request-map

2020-10-27 Thread Deepak Dixit
Hi Daors, Please check the url-mode attribute of link tag. Kind Regards, Deepak Dixit DIRECTOR OF PRODUCT ENGINEERING mobile: +91 9826754548 email: deepak.di...@hotwax.co *www.hotwax.co * On Tue, Oct 27, 2020 at 3:26 PM Daors Islami wrote: > Hello Aditya, thank you

Re: OFBiz as OMS Session: Pre-Orders and its Management

2020-10-27 Thread Suraj Khurana
Thanks for the update Devanshu. Looking forward to it. -- Best Regards, Suraj Khurana Senior Technical Consultant On Mon, Oct 26, 2020 at 5:03 PM Devanshu Vyas wrote: > Hello, > > In continuation of our ongoing discussion on OFBiz as an open-source OMS, > we are organizing a series of videos

Re: Call another component's request-map

2020-10-27 Thread Aditya Sharma
My bad. I suggested for ftl. Thanks Deepak for correcting me! Thanks and Regards, Aditya Sharma On Tue, Oct 27, 2020 at 3:28 PM Deepak Dixit wrote: > Hi Daors, > > Please check the url-mode attribute of link tag. > > text="${uiLabelMap.CommonViewCalendar}" url-mode="inter-app"> > > > Kind Rega

Re: How Default 'Find' works

2020-10-27 Thread Jacques Le Roux
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

Re: Can't enter state/province for first customer

2020-10-27 Thread dimonic
I thought I had subscribed to the *user mailing list* (note the lack of abbreviations in my typing - you used them with a new user who might not have been able to figure out what you were talking about). I signed up for something. I responded to the e-mail sent to me that should authorise me. I th

Re: How to Configure Ofbiz SSL

2020-10-27 Thread dimonic
Jacques Le Roux wrote > Short answer: preferably look at letsencrypt for a free certificate (must > be renewed every 3 months but there are tools for that) > > For instance for the trunk demo we use > >   ## SSL directives >   SSLEngine on >   SSLCertificateFile > "/etc/letsencrypt/live/ofbiz-

Re: How Default 'Find' works

2020-10-27 Thread Emad Radwan
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 c

Re: Can't enter state/province for first customer

2020-10-27 Thread Jacques Le Roux
Hi Dimonic, Inline... Le 26/10/2020 à 14:16, dimonic a écrit : I thought I had subscribed to the *user mailing list* (note the lack of abbreviations in my typing - you used them with a new user who might not have been able to figure out what you were talking about). We think the link http://o

Re: How Default 'Find' works

2020-10-27 Thread Jacques Le Roux
Actually I don't know any other way but what Aditya mentioned If you want some logs, look at runtime\logs into your local copy HTH Le 27/10/2020 à 12:27, Emad Radwan a écrit : Hello Jacques, That was very helpful and it did works! One more thing please. As a lazy person - :) - would it be pos

Re: How to Configure Ofbiz SSL

2020-10-27 Thread Jacques Le Roux
Le 25/10/2020 à 14:36, dimonic a écrit : Jacques Le Roux wrote Short answer: preferably look at letsencrypt for a free certificate (must be renewed every 3 months but there are tools for that) For instance for the trunk demo we use   ## SSL directives   SSLEngine on   SSLCertificateFile

Re: How to Configure Ofbiz SSL

2020-10-27 Thread Dominic Amann
Yes, I did stumble upon that documentation eventually. It seems (as usual) that google is a better way to search than a site's own index/search. I think the main problem I encountered (re: docs) is that there appear to be 3 sets of documentation out there, with things pertaining to different aspect