Client

Return to Introduction  Previous page  Next page

public Class

A Client represents one or more people or organizations related to the project.  Accessed using the Repository Clients collection.

Associated table in .EAP file: t_clients

Client Attributes

Attribute

Type

Notes

Name

String

Read/Write.  Client name

Organization

String

Read/Write.  Associated organization

Phone1

String

Read/Write.  Main phone number

Phone2

String

Read/Write.  Second phone number

Mobile

String

Read/Write.  Mobile phone if available

Fax

String

Read/Write.  Fax number

Email

String

Read/Write.  Email address

Roles

String

Read/Write.  Roles this client might play in the project

Notes

String

Read/Write.  Notes about client

ObjectType

ObjectType

Read only.  Distinguishes objects referenced through the Dispatch interface.

Client Methods

Method

Type

Notes

Update () 

Boolean 

Update the current Client object after modification or appending a new item. If false is returned, check the GetLastError function for more information.

GetLastError () 

String 

Returns a string value describing the most recent error that occurred in relation to this object. This function is rarely used since an exception is thrown when an error occurs.