Tax1099BoxDetailHistory::exist Method
Indicates whether the specified Tax1099BoxDetail record has any history stored in the Tax1099BoxDetailHistory table.
Syntax
client server public static boolean exist(Tax1099BoxDetail _tax1099BoxDetail)
Run On
ClientOrServer
Parameters
- _tax1099BoxDetail
Type: Tax1099BoxDetail Table
A Tax1099BoxDetail record for which to check history versions.
Return Value
Type: boolean
true if history of the specified record exists; otherwise, false.