Share via


ProjTrans.invoiceable Method [AX 2012]

Determines whether this transaction is invoiceable.

Syntax

public boolean invoiceable()

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