SalesQuotationTableForm.mustFormResearchAfterDelete Method [AX 2012]
Determines whether the form must be searched again after the currently selected order line is deleted.
Syntax
public boolean mustFormResearchAfterDelete(SalesQuotationLine _salesQuotationLine)
Run On
Called
Parameters
- _salesQuotationLine
Type: SalesQuotationLine Table
The currently selected sales quotation line.
Return Value
Type: boolean
true if the order lines have multiple deliveries; otherwise, false.