PurchReqLineVendorSuggestionHistory::findByPurchReqLineVendorSuggestion Method
Finds the specified record in the PurchReqLineVendorSuggestionHistory table.
Syntax
client server public static PurchReqLineVendorSuggestionHistory findByPurchReqLineVendorSuggestion(RefRecId _lineVendSuggestionRecId, [utcdatetime _validAsOfDateTime])
Run On
ClientOrServer
Parameters
- _lineVendSuggestionRecId
Type: RefRecId Extended Data Type
A PurchReqLineVendorSuggestion record for which to find a history version.
- _validAsOfDateTime
Type: utcdatetime
An instance of the Datetime class to use to find a valid history version.
Return Value
Type: PurchReqLineVendorSuggestionHistory Table
A PurchReqLineVendorSuggestionHistory record if one exists; otherwise an empty record.