Share via


RequisitionPurchaseOrderGeneration.validateQuote Method [AX 2012]

Checks for quote rule.

Syntax

private boolean validateQuote(PurchReqLine _purchReqLine)

Run On

Server

Parameters

  • _purchReqLine
    Type: PurchReqLine Table
    The PurchReqLine table object from the PurchReqLine table to retrieve.

Return Value

Type: boolean
true if quote rule passes; otherwise, false.

See Also

Reference

RequisitionPurchaseOrderGeneration Class