ProjInvoiceChoose.isRetentionTrans Method [AX 2012]

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

protected boolean isRetentionTrans(ProjRevenueTrans _projRevenueTrans)

Run On

Called

Parameters

_projRevenueTrans
Type: ProjRevenueTrans Table
A record in ProjRevenueTrans table is of type Fee.

Return Value

Type: boolean
Returns true if the record in ProjRevenueTrans table is of type Fee; otherwise false.

Community Additions

ADD
Show: