Urgent please. Ofbiz hang while loadAll CleanAll

2022-05-13 Thread Emad Radwan
Hello Community, With a fresh install and while running ‘gradlew cleanAll loadAll’ the process hangs at the following message. I dropped the DB, re-created it, and started the process a few times with the same error. Appreciate your help, please. Regards, Emad 2022-05-13 12:41:48,322 |main

Re: Help needed - Ofbiz Find from list

2022-05-13 Thread Nicolas Malin
Hello Avijit, My correction in line On 13/05/2022 04:42, Avijit Bose wrote: > Hello, > > First: I have a list in the groovy file which as follows: > > EntityCondition condition1 = EntityCondition.makeCondition( > EntityCondition.makeCondition("customerTypeId",

Re: Confused about Customer request Item table and product price relation

2022-05-13 Thread Nicolas Malin
Hello Emad, You you initialize your CustRequest, You have the functional context to resolve the product price use (invoice, order, quote). So propage your unit price on the custRequestItem. Nicolas On 10/05/2022 22:24, Emad Radwan wrote: > Hello Community, > > I need help, please. CustRequestIt

Re: Urgent please. Ofbiz hang while loadAll CleanAll

2022-05-13 Thread Nicolas Malin
Emad, It's really hard to help you with few information. Give me your framework/entity/config/entityengine.xml (without password) and all log return by ofbiz after the cmd ./gradlew loadAll Thanks, Nicolas On 13/05/2022 12:56, Emad Radwan wrote: > Hello Community, > > With a fresh install and wh

Re: Ofbiz FIND Constraints

2022-05-13 Thread Nicolas Malin
  And your target return on form with performFind like applications/order/widget/ordermgr/FieldLookupForms.xml#ListLookupOrderHeader Nicolas On 13/05/2022 06:27, Avijit Bose wrote: > Hello, > > Presently I am using FIND as mentioned below: > ---

Re: Ofbiz FIND Constraints

2022-05-13 Thread Avijit Bose
Dear Sir, It worked. Thank you very much. Have a nice day. regards Avijit On Fri, May 13, 2022 at 5:31 PM Nicolas Malin wrote: > > target="FindDomesticCustomers"> > > > > > And your target return on form with performFind like > applications/order/widget/ordermgr/FieldLookupForms.xml#