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