Questions tagged [ms-project-server-2013]

Microsoft Project Server 2013 offers flexible solutions for project portfolio management (PPM) and everyday work, enabling you to effectively execute and achieve strategic priorities.

101 questions
0
votes
1 answer

How to send email in Project Event Handler onPublishing every time publish job failed?

i have made event handler to cancel project being published when the project has no baseline. I have to notify the owner of project every time it happen. What code that I need to make it send email every time the publish job failed? Thx for…
Kelly
  • 55
  • 1
  • 1
  • 4
0
votes
1 answer

Project Server Application Service missing from Services List

I've installed Sharepoint and Project Server 2013. I do not see Project Server Application Service on the Service list. How do I fix that?
Kyle
  • 915
  • 8
  • 18
  • 34
0
votes
1 answer

Project Server service application missing

I just installed SharePoint and Project Server. When I run configuration wizard to configure service applications, I do not find "Project Server" service application in the list. What could be the reason for that?
Frank Martin
  • 3,147
  • 16
  • 52
  • 73
0
votes
1 answer

Project Server 2013 Queue Issue

I have a code to assign users to task based on their role in the Project Server Resource Center. The custom fields which are used are a Task Level "Task_Role" Field and Resource Level "Res_Role" Field. I am comparing the values in the both fields…
0
votes
1 answer

change project 2013 task parent programmatically

How can I change task parent in Project Server 2013 via client object model? I can achieve this in Project 2013 Professional. In DraftTask class "Parent" property is read only. Thank you!
0
votes
1 answer

Can I sync a Sharepoint 2013 List with Project Server 2013 List? C# or JavaScript API?

If this is possible, where is the best way? Creating a SharePoint project or app? Thanks for help-me!
0
votes
1 answer

Workflow approval task is not listed in 'Project Server Workflow Tasks' list.

I have created a custom approval workflow in project server 2013. When the project reaches to its approval point. The approval item is not visible in the 'Project Server Workflow Tasks' list. But when I go to Project Center-> Select Project->…
Joshi
  • 51
  • 6
0
votes
1 answer

Sharepoint/Project Server 2013 Walkthrough: Create a SharePoint-hosted Project Server app

when I follow http://msdn.microsoft.com/en-us/library/office/jj873844.aspx and publish (with F5) my app and function is called: function getAssignments() { assignments = PS.EnterpriseResource.getSelf(projContext).get_assignments(); …
Jan Wilczak
  • 89
  • 1
  • 4
-1
votes
1 answer

How to set task level custom field value using jsom in project server 2013 ?

Is there a way to set a task level custom field value programmatically using jsom in Project Server 2013? Please advise.
-1
votes
2 answers

Lookup two Display Names using the same Table on 1 unique assignment in SQL Tables

I am trying to write a query where two different UIDs need to lookup a Resource Name for both, but separately. In other words, for each Task, there are resources assigned and one status manager. This converts in SQl to an Assignment, unique to a…
abauman
  • 96
  • 6
-2
votes
1 answer

How to access Enterprise Custom Lookup Fields of Project Server 2013 in project site

I am running project server 2013 on SharePoint and I want to access enterprise lookup fields in project site. E.g in subsite I want to know project name, customer name and all other fields which I created in PDP in main pwa 2013. How to access…
1 2 3 4 5 6
7