Share via


ProjTrans.invoiced Method [AX 2012]

Determines whether this transaction has been invoiced.

Syntax

display boolean invoiced()

Run On

Called

Return Value

Type: boolean
false.

Remarks

This method should be overridden by classes that extend this class to provide the necessary functionality for the specific transaction.

See Also

Reference

ProjTrans Class