MCRRoyaltyItemTable::find Method
Retrieves a royalty item table record.
Syntax
client server public static MCRRoyaltyItemTable find(
ItemId _itemId,
MCRRoyaltyContractCode _contract,
[InventDimId _inventDimId,
boolean _forUpdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID for finding the royalty item table record.
- _contract
Type: MCRRoyaltyContractCode Extended Data Type
The royalty contract.
- _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: MCRRoyaltyItemTable Table
The MCRRoyaltyItemTable record.