Please use rather user ML for such questions, see why here :
http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:[email protected]
Moreover you should get more answers there
Thanks
Jacques
From: "tiffanymlk" <[email protected]>
Hi,
I would like to programmatically add the same phases whenever a project is
created. Has anyone every tried to do such a thing?
I inserted the following code in the 'createProject' method of the
ProjectServices.xml files.
<if-empty field="parameters.templateId">
<set field="createProjectPhase.workEffortName" value="Phase1"/>
<set field="createProjectPhase.workEffortParentId"
from-field="parameters.projectId"/>
<call-simple-method method-name="createProjectPhase"/>
</if-empty>
Any help would be much appreciated, thanks
steph.
--
View this message in context:
http://n4.nabble.com/Programmatically-create-phases-tp1697334p1697334.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.