PdsMRCRestrictedListByItem::checkExist Method
Indicates whether a record exists that has the same list ID, country ID, state ID, and item ID.
Syntax
client server public static boolean checkExist(
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 MRCListId value to find.
Return Value
Type: boolean
true if there is the record is found; otherwise, false.