Share via


ProjTransWIP.invoiceable Method [AX 2012]

Determines whether this transaction is invoiceable.

Syntax

public boolean invoiceable()

Run On

Called

Return Value

Type: boolean
Always returns 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

ProjTransWIP Class