Share via


RequisitionPurchaseOrderGeneration.validatePriceTolerance Method [AX 2012]

Checks for price tolerance rule.

Syntax

public void validatePriceTolerance(PurchLine _purchLine, PurchReqLine _purchReqLine)

Run On

Server

Parameters

  • _purchLine
    Type: PurchLine Table
    A record in PurchLine table to compare price with.
  • _purchReqLine
    Type: PurchReqLine Table
    A record in PurchReqLine table to compare price with.

See Also

Reference

RequisitionPurchaseOrderGeneration Class