LedgerJournalTrans::deleteForLedgerJournalTable Method
Deletes all the LedgerJournalTrans records associated with the specified LedgerJournalTable record.
Syntax
server public static void deleteForLedgerJournalTable(LedgerJournalTable _ledgerJournalTable)
Run On
Server
Parameters
- _ledgerJournalTable
Type: LedgerJournalTable Table
The LedgerJournalTable record.
Remarks
The caller has to verify deleting all the LedgerJournalTransrecords is supported. The row-by-row delete must be used if any of the following are true.
A payment exists that is confirmed, received, or sent.
SpecTrans records exist.
Budget sources exist.
This is an approval journal.
Any of the country specific delete action tables is in context.