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.