Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.