Share via


SalesQuotationDP.printProjQuotationLine Method [AX 2012]

Determines whether to print the ProjQuotation record.

Syntax

private boolean printProjQuotationLine(ProjLinePropertyId _linePropertyId)

Run On

Server

Parameters

Return Value

Type: boolean
A Boolean that indicates whether to print the ProjQuotation record.

Remarks

This method is used for project quotation only.

For a specified line property ID, check the print zero sales price on Quotation settings: If set to the Yes value prints the quotation line. If set to the No value, does not print the quotation line. For quotation lines without line property ID, print by default.

See Also

Reference

SalesQuotationDP Class