Share via


VendStateTaxID::find Method

Reads the VendStateTaxID table for the specified ID.

Syntax

client server public static VendStateTaxID find(
    RecId _recId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that specifies whether to read the record for updating.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    A concurrency model. This parameter is used when the table is not automatically concurrent; optional.

Return Value

Type: VendStateTaxID Table
A buffer that contains a VendStateTaxID record.

See Also

Reference

VendStateTaxID Table