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
- _salesQuotationLine
Type: SalesQuotationLine Table
The currently selected sales quotation line.
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.