ProjInvoiceChoose.isOnAccTrans Method [AX 2012]

Returns a true/false value indicating whether the record in ProjOnAccTrans table is of type On Account.

protected boolean isOnAccTrans(ProjOnAccTrans _trans)

Run On

Called

Parameters

_trans
Type: ProjOnAccTrans Table
A record in ProjOnAccTrans table is of type advance.

Return Value

Type: boolean
Returns true if the record in ProjOnAccTrans table is of type On Account; otherwise false.

Community Additions

ADD
Show: