Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _matchingAgreement
Type: AgreementHeaderRecId Extended Data Type
The record identifier (ID) for the agreement header.
- _salesPurchLine
Type: SalesPurchLine Map
The sales or purchase line for which you want to find the agreement lines.
- _deliveryDate
Type: PurchLineDlvDate Extended Data Type
The transaction or delivery date to use to verify the availability of agreement lines.
Return Value
Type: List Class
The list of the agreement lines that match the specified parameters.