Questions tagged [ms-project-server-2010]

Microsoft Project Server - Project management system

Microsoft Project Server is a server based product from Microsoft for enterprise project management. It includes scheduling, resource management, task management, risk management, issue tracking, reporting, budget tracking and much more.

69 questions
0
votes
1 answer

Get enumeration value of a custom field via PSI

I'm looking for a way to retreive enumeration value stored in an MS Project custom field. I've been able to use C# and MS Project PSI to retrive values of base type ProjectDataSet.TaskCustomFieldsRow, but when I read data from a custom field which…
svz
  • 4,516
  • 11
  • 40
  • 66
0
votes
1 answer

Get sub projects Project Server Interface

Is it possible to retrieve list of subprojects using PSI (project server interface)? I found Relations datatable in ProjectDataSet but it is always empty. Maybe there is an easier way to get guids of subprojects than using PSI?
0
votes
1 answer

Enterprise custom field value using SharePoint API

Is it possible to get project's enterprise custom field value using SharePoint 2010 API?
0
votes
1 answer

How do you sort MS project subtasks by date

I created a MS project WBS with a number of Main tasks and a lists of sub tasks listed under each main task, these sub task may be carried out by a different user than who looks over th main task, hence may have different start and end dates. I want…
Sinnerv
  • 263
  • 2
  • 6
  • 17
0
votes
2 answers

structure of database of Ms project server 2010

I am working on a project of interaction between Ms project server 2010 And Google aps what i had to do is : every time you add a task on Ms project server and you assign to someone ( by adding his resource to the task) ... the task should appear…
user2746896
  • 27
  • 2
  • 7
0
votes
1 answer

Issues and Risk with Unique IDs Project Server 2010

What is the best approach to generate unique IDs for Issues and Risks in Project Server 2010? I need them available in SharePoint and Project Server Reporting Database? They should be available in database because I have to create a report in SSRS…
0
votes
2 answers

task taking longer then weekly working days

I have a suppliers that work only Monday, Tuesday, Wednesday. I configured the ms project calender to be Monday, Tuesday and Wednesday . Now when I make a short tasks it splits the task between weeks . But if I make a 5 days task that start on…
alex
  • 916
  • 4
  • 12
  • 26
0
votes
1 answer

PS2010 - PSI - How can I retrieve a filtered list of projects from PSI?

How can I retrieve a filtered list of projects via PSI ? I have tried via the Project web service and the ReadProjectStatus method, but there's no filtering feature in there. There's also the ProjectGetProjectCenterProjectsForGridJson method in the…
Quentin V
  • 1
  • 1
0
votes
1 answer

Filter Resource Availability using URL parameter

I am using project server2010. I have list of Resource Name and their GUID in hand. I want to display each Resourcename as a link in my webpage. When we click on a resourcename , it will take you to resource availability page. There I want to…
John Supakin
  • 141
  • 5
  • 14
0
votes
1 answer

How to Edit Custom Fields of Project Server 2010 Pragmatically

Hello I want to Edit Custom Fields of Project Server 2010 Pragmatically but i don't know where i doing wrong. Following is the code, Kindly Help me in this regard ProjectSoapClient projectSvc = new ProjectSoapClient(); …
0
votes
1 answer

How to create hierarchy of projects in MS Project Server PWA?

I need to create a hierarchy of projects as well as projects access rights within MS-PWA. the idea is to have a "Corporate Project" , of which underneath it resides our R&D, Finance, Marketing projects. Restricitions off course should apply per…
Saariko
  • 1,703
  • 4
  • 26
  • 46
0
votes
1 answer

Project Server 2010 Project Notes field

In Project Server 2010, there is a "Notes" field at the level of the project (different than the one at the level of the task). This field can be added to the Project Details Page but remains disabled. Can anyone tell me please how this field gets…
Moe
  • 13
  • 3
0
votes
2 answers

Running jQuery in Project Details Page

I am trying to limit the length of the "Project Notes" Custom Field in Project Details Page (PDP) using Project Server 2010. I am using the following jQuery in a Content Editor Web Part added to the PDP:
Moe
  • 13
  • 3
0
votes
1 answer

Project Server 2010 Event Handler

I am working on OnPublished event handler that will update one custom field of a project based on change in another field. I am getting an error Event Handler for event \ProjectPublished\ of type…
sid1385
  • 65
  • 2
  • 13
0
votes
1 answer

Upgrade from Project Server 2007 to Project Server 2010

I am learning Project Server 2010 these days and want to know if I had to upgrade from an existing Project Server 2007 to 2010 version, how many days can it take? Isn't it a day or at max 2 days job considering the following: Current Project Server…
Ali
  • 1,801
  • 6
  • 43
  • 58