TaxServiceCode_BR::findDlvServiceCode Method
Finds the child service code record that is related to a specific city.
Syntax
client server public static TaxServiceCode_BR findDlvServiceCode(
TaxServiceCodeId_BR _parentServiceCodeId,
AddressCountryRegionId _countryId,
AddressStateId _stateId,
AddressCity _city,
[boolean _forUpdate])
Run On
Called
Parameters
- _parentServiceCodeId
Type: TaxServiceCodeId_BR Extended Data Type
The parent 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.