CustomerReceivablesSummary


Description

A representation of the important details of a customer receivables document within Microsoft Dynamics GP. A list of customer receivables summary objects is returned by the GetCustomerReceivablesSummaryList method.

Properties

Property

Type

Length

Default

Description

Key

CustomerKey

N/A

N/A

The customer key object that uniquely identifies the customer.

Aging

AgingAmounts

N/A

N/A

The aging amounts object for the specified customer.

LastYear

SalesAmounts

N/A

N/A

A sales amount object that contains sales information for the previous year.

LifeToDate

SalesAmounts

N/A

N/A

A sales amount object that contains sales total information for the customer.

YearToDate

SalesAmounts

N/A

N/A

A sales amount object that contains sales information for the current year.

OnOrderAmount

MoneyAmount

N/A

0

The on order amount for the specified customer.

LastPaymentAmount

MoneyAmount

N/A

0

The amount of the customer’s most recent payment.

LastPaymentDate

dateTime

N/A

empty

The date of the customer’s last payment.

LastStatementAmount

MoneyAmount

N/A

0

The amount owed on the most recent statement that was sent to this customer.

LastStatementDate

dateTime

N/A

empty

The date of the most recent statement that was sent to this customer.

LastTransactionAmount

MoneyAmount

N/A

0

The amount of the last customer transaction.

LastTransactionDate

dateTime

N/A

empty

The date of the last customer transaction.


Inherits from

BusinessObject


Documentation Feedback