Resource

The Resource class represents the information about a human, capital or production resource that can be assigned to a task. The constructors are not accessible from scripts.

Fields

Field

Type

Description

resourceId

integer

Read only. An internal integer value assigned to each resource, unique in each document.

name

string

The full name of the resource.

units

number

A floating point value indication the amount of time the resource is used on the resource. For example a value of 0.5 for a resource with an 8 hour work day only works 4 hours per day on the project. Can be greater than 1.0 to represent multiple equivalent resources; e.g., β€œtechnical writing staff.” Defaults to 1.0.

abbreviation

string

An abbreviation for the resource used to reduce display size.

utilization

number

Same as units. Deprecated β€” may be removed in a future release.

calendar

The calendar being used by this resource. Defaults to the standard calendar.

Last updated