RetailMCRChannelTable::findRecId Method
Finds a record that has a specified RecId value.
Syntax
client server public static RetailMCRChannelTable findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RedId value of the store.
- _forUpdate
Type: boolean
true if the record is selected for update; otherwise, false
Return Value
Type: RetailMCRChannelTable Table
The record that is found.