Share via


RetailEmailReceipt.sendSingleReceipt Method [AX 2012]

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

Syntax

public void sendSingleReceipt(RetailTransactionTable _transactionTable)

Run On

Called

Parameters

Remarks

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

See Also

Reference

RetailEmailReceipt Class