Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the sales tax agent for update.

Return Value

Type: TaxAgent Table
The record in the TaxAgent table if it is found; otherwise, an empty record.

See Also

Reference

TaxAgent Table