TaxAgent::findByAgentId Method
Gets a record that links to a specified sales tax agent.
Syntax
client server public static TaxAgent findByAgentId(
TaxAgentId _agentId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _agentId
Type: TaxAgentId Extended Data Type
The sales tax agent.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the sales tax agent for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model.
Return Value
Type: TaxAgent Table
The record in the TaxAgent table if it is found; otherwise, an empty record.