Workspace URL

  • Thread starter Asaf Shamay - Matan Consulting
  • Start date
A

Asaf Shamay - Matan Consulting

Hello,

I would like to insert the worksapce URL of each project at the project
server into a custom project field, regardless if there is a site.
Actualy, the value that exists at the tools> options> colaborate

Any idea?

thanks
 
J

Jack Dahlgren

ActiveProject.ServerURL will return the URL for the Server. If there is a
workspace for the project, you need to append the project name. If there is
no workspace then what good is the URL?

If you want more data, explore the
ActiveProject.GetWinProjURLs
method.

You will have to figure out how to parse the XML and put it into your custom
field though..

-Jack Dahlgren
 
M

Mike Glen

Hi ,Asaf

Try posting on the microsoft.public.project.server newsgroup (forum).
Please see FAQ Item: 24. Project Newsgroups. FAQs, companion products and
other useful Project information can be seen at this web address:
http://project.mvps.org/faqs.htm

Mike Glen
Project MVP
 
Top