Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; 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.

See Also

Reference

TaxRegistration Table