TAMVendRebateItem::findByRecId Method
Finds the desired TAMVendRebateItem record based on the passed parameters.
Syntax
client server public static TAMVendRebateItem findByRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId for which to search the TAMVendRebateItem table.
- _forUpdate
Type: boolean
A Boolean value that defines whether the record should be selected for update or not; optional.
Return Value
Type: TAMVendRebateItem Table
The TAMVendRebateItem record that was found based on the passed parameters.