Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the service code record that is related to a specific city.
Syntax
client server public static TaxServiceCode_BR findServiceCodeByDlvAddres(
TaxServiceCodeId_BR _serviceCodeId,
AddressCountryRegionId _countryId,
AddressStateId _stateId,
AddressCity _city,
[boolean _forUpdate])
Run On
Called
Parameters
- _serviceCodeId
Type: TaxServiceCodeId_BR Extended Data Type
The service code.
- _countryId
Type: AddressCountryRegionId Extended Data Type
The country/region code.
- _stateId
Type: AddressStateId Extended Data Type
The state code.
- _city
Type: AddressCity Extended Data Type
The city code.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the selected record should be available for update.
Return Value
Type: TaxServiceCode_BR Table
The TaxServiceCode_BR record.