LedgerTransFurtherPosting::deleteFurtherPostingChequeCancel Method
Finds a ledger transaction record where the value of FurtherPostingType is Yes and, if a record is found, removes the corresponding records from the LedgerTransFurtherPosting table.
Syntax
client server public static void deleteFurtherPostingChequeCancel(
Voucher _voucher,
BankChequeNum _chequeNum,
[LedgerJournalId _journalNum])
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher used to find a ledger transaction record.
- _chequeNum
Type: BankChequeNum Extended Data Type
The check number used to find a ledger transaction record.
- _journalNum
Type: LedgerJournalId Extended Data Type
Specifies a ledger transaction to be skipped (the transaction that contains this journal number); optional.
Remarks
This method is intended to be called only during check reversal posting.