PS.StageCustomField object (ps.js)

Office 2013 and later

Represents a custom field for a project stage.

Last modified: February 12, 2013

Applies to: Project Professional 2013 | Project Server 2013

PS.StageCustomField

Methods

The StageCustomField object has the following methods.

Method

Description

deleteObject

initPropertiesFromJson

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

Properties

The StageCustomField object has the following properties.

Property

Description

id

name

readOnly

required

stage

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/Stages('stageid')/CustomFields('fieldid')

HTTP requests

This resource supports the following HTTP commands:

POST syntax

POST http://<sitecollection>/<site>/_api/ProjectServer/Stages('stageid')/CustomFields('fieldid')
Show: