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
- _itemId
Type: ItemId Extended Data Type
An ItemId value.
- _casNumber
Type: PdsMRCCASNumber Extended Data Type
A PdsMRCCASNumber value.
- _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.