ProjectChangeOrderFeeLine


Description

Defines the properties of change order fee line in the Project Accounting module in Microsoft Dynamics GP. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

ProjectChangeOrderFeeLineKey

N/A

N/A

The project change order fee line key object that uniquely identifies a project change order fee line.

LineSequenceNumber

int

N/A

N/A

The line sequence number.

FeeType

ProjectFeeType

N/A

N/A

Identifies the fee type.

PreviousFeeAmount

MoneyAmount

N/A

N/A

The previous fee amount.

VarianceFeeAmount

MoneyAmount

N/A

N/A

The positive or negative amount used to update the fee amount.

Amount

MoneyAmount

N/A

N/A

The fee amount.

PreviousFeePercent

Percent

N/A

N/A

The previous fee percent.

VarianceFeePercent

Percent

N/A

N/A

The positive or negative value used to update the fee percent.

Percent

Percent

N/A

N/A

The fee percent.

FeeToUseKey

ProjectFeeKey

N/A

N/A

The project fee key object that uniquely identifies a project fee.

SalesTaxBasis

SalesTaxBasis

N/A

N/A

For billing transactions, sales tax basis indicates whether billing amounts for the cost category are taxable, non-taxable, or based on the tax settings for the vendor or customer.

SalesTaxScheduleKey

TaxScheduleKey

N/A

N/A

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

PreviousSalesTax
ScheduleKey

TaxScheduleKey

N/A

N/A

The previous sales tax schedule.

ContractBeginDate

dateTime

N/A

N/A

The begin date of the contract.

PreviousContractBegin
Date

dateTime

N/A

N/A

The previous begin date of the contract.

ContractEndDate

dateTime

N/A

N/A

The end date of the contract.

PreviousContractEndDate

dateTime

N/A

N/A

The previous end date of the contract.

Frequency

ProjectFrequency

N/A

N/A

The frequency associated with the fee.

PreviousFrequency

ProjectFrequency

N/A

N/A

The previous fee frequency.

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.

DoesRenew

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.

PreviousTotalAmount

MoneyAmount

N/A

N/A

The previous 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.

SequenceNumber

int

N/A

N/A

The sequence number.

PostedProjectFeeAmount

MoneyAmount

N/A

N/A

The posted project fee amount.

PostedRetainerFee
Amount

MoneyAmount

N/A

N/A

The posted retainer fee amount.

PostedRetentionFee
Amount

MoneyAmount

N/A

N/A

The posted retention fee amount.

PostedServiceFeeAmount

MoneyAmount

N/A

N/A

The posted amount for services to be rendered over a specified period.

Schedules

ArrayOfProjectChangeOrderFeeLineSchedule

N/A

N/A

A collection of change order fee line schedules.


Inherits from

BusinessObject


Documentation Feedback