LedgerJournalCheckPost.deleteFromPool Method [AX 2012]
Deletes records from the ledger transaction pool for the specified voucher and invoice.
Syntax
protected void deleteFromPool(Voucher _voucher, [InvoiceId _invoice])
Run On
Server
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher to delete.
- _invoice
Type: InvoiceId Extended Data Type
The invoice to delete; optional.