S
Stephan Steiner
Hi
I'm creating projects from templates via ProjectCreate. My templates
contain a bunch of tasks with enterprise fields. When I open the newly
created project in the project client, all the tasks are there just as
they should be. However, none of the tasks has any enterprise field
set. When I create a project form a template in the project client,
then the project contains all the enterprise fields. Now I'm wondering,
isn't a ProjectCreate supposed to take everything from the template if
you specify a valid project template in the ProjectCreate call,
including task enterprise fields?
But when I look at the stored procedure I believe to be responsible for
creating a project from a template
(MSP_PDS_SP_ProjectCreateFromTemplate), I don't see any EF stuff in
there whatsoever, be it project EFs, resource EFs or task EFs. Am I
right to assume that I either have to hack this SP (with whatever
unintended consequences such a rather dangerous operation has), or
write my own SP to copy all EFs for the project, all resources and all
tasks belonging to the project?
Regards
Stephan
I'm creating projects from templates via ProjectCreate. My templates
contain a bunch of tasks with enterprise fields. When I open the newly
created project in the project client, all the tasks are there just as
they should be. However, none of the tasks has any enterprise field
set. When I create a project form a template in the project client,
then the project contains all the enterprise fields. Now I'm wondering,
isn't a ProjectCreate supposed to take everything from the template if
you specify a valid project template in the ProjectCreate call,
including task enterprise fields?
But when I look at the stored procedure I believe to be responsible for
creating a project from a template
(MSP_PDS_SP_ProjectCreateFromTemplate), I don't see any EF stuff in
there whatsoever, be it project EFs, resource EFs or task EFs. Am I
right to assume that I either have to hack this SP (with whatever
unintended consequences such a rather dangerous operation has), or
write my own SP to copy all EFs for the project, all resources and all
tasks belonging to the project?
Regards
Stephan