DirPartyLocation::primaryTaxRegistrationLocForPartyExist Method
Determines whether a record exists in the DirPartyLocation table that is marked as a primary for tax registration numbers.
Syntax
client server public static boolean primaryTaxRegistrationLocForPartyExist(
DirPartyRecId _party,
LogisticsAddressCountryRegionId _countryRegionId,
[LogisticsLocationRecId _location])
Run On
Called
Parameters
- _party
Type: DirPartyRecId Extended Data Type
A DirPartyRecId value to use to find the specified DirPartyLocation record.
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
The country/region ID for the address.
- _location
Type: LogisticsLocationRecId Extended Data Type
The location value to exclude from the search; optional.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.