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.
Updates the journal number on a ExportSalesInvoiceDomesticTaxVoucher record in a specified voucher range that has a specified new journal number.
Syntax
client server public static void updateJournalNumber(
LedgerJournalId _originalJournalNumber,
LedgerJournalId _newJournalNumber,
Voucher _fromVoucher,
[Voucher _toVoucher])
Run On
Called
Parameters
- _originalJournalNumber
Type: LedgerJournalId Extended Data Type
The original journal number.
- _newJournalNumber
Type: LedgerJournalId Extended Data Type
The new journal number.
- _fromVoucher
Type: Voucher Extended Data Type
A voucher from which to start the update.
- _toVoucher
Type: Voucher Extended Data Type
A voucher to end the update.