Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the PurchReqLineHistory table.
Syntax
client server public static PurchReqLineHistory findByPurchReqLine(RefRecId _purchReqLineRecId, [utcdatetime _validAsOfDateTime])
Run On
Called
Parameters
- _purchReqLineRecId
Type: RefRecId Extended Data Type
A PurchReqLine record identifier for which to find the history version.
- _validAsOfDateTime
Type: utcdatetime
An instance of the Datetime class to use to find a valid history version.
Return Value
Type: PurchReqLineHistory Table
A record in the PurchReqLineHistory table; otherwise, an empty record.