CustomerReceivablesSummaryCriteria


Description

Specifies the criteria to use when retrieving a list of customer receivables summary objects. Only customer receivables summary objects that match the specified criteria will be returned.

Properties

Property

Type

Description

CustomerId

LikeRestrictionOfString

A string restriction that specifies the ID of the customer.

LastAgedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the last receivables aging was completed.

LastPaymentDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the last payment.

LastTransactionDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the last transaction.

SalespersonId

LikeRestrictionOfString

A string restriction specifying the salesperson associated with the customer.

Scope

CustomerScope

A property in criteria used to determine the level of filtering to be used when returning customer receivables data.


Inherits from

Criteria


Documentation Feedback