MCRRoyaltyItemCode::find Method
Retrieves a royalty item code record.
Syntax
client server public static MCRRoyaltyItemCode find(
ItemId _itemId,
MCRRoyaltyCode _code,
[InventDimId _inventDimId,
boolean _forUpdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID for finding the royalty item code record.
- _code
Type: MCRRoyaltyCode Extended Data Type
The royalty code.
- _inventDimId
Type: InventDimId Extended Data Type
The dimension combination of the item.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRRoyaltyItemCode Table
The MCRRoyaltyItemCode record.