ProjectSummary


Description

A representation of the important details of a project within Microsoft Dynamics GP. A list of project summary objects is returned by the GetProjectList method. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

ProjectKey

N/A

N/A

The project key object that uniquely identifies the project.

ProjectId

string

N/A

N/A

The string value used to identify a project ID assigned to a project.

Name

string

N/A

N/A

A descriptive name for the project.

ProjectContractKey

ProjectContractKey

N/A

N/A

The project contract key object that uniquely identifies the project contract.

CustomerKey

CustomerKey

N/A

N/A

The customer key object that uniquely identifies the customer.

ProjectClassKey

ProjectClassKey

N/A

N/A

The project class key object that uniquely identifies the project class.

ProjectManagerKey

EmployeeKey

N/A

N/A

The employee key object that uniquely identifies the project manager.

Type

ProjectType

N/A

N/A

Determines how a contractor is to compute project costs and charge customers for such costs. It also is a way to determine how much revenues can be generated in a project.

Status

ProjectStatus

N/A

N/A

Identifies the status of the project.

AccountingMethod

ProjectAccountingMethod

N/A

N/A

Determines the Percentage Completion of a certain project, budget or fee to determine the revenues to be recognized.

ForecastTotalCost

MoneyAmount

N/A

N/A

The forecast total cost amount.

ForecastProfitAmount

MoneyAmount

N/A

N/A

The forecast profit amount.

PostedTotalCost

MoneyAmount

N/A

N/A

The posted total cost amount.

PostedProfitAmount

MoneyAmount

N/A

N/A

The posted profit amount.



Documentation Feedback