Share via


PdsMRCItemCAS::find Method

Finds the first record with the specified ItemId value and PdsMRCCASNumber value.

Syntax

client server public static PdsMRCItemCAS find(
    ItemId _itemId, 
    PdsMRCCASNumber _casNumber, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record should be selected for a later update.

Return Value

Type: PdsMRCItemCAS Table
The first record with the specified ItemId value and PdsMRCCASNumber value.

See Also

Reference

PdsMRCItemCAS Table