Share via


ProjPostOnAccEstimateInvoice.checkLedger Method [AX 2012]

Indicates whether the transaction should be posted to the general ledgers.

Syntax

protected boolean checkLedger()

Run On

Server

Return Value

Type: boolean
true if amounts should be posted to general ledgers; otherwise, false.

Remarks

This method makes calls to the following methods:

  • checkEnterCostValue

  • checkEnterNeverLedger

  • checkEnterNoneLedger

  • checkEnterOnAcc

  • checkEnterSalesAccru

  • checkEnterTurnover

See Also

Reference

ProjPostOnAccEstimateInvoice Class