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