PurchReqLineHistory::find Method
Finds the specified record in the PurchReqLineHistory table.
Syntax
client server public static PurchReqLineHistory find(RefRecId _purchReqLineRecId, [utcdatetime _validDateTime])
Run On
ClientOrServer
Parameters
- _purchReqLineRecId
Type: RefRecId Extended Data Type
A purchase requisition line identifier for which to find the history version.
- _validDateTime
Type: utcdatetime
A date and time for which to find a valid history version.
Return Value
Type: PurchReqLineHistory Table
A record in the PurchReqLineHistory table; otherwise, an empty record.