Share via


SalesQuotationTableForm.canNewLineBeAppended Method [AX 2012]

Determines whether a new order line can be inserted after the currently selected one.

Syntax

public boolean canNewLineBeAppended(SalesQuotationLine _salesQuotationLine)

Run On

Called

Parameters

Return Value

Type: boolean
false for order lines with multiple deliveries; otherwise, true.

Remarks

When working on order form and an order line with multiple deliveries is selected a new line should always be inserted before it.

See Also

Reference

SalesQuotationTableForm Class