Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.