LedgerJournalTrans.mcrIsDeduction Method

Finds the specified record in the LedgerJournalTrans table.

Syntax

public boolean mcrIsDeduction()

Run On

Called

Return Value

Type: boolean
true if this LedgerJournalTrans record is a deduction.; Otherwise, false

Remarks

Only customer payment journal lines may have deductions. There are many other journal lines that will be related to deductions (for matching, write-offs etc.) but these are not considered to "be" a deduction. A journal line is a deduction when it is used to short pay invoices.

See TAMDeduction table method ledgerJournalTransParent for more relation of deduction and LedgerJournalTrans.

See Also

Reference

LedgerJournalTrans Table