Share via


LedgerJournalCheckPost.updateVoucherForExportSalesVAT Method [AX 2012]

Updates the voucher number on the export sales VAT with the new assigned voucher number.

Syntax

protected void updateVoucherForExportSalesVAT(
    LedgerJournalId _journalNumber, 
    Voucher _originalVoucher, 
    Voucher _newVoucher)

Run On

Server

Parameters

See Also

Reference

LedgerJournalCheckPost Class