Share via


PurchLineHistory::find Method

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.

See Also

Reference

PurchLineHistory Table