Share via


TaxRegistration::find Method

Finds a record in the TaxRegistration table that has a specified record ID.

Syntax

client server public static TaxRegistration find(
    RecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel, 
    date _minDate, 
    date _maxDate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.
  • _minDate
    Type: date
    The minimum date for which to perform the search.
  • _maxDate
    Type: date
    The maximum date for which to perform the search.

Return Value

Type: TaxRegistration Table
A record in the TaxRegistration table.

See Also

Reference

TaxRegistration Table