Share via


LedgerJournalCheckPost.isDerogatoryTaxJournal_FR Method [AX 2012]

Verifies whether the value model specified on the transaction is a derogatory tax model.

Syntax

private boolean isDerogatoryTaxJournal_FR(LedgerJournalTrans _ledgerJournalTrans)

Run On

Server

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The journal transaction object for which verification for derogatory tax model will be done.

Return Value

Type: boolean
true if the transaction is derogatory tax model; otherwise, false.

Remarks

This method is used for French derogatory depreciation processing.

See Also

Reference

LedgerJournalCheckPost Class