TradeTotals.skipLine Method [AX 2012]
Determines whether the order line should be skipped during totals calculation.
Syntax
protected boolean skipLine(Common _orderLine)
Run On
Server
Parameters
- _orderLine
Type: Common Table
Order line record.
Return Value
Type: boolean
true if the order line should be skipped; otherwise, false.