Share via


ProjPost.checkEnterNoneLedger Method [AX 2012]

Checks to determine whether there should be a ledger posting of costs.

Syntax

public boolean checkEnterNoneLedger()

Run On

Server

Return Value

Type: boolean
true if there is no posting of costs; otherwise, false.

Remarks

The result of this method may be the results of the project ledger status that is equal to the enumeration value ProjLedgerStatus::None. Otherwise, a transaction type that is equal to the enumeration value ProjTransType::Hour which is not posting accrued sales or revenue.

See Also

Reference

ProjPost Class