ProjPost.checkLedger Method [AX 2012]

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

protected boolean checkLedger()

Run On

Server

Return Value

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

This method makes calls to the following methods:

  • checkEnterCostValue()

  • checkEnterNeverLedger()

  • checkEnterNoneLedger()

  • checkEnterOnAcc()

  • checkEnterSalesAccrued()

  • checkEnterTurnover()

Community Additions

ADD
Show: