project 2007 time Sheet

  • Thread starter Danny When I try to install from office
  • Start date
D

Danny When I try to install from office

Hi,
I need help/direction about :
Is there a way to add a new line to time sheet that will show hours from
Other SQL Table. ?
I need it for adding a line (to all projects using project server 2007)
To the time sheet that for every day will show the actual hours (that the
user entered) And below will show the total hours from external source (like
clock data) ?
(the external hours will be import to sql datatable)
Thanks
 
R

Ray McCoppin

You can do this thru the PSI. In the SDK you will find information on how to
call the PSI. Look at using the Timesheet web service, there are a number
of methods that will let you programatically change timesheets.

Hope this helps
 
D

Danny When I try to install from office

Hi,
Since I'm a beginner can you please give me some more details
About PSI and SDK (this is a part of visual studio 2003 ?)
Thanks a lot,
Danny
 
G

Grant 702

Hi Danny

The PSI is a set of web services that can be developed against using either
Visual Studio.Net 2003 or 2005. It preferrable that you use the 2005 version
as the SDK sample apps are written in c# .net version 2.0. Working with the
PSI assumes a resaonable understanding of C# and working with web services.
It is not easy to work extensively with the PSI at the present due to the
lack of examples available in the community. There is a substantial
complexity in managing your requirements against the way the PSI web services
are structured. Hope that provides some clarity for you.
 
D

Danny When I try to install from office

Thanks

Grant 702 said:
Hi Danny

The PSI is a set of web services that can be developed against using either
Visual Studio.Net 2003 or 2005. It preferrable that you use the 2005 version
as the SDK sample apps are written in c# .net version 2.0. Working with the
PSI assumes a resaonable understanding of C# and working with web services.
It is not easy to work extensively with the PSI at the present due to the
lack of examples available in the community. There is a substantial
complexity in managing your requirements against the way the PSI web services
are structured. Hope that provides some clarity for you.
 

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