Re: Entity ChildWorkEffort

2020-12-20 Thread Schumann Ye
be properly mapped from the view. In case anyone is also struggling in similar situations... HIH Mvh Schumann From: Schumann Ye Sent: Thursday, December 17, 2020 5:11 PM To: user@ofbiz.apache.org Subject: Re: Entity ChildWorkEffort Hey Jason, That is the answer I need

Re: Entity ChildWorkEffort

2020-12-17 Thread Schumann Ye
Hey Jason, That is the answer I need. Many thanks for your help. Have a nice day. Get Outlook for Android<https://aka.ms/ghei36> From: Jason RJ Sent: Thursday, December 17, 2020 5:08:02 PM To: user@ofbiz.apache.org Subject: Re: Entity ChildWorkEffor

Re: Entity ChildWorkEffort

2020-12-17 Thread Jason RJ
Child" automatically    String title = modelRelation.getTitle();    if (curModelEntity.getEntityName().equals(relatedEnt.getEntityName()) && "Parent".equals(title)) {    title = "Child";    } Hope that helps, Jason On 17/12/2020 06:10, Schumann Ye wrote: D

Entity ChildWorkEffort

2020-12-16 Thread Schumann Ye
Dear all, Does anyone have any idea where the Entity ChildWorkEffort comes from ( in what xml file it is defined ). This question came across to me when I checked the file ProductionRun.java with the codes as follows: productionRunRoutingTasks = productionRun.getRelated("ChildWorkE