PPResource Object

Applies to QAComplete 14.3, last modified on February 19, 2024

The PPResource object stores information on a resource (a user) used to complete tasks in a project plan. The ProjectPlan.Resources property of a project plan contains a list of PPResource objects that store information on resources allocated for the plan.

To work with plan resources, you need a user account that belongs to a security group that has the Read, Add, and Update privileges for Project Plan Maintenance (Project Manager).

Properties

UserId  :  integer

The ID of the resource assigned to the project plan.

PersonName  :  string (max 100 chars)

The name of the resource (user) assigned to the project plan, in the Last name, First name format.

StandardRate  :  decimal

Resource cost per hour.

Example

XML

<PPResource>
  <UserId>24667</UserId>
  <PersonName>Doe, John</PersonName>
  <StandardRate>0</StandardRate>
</PPResource>

See Also

ProjectPlan Object

Highlight search results