SalesPurchLine.setAgreementQtyAndPrice Method

Sets the price and discounts from the agreement line.

Syntax

public void setAgreementQtyAndPrice(AgreementLine _agreementLine, [boolean _setQty])

Run On

ClientOrServer

Parameters

  • _agreementLine
    Type: AgreementLine Table
    The AgreementLine record to set the price and discounts from.
  • _setQty
    Type: boolean
    true if quantity is to be set based on AgreementLine record; otherwise false.

See Also

Reference

SalesPurchLine Map