PS.StageDetailPageCreationInformation object (ps.js)

Provides information for the creation of a project detail page (PDP) for a workflow stage.

Applies to: Project Professional 2013 | Project Server 2013

var object = new PS.StageDetailPageCreationInformation()

Remarks

For a list of workflow stages in Project Web App, see https://ServerName/ProjectServerName/Admin/WorkflowStages.aspx. When you create a workflow stage in Project Web App, some fields in the stage creation page represent properties of the StageDetailPageCreationInformation object. Other fields on the page represent members of the StageCustomField object and the StageCustomFieldCreationInformation object.

Members

Methods

The StageDetailPageCreationInformation object has the following methods.

Method

Description

initPropertiesFromJson

This member is reserved for internal use and is not intended to be used directly from your code.

writeToXml

This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The StageDetailPageCreationInformation object has the following properties.

Property

Description

description

id

position

requiresAttention

typeId

This member is reserved for internal use and is not intended to be used directly from your code.

See also

Reference

Microsoft.ProjectServer.Client.StageDetailPageCreationInformation