Share via


PurchReqTableHistory::existsHistory Method

Indicates whether the specified PurchReqTable record has any history stored in the PurchReqTableHistory table.

Syntax

client server public static boolean existsHistory(RecId _purchReqTable)

Run On

ClientOrServer

Parameters

  • _purchReqTable
    Type: RecId Extended Data Type
    A PurchReqTable record for which to check the existence of history versions.

Return Value

Type: boolean
true if history of the specified record exists; otherwise, false.

See Also

Reference

PurchReqTableHistory Table