Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes records from the ledger transaction pool for a specified journal batch number and voucher.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void deleteFromPool(LedgerJournalId _journalBatchNumber, Voucher _voucher)
Microsoft Dynamics AX 2012 R2 (SYS)
public void deleteFromPool(LedgerJournalId _journalBatchNumber, Voucher _voucher)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void deleteFromPool(Voucher _voucher, [InvoiceId _invoice])
Microsoft Dynamics AX 2012 (FPK)
public void deleteFromPool(Voucher _voucher, [InvoiceId _invoice])
Microsoft Dynamics AX 2012 (SYS)
public void deleteFromPool(Voucher _voucher, [InvoiceId _invoice])
Run On
Server
Parameters
- _journalBatchNumber
Type: LedgerJournalId Extended Data Type
The specified journal batch number.
- _voucher
Type: Voucher Extended Data Type
The specified voucher.