Share via


ProjTrans.canTransStatusBeInvoiced Method [AX 2012]

Determines whether a transaction can be invoiced based on its status.

Syntax

public boolean canTransStatusBeInvoiced([boolean _chargeable])

Run On

Called

Parameters

  • _chargeable
    Type: boolean
    A Boolean value that determines whether invoice proposal transactions can be invoiced; optional.

Return Value

Type: boolean
true if this transaction can be invoiced; otherwise, false.

See Also

Reference

ProjTrans Class