TaxAgent::findByPartyRecId Method
Gets a record that links to a specified party of the TaxAgent table.
Syntax
client server public static TaxAgent findByPartyRecId(
DirPartyRecId _partyRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _partyRecId
Type: DirPartyRecId Extended Data Type
The party.
- _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.