PdsMRCRegulatedCountry::existItemId Method
Determines whether a record for an item and country or region and state occurs in the PdsMRCRegulatedCountry table.
Syntax
client server public static boolean existItemId(
ItemId _itemId,
AddressCountryRegionId _countryId,
LogisticsAddressStateId _stateId,
[NoYes _reported])
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.
- _reported
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether to check for reported regulated.
Return Value
Type: boolean
true if the record exists; otherwise, false.