microsoft office project 2007

N

Nancy

I have created a project template using microsoft office project 2007 .How
can I get unique id or serverprojetguid for the all project created using my
template ?
I am getting the same serverprojetguid (using vb.net ADDIn) for the all
projects created with the template. Please help me how to uniquely identify
the projects.

Thanks in advance
 
D

Dharmesh Patel

I think not, when the project is saved the GUID would change and become
unique with no reference to the template - sorry.
 
A

Assaf

Hi Nancy,
I don't know of template details for project in the server
A way for you to manage the templates for projects, from this point on, is
saving the template name in a project custom field and working against this
field.

Since you are using a vb.net addin, you can use the Template property of the
Project object (http://msdn.microsoft.com/en-us/library/bb209439.aspx) to get
the temlate name, store it and access it later using PSI calls.

HTH
 

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