PurchLine::earliestConfirmedDlv Method
Finds the purchase order line that have the earliest confirmed delivery date.
Syntax
server public static PurchLineDlvDate earliestConfirmedDlv(PurchId _purchId)
Run On
Server
Parameters
- _purchId
Type: PurchId Extended Data Type
The purchase ID that will be used to search for confirmed delivery dates.
Return Value
Type: PurchLineDlvDate Extended Data Type
The earliest confirmed delivery date for the purchase lines.
Remarks
The returned confirmed delivery date can be passed to the datenull method in order to fully confirm the purchase order.