ExportSalesInvoiceDomesticTaxVoucher::updateVoucherNumber Method
Updates the voucher on a ExportSalesInvoiceDomesticTaxVoucher record in a specified journal that has a specified new voucher.
Syntax
client server public static void updateVoucherNumber(
LedgerJournalId _journalNumber,
Voucher _originalVoucher,
Voucher _newVoucher)
Run On
Called
Parameters
- _journalNumber
Type: LedgerJournalId Extended Data Type
A journal number.
- _originalVoucher
Type: Voucher Extended Data Type
The original voucher.
- _newVoucher
Type: Voucher Extended Data Type
The new voucher.