Share via


RetailStatementPost.postFiscalReceiptVoided_BR Method [AX 2012]

Voids a Fiscal receipt if there is a related sales return.

Syntax

private boolean postFiscalReceiptVoided_BR(RetailTransactionTable _transactionTable)

Run On

Server

Parameters

Return Value

Type: boolean
true if it is a sales return and a related fiscal receipt was found; otherwise, false.

Remarks

This covers only fiscal receipts voided after they are concluded, which are handled as sales return.

For fiscal receipts voided before they are concluded, the Retail statament skips them, so they are handled at postConcludePost_BR.

See Also

Reference

RetailStatementPost Class