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