Share via


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

  • _forupdate
    Type: boolean
    If to select for update and change concurrency model

Return Value

Type: Tax1099Fields Table
Tax1099Fields row buffer

Remarks

To change the concurrency model from Auto _forupdate must be true

See Also

Reference

Tax1099Fields Table