PS.WorkflowDesignerFieldCollection object (ps.js)

Represents a filtered collection of enterprise project custom fields that can be used in a workflow designer.

Applies to: Project Professional 2013 | Project Server 2013

In this article

Members
REST resource endpoint

PS.WorkflowDesignerFieldCollection

The custom field types are represented as SharePoint SPFieldType values, rather than Project Server 2013 custom field types. The workflow designer field collection includes only enterprise custom fields for project entities.

Members

Methods

The WorkflowDesignerFieldCollection object has the following methods.

Method

Description

getById

Gets a workflow designer field based on its ID.

itemAt

Properties

The WorkflowDesignerFieldCollection object has the following properties.

Property

Description

childItemType

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

item

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/WorkflowDesigner/Fields

HTTP requests

This resource supports the following HTTP commands:

GET syntax

GET http://<sitecollection>/<site>/_api/ProjectServer/WorkflowDesigner/Fields

See also

Reference

Microsoft.ProjectServer.Client.WorkflowDesignerFieldCollection