SalesQuotationTableType.linesExist Method [AX 2012]

Indicates whether the sales quotation lines exist for the current sales quotation.

Syntax

protected boolean linesExist()

Run On

Called

Return Value

Type: boolean
true if the lines exist; otherwise, false.

Remarks

For best performance, the result of this method is stored in the class member variable.

Only the first call of the method invokes a database request.

See Also

Reference

SalesQuotationTableType Class