SalesQuotationTableForm.deleteLineAllowed Method [AX 2012]
Determines whether the specified quotation line can be deleted.
Syntax
public boolean deleteLineAllowed(SalesQuotationLine _salesQuotationLine)
Run On
Called
Parameters
- _salesQuotationLine
Type: SalesQuotationLine Table
The quotation line to be checked for deletion.
Return Value
Type: boolean
true when the line can be deleted; otherwise, false.