Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _recId
Type: RecId Extended Data Type
The record ID with which to find the record.
- _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.