Share via


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

  • _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