PdsMRCRestrictedListByItem::existItemId Method
Indicates whether a record exists that has the specified parameters.
Syntax
client server public static boolean existItemId(
ItemId _itemId,
AddressCountryRegionId _countryId,
AddressStateId _stateId,
PdsMRCListId _listId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID to find.
- _countryId
Type: AddressCountryRegionId Extended Data Type
The country ID to find.
- _stateId
Type: AddressStateId Extended Data Type
The state ID to find.
- _listId
Type: PdsMRCListId Extended Data Type
The list ID to find.
Return Value
Type: boolean
true if a record exists with the specified parameters; otherwise, false.