ProjInvoiceChoose.isAdvanceTrans Method [AX 2012]

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

protected boolean isAdvanceTrans(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 advance; otherwise false.

Community Additions

ADD
Show: