RetailEmailReceipt.sendSingleReceipt Method [AX 2012]

Sends e-mail to the recipient of the transaction table passed as parameter.

public void sendSingleReceipt(RetailTransactionTable _transactionTable)

Run On

Called

Parameters

_transactionTable
Type: RetailTransactionTable Table
The current instance of RetailTransactionTable table.

Initializes and calls the methods of PrintJobSettings class to send the e-mail.

Community Additions

ADD
Show: