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
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 On Account; otherwise false.
Community Additions
ADD
Show: