TaxRegistration::findDirPartyLocationOnDate Method
Reads the TaxRegistration table for the specified party location and tax registration type.
Syntax
client server public static TaxRegistration findDirPartyLocationOnDate(
DirPartyLocationRecId _dirPartyLocationRecId,
TaxRegistrationTypeId _taxRegistrationTypeId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel,
date _date])
Run On
Called
Parameters
- _dirPartyLocationRecId
Type: DirPartyLocationRecId Extended Data Type
The record ID of party location.
- _taxRegistrationTypeId
Type: TaxRegistrationTypeId Extended Data Type
The tax registration type to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record; optional.
- _date
Type: date
The date for which to perform the search.
Return Value
Type: TaxRegistration Table
The record with required tax registration type for given party location.