PurchTableHistory::findFirst Method
Finds the first record in the PurchTableHistory table for the specified purchase order.
Syntax
client server public static PurchTableHistory findFirst(PurchId _purchId)
Run On
ClientOrServer
Parameters
- _purchId
Type: PurchId Extended Data Type
A purchase order ID for which to find the first history header version.
Return Value
Type: PurchTableHistory Table
A record in the PurchTableHistory table if one exists; otherwise, an empty record.