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
CalledParameters
- _trans
- Type: ProjOnAccTrans Table
A record in ProjOnAccTrans table is of type advance.
Return Value
Type: booleanReturns true if the record in ProjOnAccTrans table is of type advance; otherwise false.
Community Additions
ADD
Show: