PurchLineHistory::existFromInventTrans Method
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.