PdsMRCRegulatedCountry::checkExist Method
Determines whether a record for the item and country or region occurs in the PdsMRCRegulatedCountry table.
Syntax
client server public static boolean checkExist(
ItemId _itemId,
AddressCountryRegionId _countryId,
LogisticsAddressStateId _stateId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ID of the item to check.
- _countryId
Type: AddressCountryRegionId Extended Data Type
The ID of the country or region to check.
- _stateId
Type: LogisticsAddressStateId Extended Data Type
The ID of the state to check.
Return Value
Type: boolean
true if the record exists; otherwise, false.