Tax1099Fields::findByTax1099Box Method
Finds a Tax1099Fields row by searching on the Box and Type (unique index)
Syntax
client server public static Tax1099Fields findByTax1099Box(
Tax1099Box _tax1099Box,
Tax1099Type _tax1099Type,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _tax1099Box
Type: Tax1099Box Extended Data Type
The Tax1099Box to search for
- _tax1099Type
Type: Tax1099Type Enumeration
The Tax1099Type of the record
- _forupdate
Type: boolean
If to select for update and change concurrency model
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Concurrency model to switch to
Return Value
Type: Tax1099Fields Table
Tax1099Fields row buffer
Remarks
To change the concurrency model from Auto _forupdate must be true