D
Daniel Lee
Hello :
I need to develop project web application as below requirement.
1. The web application could create a new project by specific project
template.
I complete the job by PDS function as below.
<Request>
<ProjectCreate>
<AutoPublish></AutoPublish>
<Project>
<ProjectName></ProjectName>
<StartDate></StartDate>
<TemplateID></TemplateID>
<TemplateName></TemplateName>
-- Other project details --
</Project>
</ProjectCreate>
</Request>
Now my problem is that the ProjectCreate method will copy project template
owner as the new created project owner. I would like to change the new
project owner from code as soon as the new project was created by template.
How could i do it?
This moment I only could change the project owner from PWA administration
function.
I found one asp program of PWA as below:
"http://localhost/ProjectServer/Views/ProjectDetailsView.asp"
execute the project owner change function but I could not figure out how to
change the project owner from code.
Any comment will be very appreciated.
Best Regards,
Daniel Lee
I need to develop project web application as below requirement.
1. The web application could create a new project by specific project
template.
I complete the job by PDS function as below.
<Request>
<ProjectCreate>
<AutoPublish></AutoPublish>
<Project>
<ProjectName></ProjectName>
<StartDate></StartDate>
<TemplateID></TemplateID>
<TemplateName></TemplateName>
-- Other project details --
</Project>
</ProjectCreate>
</Request>
Now my problem is that the ProjectCreate method will copy project template
owner as the new created project owner. I would like to change the new
project owner from code as soon as the new project was created by template.
How could i do it?
This moment I only could change the project owner from PWA administration
function.
I found one asp program of PWA as below:
"http://localhost/ProjectServer/Views/ProjectDetailsView.asp"
execute the project owner change function but I could not figure out how to
change the project owner from code.
Any comment will be very appreciated.
Best Regards,
Daniel Lee