Tax1099BoxDetail::findRecId Method
Finds a Tax1099BoxDetail record based on record ID.
Syntax
client server public static Tax1099BoxDetail findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the Tax1099BoxDetail record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates a record is selected in update mode.
Return Value
Type: Tax1099BoxDetail Table
A Tax1099BoxDetail record that has a specified record ID.
Remarks
Finds a Tax1099BoxDetail record based on recId.