LedgerJournalTransVoucherTemplate::deleteForJournalOrVoucher Method
Deletes the specified records from the LedgerJournalTransVoucherTemplate table.
Syntax
client server public static void deleteForJournalOrVoucher(LedgerJournalId _journalNum, [Voucher _voucher])
Run On
Called
Parameters
- _journalNum
Type: LedgerJournalId Extended Data Type
- _voucher
Type: Voucher Extended Data Type
Remarks
If voucher is not specified, all LedgerJournalTransVoucherTemplate records with the specified journal number are deleted.
If voucher is specified, all LedgerJournalTransVoucherTemplate records with the specified journal number and voucher are deleted.