Share via


ProjPostRevenueEstimate_Profit.checkEnterAccruedDebit Method [AX 2012]

Determines whether the posting should have an accrued debit amount.

Syntax

public boolean checkEnterAccruedDebit()

Run On

Server

Return Value

Type: boolean
Always returns false.

Remarks

This method will 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

ProjPostRevenueEstimate_Profit Class