Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: MCRRoyaltyItemTable Table
The MCRRoyaltyItemTable record.

See Also

Reference

MCRRoyaltyItemTable Table