MCRBilling.generateConfirmation Method [AX 2012]
Generates a confirmation notice to the customer letting them know a payment has been posted or that payment is due.
protected boolean generateConfirmation(
Common _inputBuffer,
MCRCustPaymType _mcrCustPaymType,
RetailEventNotificationType _retailEventNotificationType,
[date _processDate])
Run On
CalledParameters
- _inputBuffer
- Type: Common Table
The record for which the confirmation will be generated.
- _mcrCustPaymType
- Type: MCRCustPaymType Enumeration
The payment type used in the related input record.
- _retailEventNotificationType
- Type: RetailEventNotificationType Enumeration
The event type for which the confirmation is being generated.
- _processDate
- Type: date
The date for which the the confirmation is generated; optional.
Community Additions
ADD
Show: