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.
Determines whether the specified PurchLine record has any history in the PurchLineHistory table.
Syntax
client server public static boolean existFromInventTrans(TradeInventTransId _inventTransId)
Run On
Called
Parameters
- _inventTransId
Type: TradeInventTransId Extended Data Type
A TradeInventTransId value for which to check existance of the corresponding line history.
Return Value
Type: boolean
true if history of the line with specified TradeInventTransId value exists; otherwise, false.