Share via


LedgerJournalEngine_VendApprove.removeVouchers Method [AX 2012]

Removes vouchers from the journal.

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 removeVouchers(
            FormDataSource _vendTrans_ds, 
           [boolean _confirmationDialog, 
            LedgerJournalTable _ledgerJournalTable])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void removeVouchers(FormDataSource _vendTrans_ds, [boolean _confirmationDialog])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void removeVouchers(FormDataSource _vendTrans_ds, [boolean _confirmationDialog])

  Microsoft Dynamics AX 2012 (FPK)
          public void removeVouchers(FormDataSource _vendTrans_ds, [boolean _confirmationDialog])

  Microsoft Dynamics AX 2012 (SYS)
          public void removeVouchers(FormDataSource _vendTrans_ds, [boolean _confirmationDialog])

Run On

Called

Parameters

  • _confirmationDialog
    Type: boolean

Remarks

Works with multi-selection in the form.

See Also

LedgerJournalEngine_VendApprove Class

LedgerJournalEngine_VendApprove.removeVoucher Method