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.
Moves a voucher from the current journal to a new journal.
Syntax
public void moveVoucherToJournal(
LedgerJournalId _newLedgerJournalId,
Voucher _fromVoucher,
[Voucher _toVoucher])
Run On
Called
Parameters
- _newLedgerJournalId
Type: LedgerJournalId Extended Data Type
The ID of the journal to move vouchers to.
- _fromVoucher
Type: Voucher Extended Data Type
The voucher at the start of the range of vouchers to move.
- _toVoucher
Type: Voucher Extended Data Type
The voucher at the end of the range of vouchers to move; optional. If not provided, uses _fromVoucher.