Help needed - Ofbiz Find from list

2022-05-12 Thread Avijit Bose
Hello, First: I have a list in the groovy file which as follows: EntityCondition condition1 = EntityCondition.makeCondition( EntityCondition.makeCondition("customerTypeId", "Domestic") ) List domesticCustomerList = from("AkmCustomer").where(condition1).queryLis

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",