Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the oldest payment order that has a payment status of the passed variable.
Syntax
client server public static TransDate getOverallOldestDate(MCRCustPaymStatus _status, MCRCustPaymType _type)
Run On
Called
Parameters
- _status
Type: MCRCustPaymStatus Enumeration
The status for which this method finds the oldest payment order.
- _type
Type: MCRCustPaymType Enumeration
The customer payment type used to find the oldest payment order.
Return Value
Type: TransDate Extended Data Type
The date of the oldest payment givent the passed status.
Remarks
Used by the MCROverCreditLimitWB and the MCRCheckHoldWB forms.