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

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.

See Also

Reference

LedgerJournalTrans Table