MCRCustTableIndex::find Method
Finds the MCRCustTableIndex record that relates to the pass in values.
Syntax
client server public static MCRCustTableIndex find(
MCRSearchRefRecID _refRecId,
MCRSearchRefTableID _refTableId,
[boolean _forUpdate])
Run On
Called
Parameters
- _refRecId
Type: MCRSearchRefRecID Extended Data Type
RecID of related CustTable or smmBusRelTable record.
- _refTableId
Type: MCRSearchRefTableID Extended Data Type
TableId of related CustTable, or smmBusRelTable record.
- _forUpdate
Type: boolean
Determines whether or not the record being passed back is selected for update; optional.
Return Value
Type: MCRCustTableIndex Table
The MCRCustTableIndex record related to the passed in parameters.