PurchTableHistory::exist Method
Indicates whether the specified PurchTable record has a history stored in the PurchTableHistory table.
Syntax
client server public static boolean exist(PurchTable _purchTable)
Run On
ClientOrServer
Parameters
- _purchTable
Type: PurchTable Table
A PurchTable record to check for existence of history versions.
Return Value
Type: boolean
true if the history of the specified record exists; otherwise, false.