ProjectFee


Description

Defines the properties for project fee in the Project Accounting module in Microsoft Dynamics GP. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

ProjectFeeItemKey

N/A

N/A

The project fee line key object that uniquely identifies the project fee line.

Name

string

N/A

N/A

A descriptive name of the fee.

Type

ProjectFeeType

N/A

N/A

Identifies the fee type.

Amount

MoneyAmount

N/A

N/A

The fee amount to be billed.

CostPercent

Percent

N/A

N/A

The percentage to be used to calculate fee as a percentage of total budgeted cost for the project.

RevenuePercent

Percent

N/A

N/A

The percentage to be used to calculate fee as a percentage of total budgeted revenues.

RetentionPercent

Percent

N/A

N/A

The percentage of billing amount that will be withheld in progress billings for a fixed price and cost plus project.

SalesTaxScheduleKey

TaxScheduleKey

N/A

N/A

The tax schedule key object that uniquely identifies a sales tax schedule.

SalesTaxBasis

SalesTaxBasis

N/A

N/A

Identifies the tax basis to be used for the billing amount.

ContractBeginDate

dateTime

N/A

N/A

The begin date of the project contract.

ContractEndDate

dateTime

N/A

N/A

The end date of the project contract.

Frequency

ProjectFrequency

N/A

N/A

The frequency associated with the fee.

StartDate

dateTime

N/A

N/A

The date that a service fee begins.

EndDate

dateTime

N/A

N/A

The date that a service fee ends.

Renew

boolean

N/A

N/A

Indicates if a service fee is recurring.

RenewDate

dateTime

N/A

N/A

The renew date of a service fee.

TotalAmount

MoneyAmount

N/A

N/A

The total amount of the change order fee line.

RenewDay

int

N/A

N/A

The renew day for the service fee.

RenewMonth

int

N/A

N/A

The renew month for the service fee.

UserDefined1

string

N/A

N/A

User defined data.

UserDefined2

string

N/A

N/A

User defined data.

ServiceFeeAmount

MoneyAmount

N/A

N/A

An amount for services to be rendered over a specified period.

Schedules

ArrayOfProjectFeeSchedule

N/A

N/A

A collection of project fee schedules.


Inherits from

BusinessObject


Documentation Feedback