Share via


AgreementLine::getAgreementLinesList Method

Retrieves the list of agreement lines that match the specified parameters.

Syntax

client server private static List getAgreementLinesList(
    AgreementHeaderRecId _matchingAgreement, 
    SalesPurchLine _salesPurchLine, 
    PurchLineDlvDate _deliveryDate)

Run On

Called

Parameters

  • _salesPurchLine
    Type: SalesPurchLine Map
    The sales or purchase line for which you want to find the agreement lines.

Return Value

Type: List Class
The list of the agreement lines that match the specified parameters.

See Also

Reference

AgreementLine Table