Tax1099BoxDetailHistory::findRecId Method
Finds a Tax1099BoxDetailHistory record based on the specified record ID.
Syntax
client server public static Tax1099BoxDetailHistory findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The Record ID of the Tax1099BoxDetailHistory record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: Tax1099BoxDetailHistory Table
A Tax1099BoxDetailHistory record that has the specified record ID; otherwise, an empty record.