Share via


ProjPost.checkEnterAccruedCredit Method [AX 2012]

Determines whether the posting should have an accrued credit amount.

Syntax

public boolean checkEnterAccruedCredit()

Run On

Server

Return Value

Type: boolean
true.

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

ProjPost Class

ProjPostRevenueProposal Class