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

Called

Parameters

_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.

Return Value

Type: boolean
true if the confirmation is generated; otherwise false.

Community Additions

ADD
Show: