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 PurchLineHistory table.
Syntax
client server public static PurchLineHistory find(PurchLine _purchLine, [utcdatetime _validTime])
Run On
ClientOrServer
Parameters
- _purchLine
Type: PurchLine Table
A PurchLine record for which to find a history version.
- _validTime
Type: utcdatetime
A time for which to find a valid history version.
Return Value
Type: PurchLineHistory Table
A record in the PurchLineHistory table; otherwise, an empty record.