Share via


ProjPostCostEstimate.costEnterDebit Method [AX 2012]

Determines whether the posting should have a debit amount for the cost account.

Syntax

protected boolean costEnterDebit()

Run On

Server

Return Value

Type: boolean
true if the posting should have a debit amount for the cost account; otherwise, false.

Remarks

This method should be overridden by the class that extends this class to provide the necessary functionality for the transaction that is being posted.

See Also

Reference

ProjPostCostEstimate Class