Microsoft Project Server 2013 offers flexible solutions for project portfolio management (PPM) and everyday work, enabling you to effectively execute and achieve strategic priorities.
Questions tagged [ms-project-server-2013]
101 questions
1
vote
1 answer
Dynamically Loading Project Online Properties via CSOM
I'm looking at trying to load our projects from project online into a .NET application, while i can load the projects one thing i'm having trouble with is loading all the columns i would like. I know i can specify the columns i want to load using…

Gary.Townsend
- 75
- 1
- 9
1
vote
2 answers
How to authenticate to Project Online PSI services?
I have the MS Project Online account at sharepoint.com and I need to authenticate from client C# code to PSI services to get list of projects.
Server has Forms based authentication. I am trying to login via next code:
SvcLoginForms.LoginForms…

asolovyov
- 903
- 1
- 10
- 21
1
vote
0 answers
Project Server 2013 - Update Task using REST ODATA
I wanted to update Project 'Task' metadata (for example the 'PercentComplete') from my own website. This update needs to be over HTTP as I am outside of hosted sharepoint server.
READ the property of Task using GET URL works: …

Me.Need.Know
- 11
- 4
1
vote
1 answer
How to determine resource work availability in PSI
I am using PSI interface of MS Project Server 2013 via Microsoft.SharePoint.Client context.
I need to get number or hours available for specific resource in specific date.
For example, Resource1 has current max units 100%. I set 8h work day, and it…

asolovyov
- 903
- 1
- 10
- 21
1
vote
0 answers
Project Server 2013 File Save Without Prompt
I’m trying to save a file that I previously opened on Project Server 2013. The only updates I’ve made to the files is to set the status date and move unfinished tasks. I’m running the file in excel VBA. I can share the complete set of code but I do…

Jack Flint
- 21
- 3
1
vote
0 answers
How to get projects from MS Project Server 2013 using a jersey client
I'm trying to access from a j2ee application the REST api of MS Project Server 2013 which is part of Microsoft Project Online.
The url is https://myCompany.sharepoint.com/sites/pwa/_api/ProjectServer/Projects
I use the following code:
String url =…

jkonst
- 433
- 6
- 20
1
vote
2 answers
How to add project baseline cost in Project server 2013 web app site?
I have installed MS Project server 2013 and integrated with SharePoint 2013
I created project web app site, and created Enterprise projects
When I click on my project and select task cost view
the baseline cost is grayed out and can not be entered…

MJ X
- 8,506
- 12
- 74
- 99
1
vote
1 answer
MS Project Server 2013 for development purposes
I have a j2ee application and I need to send GET REST queries in MS Project Server REST api to synchronize projects and tasks of my application.
Is there a quick way to test this case like a Microsoft online test environment with sample data? Do I…

jkonst
- 433
- 6
- 20
1
vote
1 answer
Customizing Risk Form in Project Server 2013
I have created some custom columns for the Risk List. I am able to add these column to the default view but When I click on the New Item Link in the Project Risks, I am still getting some unwanted default columns. For the Form that loads on Clicking…

Sherry
- 11
- 1
1
vote
1 answer
Setting project server 2013 task level custom fields
I am trying to set the value of a task level custom field using CSOM and I am running into a problem when there is no existing value and therefore no custom field object.
I have created three Task entity custom fields by going to Server Settings ->…

Wizgod
- 91
- 10
1
vote
1 answer
ProjectServer 2013 REST API - Creating Tasks
I'm playing with ProjectOnline and trying to use REST APIs to create projects and tasks etc. I have managed to add a project using following REST call
https://.sharepoint.com/sites/pwa/_api/ProjectServer/Projects/Add
However when I try to…

Thushara
- 91
- 1
- 6
1
vote
3 answers
Updating Task level custom fields
Using CSOM I can see how to use the SetCustomFieldValue method to update custom fields associated to a Project, but is it not possible to do this for a task within Project Online? I don't see anything that would allow this but it does list in the…

user3666151
- 31
- 5
1
vote
1 answer
Difference Between Id and UID in MS Project
i am new to microsoft project.i have to develop an app in another platform.i have many sample MS-project xml files.in all the files ID and UID value of Tasks is same.i want to know is there any sceario exist in which value of ID node will be…

mathlearner
- 7,509
- 31
- 126
- 189
1
vote
1 answer
Consume ProjectData from Project Server 2013 Workflow - Forbidden
I need to consume data from http://project/pwa/_api/ProjectData Project OData service from Project Server 2013 Workflow.
But I got "Forbidden" Response Code.
User have all rights (Administrator, Site Collection Administrator).
Consuming other…

Nikolay Zainchkovskiy
- 474
- 1
- 4
- 12
1
vote
1 answer
Get ProjectServer Installed version using PSI
How do I get the version of the currently installed Project Server in C# using PSI (ProjectServer Interface)?
I looked around the ProjectServer (bad) api documentation and couldn't find a property or method that returns the version.

dburner
- 1,007
- 7
- 22