Réserver une Démo
Pré. Proc.

ProjectResource Class

A Project Resource is a named person who is available to work on the current project in any capacity. ProjectResources can be accessed using the Repository Resources collection.

Associated table in repository

t_resources

ProjectResource Attributes

Attribute

Remarks

See also

Email

String

Notes: The resource's email address.

Fax

String

Notes: The resource's fax number.

Mobile

Variant

Notes: The resource's mobile number, if available.

Name

String

Notes: The name of the resource.

Notes

String

Notes: A description of the resource, if appropriate.

ObjectType

ObjectType

Notes: Read only

Distinguishes objects referenced through a Dispatch interface.

ObjectType

Organization

Package Class: String

Notes: The organization the resource is associated with.

Phone1

Variant

Notes: The resource's main telephone number.

Phone2

Variant

Notes: The resource's alternative telephone number.

Roles

String

Notes: The roles this resource can play in the current project.

ProjectResource Methods

Method

Remarks

See also

GetLastError()

String

Notes: Returns a string value describing the most recent error that occurred in relation to this object.

Update()

Boolean

Notes: Updates the current Resource object after modification or appending a new item.

If False is returned, check the 'GetLastError()' function for more information.