SalesQuotationDeliverySchedule::findOrderLineForDeliveryLine Method

Finds an order line for a delivery line with the specified inventory transaction ID.

Syntax

server public static SalesQuotationLine findOrderLineForDeliveryLine(TradeInventTransId _deliveryLineInventTransId, [boolean _forUpdate])

Run On

Server

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the order line for update; optional.

Return Value

Type: SalesQuotationLine Table
The order line if found; otherwise, an empty line.

See Also

Reference

SalesQuotationDeliverySchedule Table