Tagged Questions

1
vote
1answer
259 views

How do I get the Resource Usage view using the PSI 2007

Please excuse me if I use incorrect terms or concepts. Seems I am in the mist of a crash course on MS Project, Project Server, and the PSI... Project Professional provides the Resource Usage view ...
1
vote
3answers
555 views

MS Project 2010 PSI: Is there a way to get custom field values without loading a project?

I am trying to locate a particular project by a custom field value. So far, this is the best way I've found to do it: var targetProjectId = "some_external_reference_ID"; var projIdCustomFieldUid = ...
1
vote
1answer
407 views

Reading actual work via PSI web services (Project Server 2007)

I want to read the approved actual work via the Project Server Interface (PSI) on a Project Server 2007 I stumbled upon the ReadStatusTimephasedData function on the PSIStatusing namespace. This does ...
0
votes
0answers
23 views

How to create project issue in Project Workspace programmatically?

I would like to be able to create project issue automatically. The aim is to create new issue based on received email. I looked at ProjectWSSInfoDataSet, which is supposed to have reference to issue ...
0
votes
0answers
17 views

AutoCheckOut Project when Approve an ApprovalTask In Project Server 2010

I need To AutocheckOut the project for the logged in user when I approve an approval Task In Project Server 2010 Workflow
0
votes
1answer
106 views

Retrieving Enterprise Project Types using Project Server Interface

I am currently building an app to programatically create projects in Microsoft Project Server using the web services exposed through the Project Server Interface (PSI). I am able to create a project ...
0
votes
0answers
57 views

PSI Saving Same Day Task as Milestone

I am working on a custom integration with Project Server. Everything is working fine except for tasks that start and stop on the same day. I have two examples that seem to be in conflict: Example 1: ...
0
votes
0answers
263 views

Reading all actual work for a project via PSI (Project Server 2010)

I need to read ActualWork and Work via PSI for a certain project. A little background: I'm working on a webpart that will display a chart representing Work vs Actual Work for a project. The webpart ...
0
votes
1answer
241 views

How to set multiple project owners in MS ProjectServer

I'm trying to configure a owner-like user in MS ProjectServer (2003). Though I can grant every permission to the user, for certain services (via PSI), like Statusing.ReadStatusTimephasedData, it seems ...
0
votes
1answer
162 views

Using PSI Filter objects from Python

I'm working with SharePoint and ProjectServer 2007 via PSI with Python. I can't find any documentation on how Filter Class (Microsoft.Office.Project.Server.Library) objects work internally to emulate ...
0
votes
1answer
182 views

Retrieve resource working hours from Project Server via PSI

I'm working with SharePoint and ProjectServer 2007 via PSI. I need to retrieve the working hours of an employee in a project during a date range but I can't find a way to do it. The closest data I've ...
0
votes
1answer
148 views

If I only know a project's name how do I get its GUID?

The PSI has various methods such as ReadProject that only take a project GUID and not its name. If I only have a project's name, how do I retrieve its GUID for use in other PSI methods?
0
votes
1answer
301 views

How to know if a project is checked out or checked in from PSI?

How to know if a project is checked out or checked in from PSI?
0
votes
1answer
683 views

MS Project Server 2007 : Programmatically toggle Task Alerts for Project Resources

I'm getting into SDK documentation, but this site has so many eyes and great answers I figure I'd throw this one out there to get some leads. In project Server 2007, you can manage whether or not ...