PurchTableHistory::find Method

Finds the specified record in the PurchTableHistory table.

Syntax

client server public static PurchTableHistory find(PurchId _purchId, [utcdatetime _validTime])

Run On

ClientOrServer

Parameters

  • _validTime
    Type: utcdatetime
    A time for which to find a valid history version.

Return Value

Type: PurchTableHistory Table
A record in the PurchTableHistory table if one exists; otherwise, an empty record.

See Also

Reference

PurchTableHistory Table