Comparteix a través de


PurchLineHistory::exist Method

Indicates whether the specified PurchLine record has any history stored in the PurchLineHistory table.

Syntax

client server public static boolean exist(PurchLine _purchLine)

Run On

ClientOrServer

Parameters

  • _purchLine
    Type: PurchLine Table
    A PurchLine record for which to check existence of history versions.

Return Value

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

See Also

Reference

PurchLineHistory Table