Share via


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

Return Value

Type: boolean
true if there is the record is found; otherwise, false.

See Also

Reference

PdsMRCRestrictedListByItem Table