Creating a project automatically

  • Thread starter Varuni Jayamaha
  • Start date
V

Varuni Jayamaha

Hi,

Is there any way I can automatically create a project (based on a template)
within project server and then assign a user id to it? Basically I want a
user event to trigger the creation of a new project in ProjectServer, which
they can access and download using webaccess. Is this possible?

many thanks
Varuni
 
D

Deepu Chacko

U can use the Add method of Projects class to create a project. The Add
method has Template as one of its parameters.
Application.Projects.Add Template:=<templatename>

o What do u mean when u said that after creating the projects u want to
assign a user id to it.

Let me know if it helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top