PSAProjInvoiceDP.isPrintInvoiceLine Method [AX 2012]

To check whether record can be inserted for zero sales price, need to check on Invoice Line property.

private boolean isPrintInvoiceLine(ProjTrans _projTrans)

Run On

Server

Parameters

_projTrans
Type: ProjTrans Class
A record of the ProjTrans table.

Return Value

Type: boolean
Returns true if transaction can be inserted otherwise false.

Community Additions

ADD
Show: