MCRRoyaltyItemTable::exist Method
Determines if an MCRRoyaltyItemTable record exists.
Syntax
client server public static boolean exist(
ItemId _itemId,
MCRRoyaltyContractCode _contract,
InventDimId _inventDimId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item used to find the applicable MCRRoyaltyItemTable record.
- _contract
Type: MCRRoyaltyContractCode Extended Data Type
The royalty contract used to find the applicable MCRRoyaltyItemTable record.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension used to find the applicable MCRRoyaltyItemTable record.
Return Value
Type: boolean
true if an MCRRoyaltyItemTable record exists; otherwise, false.