Project::QueueUpdateProjectImpacts method

Office 2013 and later

Updates the project impact data, for portfolio analysis.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

No code example is currently available or this language may not be supported.

Parameters

jobUid
Type: System.Guid

The GUID of the queue job.

sessionUid
Type: System.Guid

The GUID of the session in which the queue job is submitted.

projectImpactDataSet
Type: WebSvcProject.ProjectImpactDataSet

Contains the project impact data.

Inserts an update project impact values message into the Project Server queue. QueueUpdateProjectImpacts is a new method in Project Server 2013.

Project Server Permissions

Permission

Description

SaveProject

Allows a user to save the specified project. Category permission.

EditProjectProperties

Allows a user to edit project custom fields, the project name, and the project owner for specified projects.

If the user does not have both permissions, Project Server issues a GeneralSecurityAccessDenied error.

Show: