Re: Referencing form field from different table

2022-05-25 Thread Avijit Bose
Dear Sir, I got the column value from entityB in the list which was referring entityA. thank you Avijit On Tue, May 24, 2022 at 6:21 AM Avijit Bose wrote: > Dear Sir, > > No. It did not got me the desired result. The drop down remains blank. > Probably because I have to search

Re: Calling java class from groovy error

2022-05-25 Thread Avijit Bose
Sir, FYI to all... description="${groovy:com.akm.exim.events.DataUtils.getcompanyName(customerId);}" - Pls note that the letter 'c' in 'getcompanyName' was in lowercase as shown above in the description field. But the same

Service Logs

2022-05-25 Thread Emad Radwan
Hello Community, While visiting the following function from WebTools I always find the ‘Service Name’ column empty; Is that by design or there’s a way to make it visible? On the other hand, and by searching other users’ emails on similar subjects I found a discussion about ‘Service Call Stack’

Re: Calling java class from groovy error

2022-05-25 Thread Daniel Watford
Hi Avijit, Please could you follow up with an explanation of what the cause of the problem was and how you solved it. Doing so will add to the ofbiz knowledge pool and will help others who might have similar issues in the future. Thanks, Dan. On Wed, 25 May 2022 at 14:30, Avijit Bose wrote:

Get Delegator

2022-05-25 Thread Avijit Bose
Dear Sir, I have a java class... --- public class DataUtils { public static final String module = DataUtils.class.getName(); public static String getCompanyName(String customerId) { Debug.logInfo("===customerId=", customerId); return customerId; }

Re: Calling java class from groovy error

2022-05-25 Thread Avijit Bose
Dear Sir I got this. thank you On Wed, May 25, 2022 at 4:17 PM Avijit Bose wrote: > > Hello, > > My java class file... > --- > public class DataUtils { > > public static final String module = DataUtils.class.getName(); > > public static String getCompanyName(String format) { >

Calling java class from groovy error

2022-05-25 Thread Avijit Bose
Hello, My java class file... --- public class DataUtils { public static final String module = DataUtils.class.getName(); public static String getCompanyName(String format) { Debug.logInfo("===format=", format); return format; } -- I am

how forms are working in ofbiz

2022-05-25 Thread Mahi maheshwari
Hi, I want to understand how Forms are working in ofbiz. I want to know the flow from where services, service methods, and controllers are getting called or any java methods/functions. It would be helpful if anyone gave some examples for the *"create product"* form and I even wanted to ask how